From: Lo?c C. <lo...@us...> - 2001-07-01 10:38:50
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/italian In directory usw-pr-cvs1:/tmp/cvs-serv19896/chat/localization/italian Modified Files: chat.loc Log Message: Fixes a js error that caused a bug with the '/invite' command Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/italian/chat.loc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** chat.loc 2001/06/10 14:57:49 1.9 --- chat.loc 2001/07/01 10:38:46 1.10 *************** *** 177,181 **** define('L_NO_SAVE', 'Nesun messaggio da salvare!'); define('L_ANNOUNCE', 'ANNUNCIO'); ! define('L_INVITE', '%s ti invita ad unirti a lei/lui nella chat <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a>.'); define('L_INVITE_REG', ' Devi essere registrato per accedere in quest\'area.'); define('L_INVITE_DONE', 'Il tuo invito è stato inviato a %s.'); --- 177,181 ---- define('L_NO_SAVE', 'Nesun messaggio da salvare!'); define('L_ANNOUNCE', 'ANNUNCIO'); ! define('L_INVITE', '%s ti invita ad unirti a lei/lui nella chat <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a>.'); define('L_INVITE_REG', ' Devi essere registrato per accedere in quest\'area.'); define('L_INVITE_DONE', 'Il tuo invito è stato inviato a %s.'); |