From: Matteo Nastasi (mop) Date: Mon, 12 Oct 2015 16:36:05 +0000 (+0200) Subject: factorized button definitions X-Git-Tag: v5.0.0~23 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=e7efeeeeacd58593ef6da93ef9a94d0f950a9856 factorized button definitions --- 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");