From e7efeeeeacd58593ef6da93ef9a94d0f950a9856 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Mon, 12 Oct 2015 18:36:05 +0200 Subject: [PATCH] factorized button definitions --- web/index.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/web/index.php b/web/index.php index 7ed58e6..a982dcf 100644 --- a/web/index.php +++ b/web/index.php @@ -77,6 +77,8 @@ $mlang_room = array( 'userpassuse' => array('it' => 'Il tuo nickname è g 'en' => 'Reset.'), 'btn_prefs_close' => array('it' => 'Chiudi.', 'en' => 'Close.'), + 'btn_prefs_send' => array('it' => 'Invia.', + 'en' => 'Send.'), 'tit_tabl' => array('it' => 'Tavolo ', 'en' => 'Table '), 'tit_stat' => array('it' => 'imposta lo stato del tuo utente', @@ -226,10 +228,6 @@ $mlang_room = array( 'userpassuse' => array('it' => 'Il tuo nickname è g 'en' => 'Send a message to the administrator:'), 'mesgtoadm_sub'=> array('it' => 'soggetto:', 'en' => 'subject:'), - 'btn_send' => array('it' => 'Invia.', - 'en' => 'Send.'), - 'btn_close' => array('it' => 'Chiudi.', - 'en' => 'Close.') ); require_once("briskin5/Obj/briskin5.phh"); -- 2.17.1