X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=247356a32d0654007070792838e2db3dd8603e27;hb=214486a392c01acaf8a6e75c8a79329bdcf9c0b3;hp=160bee04201126e78b8fb712b5d7a3fc420f1ab4;hpb=a3885a63b7558381d0bc464a3f1c68311f1b2fea;p=brisk.git diff --git a/web/index.php b/web/index.php index 160bee0..247356a 100644 --- a/web/index.php +++ b/web/index.php @@ -2,7 +2,7 @@ /* * brisk - index.php * - * Copyright (C) 2006-2008 Matteo Nastasi + * Copyright (C) 2006-2009 Matteo Nastasi * mailto: nastasi@alternativeoutput.it * matteo.nastasi@milug.org * web: http://www.alternativeoutput.it @@ -28,6 +28,9 @@ 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.') ); + // Use of proxies isn't allowed. if (!$G_is_local && is_proxy()) exit; @@ -44,7 +47,7 @@ function main() { GLOBAL $G_with_topbanner, $G_topbanner, $G_is_local; GLOBAL $sess, $name, $pass_private, $table_idx, $table_token, $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER; - + GLOBAL $G_lang, $G_lng, $mlang_room; $body = ""; $tables = ""; $standup = ""; @@ -133,8 +136,8 @@ function main() else { /* Login Rendering */ /* MLANG: "Utente e/o password errati.", "Il nickname deve contenere almeno una lettera o una cifra.", "Spiacenti, non ci sono più posti liberi. Riprova più tardi.", "Il tuo nickname è già in uso." */ - if ($idx == -3) - $body .= '
Utente e/o password errati.
'; + if ($idx == -3) + $body .= '
'.$mlang_room['userpasserr'][$G_lang].'
'; else if ($idx == -2) $body .= '
Il nickname deve contenere almeno una lettera o una cifra.
'; else if ($idx == -1) @@ -372,20 +375,23 @@ supported by:

+ + +
+ + +