X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=cfcca1a440c18ac6fce00af59eb2357cec4928f1;hb=bf073fd0ae276622564ef5404ddd182177901e6b;hp=3b14fa67f4c288f45aeeb944e1f8dc39478e1f74;hpb=97838fac62e247d939fe757eb01c1c1abb7199f6;p=brisk.git diff --git a/web/index.php b/web/index.php index 3b14fa6..cfcca1a 100644 --- a/web/index.php +++ b/web/index.php @@ -28,8 +28,141 @@ require_once("Obj/brisk.phh"); require_once("Obj/auth.phh"); require_once("Obj/proxyscan.phh"); -$mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati.', - 'en' => 'Wrong user and/or password.') ); + +$mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati.', + 'en' => 'Wrong user and/or password.'), + 'userpassmust' => array('it' => 'Il nickname deve contenere almeno una lettera o una cifra.', + 'en' => 'The nickname have to contain at least one letter or one number.'), + 'userpassend' => array('it' => 'Spiacenti, non ci sono più posti liberi. Riprova più tardi.', + 'en' => 'We are sorry, there aren\'t free place. Try again later.'), + 'userpassuse' => array('it' => 'Il tuo nickname è già in uso.', + 'en' => 'Your nickname is already in use.'), + 'standing' => array('it' => 'Giocatori in piedi', + 'en' => 'Standing players'), + 'headline' => array('it' => 'briscola chiamata in salsa ajax', + 'en' => 'declaration briscola in ajax sauce (Beta)'), + 'wellcome' => array('it' => 'Digita il tuo nickname per accedere ai tavoli della briscola', + 'en' => 'Enter your nickname to access to the tables of briscola'), + 'btn_enter' => array('it' => 'entra', + 'en' => 'enter'), + 'passwarn' => array('it' => 'Se non hai ancora una password, lascia il campo in bianco ed entra.', + 'en' => 'If you don\'t have a password, leave blank the field and enter.'), + 'browwarn' => array('it' => '(se qualcosa non funziona
prova a ricaricare la pagina con Ctrl + F5)', + 'en' => '(if something don\'t work
try to reload the current page with Ctrl + F5)'), + 'regwarn' => array('it' => '
Il nickname che stai usando è già registrato,

se il suo proprietario si autentificherà

verrai rinominato d\'ufficio come ghostN.', + 'en' => '
The nickname you are using it\'s already registered,

if its proprietary authenticates

you will named ghostN.'), + 'btn_rettabs' => array('it' => 'torna ai tavoli', + 'en' => 'back to tables'), + 'btn_exit' => array('it' => 'Esco.', + 'en' => 'Exit.'), + 'tit_tabl' => array('it' => 'Tavolo ', + 'en' => 'Table '), + 'tit_stat' => array('it' => 'imposta lo stato del tuo utente', + 'en' => 'set the status of the user'), + 'stat_desc' => array('it' => 'stato', + 'en' => 'mode' ), + 'st_norm_desc' => array('it' => 'normale', + 'en' => 'normal'), + 'st_paus_desc' => array('it' => 'pausa', + 'en' => 'pause'), + 'st_out_desc' => array('it' => 'fuori', + 'en' => 'out'), + 'st_dog_desc' => array('it' => 'cane', + 'en' => 'dog'), + 'st_food_desc' => array('it' => 'cibo', + 'en' => 'food'), + 'st_work_desc' => array('it' => 'lavoro', + 'en' => 'work'), + 'st_smok_desc' => array('it' => 'sigaretta', + 'en' => 'smoke'), + 'st_pres_desc' => array('it' => 'presente', + 'en' => 'present'), + + 'tit_ticker' => array('it' => 'scrivi un invito al tavolo e clicca', + 'en' => 'write an invitation at the table and click'), + 'itm_warr' => array('it' => 'garantisci', + 'en' => 'guarantee'), + 'warr_desc' => array('it' => 'garantisci per un tuo conoscente', + 'en' => 'guarantee for a friend'), + 'tit_warr' => array('it' => 'Garantisci per un tuo conoscente.', + 'en' => 'Guarantee for a friend.'), + 'itm_list' => array('it' => 'ascolta', + 'en' => 'listen'), + 'list_desc' => array('it' => 'imposta le regole di ascolto', + 'en' => 'set the listen rules'), + 'tit_listall' => array('it' => 'tutti', + 'en' => 'everybody'), + 'listall_desc' => array('it' => 'leggi tutti i messaggi di tutti gli utenti collegati', + 'en' => 'listen all messages from each user connected'), + 'tit_listaut' => array('it' => 'solo autenticati', + 'en' => 'only authorized'), + 'tit_isolaut' => 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', + 'en' => 'show Brisk like an authenticated user only site'), + 'tit_help' => array('it' => 'informazioni utili su Brisk', + 'en' => 'usefull information about Brisk'), + 'itm_help' => array('it' => 'aiuto', + 'en' => 'help'), + 'tit_hpage' => array('it' => 'homepage del progetto', + 'en' => 'project homepage (ita)'), + 'tit_what' => array('it' => 'di cosa si tratta', + 'en' => 'what is the project'), + 'itm_what' => array('it' => 'cos\'è', + 'en' => 'what is it'), + 'url_rules' => array('it' => 'http://it.wikipedia.org/wiki/Briscola#Gioco_a_5', + 'en' => 'http://it.wikipedia.org/wiki/Briscola#Gioco_a_5&EN=true'), + 'itm_rules' => array('it' => 'regole', + 'en' => 'rules'), + 'tit_rules' => array('it' => 'come si gioca', + 'en' => 'how to play'), + 'tit_shot' => array('it' => 'screenshots dell\'applicazione', + 'en' => 'screenshots of the web-application'), + 'tit_comp' => array('it' => 'compatibilità con i browser', + 'en' => 'browsers compatibility'), + 'itm_comp' => array('it' => 'compatibilità', + 'en' => 'compatibility'), + 'tit_src' => array('it' => 'sorgenti dell\'applicazione web', + 'en' => 'sources of the web-application'), + 'itm_src' => array('it' => 'sorgenti', + 'en' => 'sources'), + 'tit_ml' => array('it' => 'come iscriversi alla mailing list', + 'en' => 'how to subscribe the mailing list'), + 'itm_ml' => array('it' => 'mailing list', + 'en' => 'mailing list'), + 'tit_pro' => array('it' => 'come fare pubblicità a Brisk!', + 'en' => 'how to spread Brisk!'), + 'itm_pro' => array('it' => 'propaganda', + 'en' => 'propaganda'), + 'tit_mail' => array('it' => 'contatti', + 'en' => 'contacts'), + 'itm_mail' => array('it' => 'contatti', + 'en' => 'contacts'), + 'tit_cla' => array('it' => 'classifiche degli utenti', + 'en' => 'user\'s placings'), + 'itm_cla' => array('it' => 'classifiche', + 'en' => 'placings'), + 'tit_rmap' => array('it' => 'prossime funzionalità implementate', + 'en' => 'roadmap of next functionalities'), + 'itm_rmap' => array('it' => 'roadmap', + 'en' => 'roadmap'), + 'tit_meet' => array('it' => 'foto dei raduni di briskisti', + 'en' => 'photos of brisk meetings'), + 'itm_meet' => array('it' => 'raduni', + 'en' => 'meeting'), + 'tit_mesg' => array('it' => 'manda un messaggio o una segnalazione all\'amministratore del sito', + 'en' => 'send a message or a signalling to the administrator' ), + 'mesgtoadm_tit'=> array('it' => 'Invia un messaggio o una segnalazione all\'amministratore:', + '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.') + ); // Use of proxies isn't allowed. if (!$G_is_local && is_proxy()) @@ -48,19 +181,20 @@ function poll_dom() { GLOBAL $G_with_poll, $G_poll_title, $G_poll_entries; if ($G_with_poll) { - $ret = sprintf('
+ $ret = sprintf('
+ + - -'; $standup .= '
'; $standup .= '
'; - /* MLANG: "Giocatori in piedi", "Come ottenere user e password" */ + /* MLANG: "Giocatori in piedi" */ // $standup .= '
Giocatori in piedi - Come ottenere user e password -
'; - $standup .= '
Giocatori in piedi
'; + $standup .= '
'.$mlang_room['standing'][$G_lang].'
'; $standup .= sprintf('
'); - $standup .= '
'; + // MLANG Esco. + $standup .= '
'; $standup .= '
'; } @@ -306,10 +463,12 @@ google_color_url = "000000"; src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> ' ).' -'.($G_with_topbanner ? ' + '.$mlang_room['headline'][$G_lang].'
+ '.( ($G_with_topbanner || $G_with_donors) ? sprintf('
' : '').'
+
'.(($G_with_topbanner || $G_with_donors) ? '
' : '').'
- briscola chiamata in salsa ajax
-
'.($G_with_topbanner ? sprintf('
%s
', $G_topbanner) : '').'
%s
', + ($G_with_topbanner ? $G_topbanner : +"
donatori
") ) : '').'
'.($G_is_local ? '' : ' - + - + @@ -533,6 +759,10 @@ supported by:
- + @@ -657,6 +888,10 @@ Digita il tuo nickname per accedere ai tavoli della briscola.