From: Lo?c C. <lo...@us...> - 2001-12-05 19:32:12
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/italian In directory usw-pr-cvs1:/tmp/cvs-serv469/chat/localization/italian Modified Files: chat.loc Log Message: new strings to use with the new privileges system Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/italian/chat.loc,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** chat.loc 2001/12/04 19:59:42 1.11 --- chat.loc 2001/12/05 19:32:07 1.12 *************** *** 162,176 **** // input frame - frame di inserimento define('L_HLP', 'Aiuto'); define('L_BAD_CMD', 'Questo non è un comando valido !'); ! define('L_ADMIN', '%s è già amministratore !'); ! define('L_IS_MODERATOR', '%s è già moderatore !'); ! define('L_NO_MODERATOR', 'Solo il moderatore può usare questo comando.'); define('L_MODERATOR', '%s è ora moderatore di questa chat.'); define('L_NONEXIST_USER', 'L\'utente %s non è in questa chat.'); define('L_NONREG_USER', 'L\'utente %s non è registrato.'); define('L_NONREG_USER_IP', 'Il suo IP è: %s.'); ! define('L_NO_KICKED', 'L\'utente %s è moderatore o amministratore e non può essere allontanato dalla chat.'); define('L_KICKED', 'L\'utente %s è stato allontanato con successo.'); ! define('L_NO_BANISHED', 'L\'utente %s èun moderatore o amministratore e non può essre bandito.'); define('L_BANISHED', 'L\'utente %s èstato bandito con successo.'); define('L_SVR_TIME', 'Server time: '); --- 162,176 ---- // input frame - frame di inserimento define('L_HLP', 'Aiuto'); + define('L_NO_RIGHT', 'The right level you\'re granted isn\'t high enough to run this command.'); define('L_BAD_CMD', 'Questo non è un comando valido !'); ! define('L_CANT_PROMOTE', 'The right level you\'re granted isn\'t high enough to promote %s.'); ! define('L_PROMOTED', '%s is now %s.'); define('L_MODERATOR', '%s è ora moderatore di questa chat.'); define('L_NONEXIST_USER', 'L\'utente %s non è in questa chat.'); define('L_NONREG_USER', 'L\'utente %s non è registrato.'); define('L_NONREG_USER_IP', 'Il suo IP è: %s.'); ! define('L_CANT_KICK', 'The right level you\'re granted isn\'t high enough to kick away %s.'); define('L_KICKED', 'L\'utente %s è stato allontanato con successo.'); ! define('L_CANT_BANISH', 'The right level you\'re granted isn\'t high enough to banish %s.'); define('L_BANISHED', 'L\'utente %s èstato bandito con successo.'); define('L_SVR_TIME', 'Server time: '); *************** *** 256,261 **** define('L_RIGHT_4', '<i>Level 4 moderator for your current room</i>'); define('L_RIGHT_3', '<i>Level 3 moderator for your current room</i>'); ! define('L_RIGHT_2', 'Regular visitor in your current room'); ! define('L_RIGHT_1', 'Member in your current room'); define('L_RIGHT_0', 'Visitor'); --- 256,261 ---- define('L_RIGHT_4', '<i>Level 4 moderator for your current room</i>'); define('L_RIGHT_3', '<i>Level 3 moderator for your current room</i>'); ! define('L_RIGHT_2', 'Experienced member'); ! define('L_RIGHT_1', 'Member'); define('L_RIGHT_0', 'Visitor'); |