From e86d047abebb00ccf034fe09dad1f6da6cc0ce9c Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Fri, 21 Aug 2009 07:03:52 +0000 Subject: [PATCH] rabbit user mode and radio buttons added --- web/index.php | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) 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]. +' 
+
-