X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=4e765a1ecd784969b56e8176df4ae87ffeb2a29f;hb=8507128d38073666f0e778b16fb691a3bc9ef0e7;hp=6ff2b8e116f4ca10c159c9c1c59aeee35a067f94;hpb=8b9c2b3ec59baef7c9f64f9663347bc5b9cf69fe;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 6ff2b8e..4e765a1 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -60,7 +60,7 @@ define('WAKEUP_TIME', 12); // BAN_TIME da allineare anche in commons.js define('BAN_TIME', 3600); define('GARBAGE_TIMEOUT', 5); -define('NICKSERV', "BriskServ"); +define('NICKSERV', "BriskServ"); define('LOCK_SHARE_MAX', 10000); @@ -110,8 +110,8 @@ $mlang_brisk = array( 'btn_backstand'=> array( 'it' => 'torna in piedi', 'en' => '
The entered password is not correct.

'), 'alarret' => array( 'it' => '"Alarm \\"%s\\" inviato a %s."', 'en' => '"Alarm \\"%s\\" sent to %s."'), - 'authmust' => array( 'it' => 'Per autenticare qualcuno devi a tua volta essere autenticato.', - 'en' => 'To authenticate someone you have to be authenticated.'), // on your turn + 'authmust' => array( 'it' => 'Per autenticare qualcuno devi a tua volta essere autenticato e certificato.', + 'en' => 'To authenticate someone you have to be authenticated and certified.'), // on your turn 'mesgmust' => array( 'it' => 'Per inviare un messaggio devi essere autenticato.', 'en' => 'To send a message you have to be authenticated.'), 'nickmust' => array( 'it' => 'Il nickname deve contenere almeno una lettera dell\'alfabeto o una cifra.',