X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=1b83470357fdd0ff94ca3c831633d6579d29ac19;hb=9c50675b7a9e8cea4eb7ff31f00e82ee4500a366;hp=7ab54058dfe7d7734fc5f4efe0614f3b21de7913;hpb=a58e47ce3952a1a8bc9d8f42740769fc8cd9d762;p=brisk.git diff --git a/web/index.php b/web/index.php index 7ab5405..1b83470 100644 --- a/web/index.php +++ b/web/index.php @@ -77,6 +77,8 @@ $mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati 'en' => 'smoke'), 'st_pres_desc' => array('it' => 'presente', 'en' => 'present'), + 'st_rabb_desc' => array('it' => 'coniglio', + 'en' => 'rabbit'), 'tit_ticker' => array('it' => 'scrivi un invito al tavolo e clicca', 'en' => 'write an invitation at the table and click'), @@ -96,11 +98,11 @@ $mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati 'en' => 'listen all messages from each user connected'), 'tit_listaut' => array('it' => 'solo autenticati', 'en' => 'only authorized'), - 'tit_isolaut' => array('it' => 'isolamento', + 'tit_listisol' => array('it' => 'isolamento', 'en' => 'isolation'), 'listaut_desc' => array('it' => 'leggi soltanto i messaggi degli utenti con password', 'en' => 'listen messages only from authenticated users'), - 'isolaut_desc' => array('it' => 'visualizza Brisk come se fosse solo per utenti con password', + 'listisol_desc'=> array('it' => 'visualizza Brisk come se fosse solo per utenti con password', 'en' => 'show Brisk like an authenticated user only site'), 'tit_splash' => array('it' => 'splash', 'en' => 'splash'), @@ -644,6 +646,13 @@ $brisk_vertical_menu = ' .$mlang_room['st_pres_desc'][$G_lang]. ' 
+' + // MLANG + .$mlang_room['st_rabb_desc'][$G_lang]. +' 
+
-