X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=5e75783a967e5ad62b5e3057a096b9ad43d4a5aa;hb=9851c8a9decf584c93ea08092b9ce4955c310704;hp=6867802daeeac875886fcd2ce23d5745b58db7cb;hpb=b33e84ea551ee93eee8d7250b310238f16b74a88;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 6867802..5e75783 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -150,12 +150,12 @@ $mlang_brisk = array( 'btn_backstand'=> array( 'it' => 'torna in piedi', $G_lng = langtolng($G_lang); $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 ); -$G_brisk_version = "4.12.0"; +$G_brisk_version = "4.12.3"; /* MLANG: ALL THE INFO STRINGS IN brisk.phh */ -$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': aggiunta la gestione automatica dei termini del servizio, comando /guar per info sul garante di un utente.', +$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': razionalizzato il menu, aggiunto il bottone LIKE di facebook per la nuova pagina del sito, e fix volanti.', 'Se vuoi iscriverti alla Mailing List, cliccala!' ), - 'en' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NEWS: automatic management of terms of services added, new /guar command to ask info about a user guarantee.', + 'en' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NEWS: refactored vertical menu, facebook LIKE button added and dirty fixes.', 'If you want to subscribe our Mailing List, click it!' ) ); $G_room_help = array( 'it' => ' @@ -845,7 +845,7 @@ class Room var $delay_mgr; - function Room ($crystal_filename) { + function Room($crystal_filename) { $this->crystal_filename = $crystal_filename; $this->user = array(); $this->table = array();