From: Lo?c C. <lo...@us...> - 2001-04-19 20:23:37
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/italian In directory usw-pr-cvs1:/tmp/cvs-serv11770/chat/localization/italian Modified Files: chat.loc Log Message: The invite link displayed can be run with pure HTML Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/italian/chat.loc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** chat.loc 2001/04/15 21:18:18 1.3 --- chat.loc 2001/04/19 20:23:35 1.4 *************** *** 6,9 **** --- 6,11 ---- // | Copyright (c) 2000-2001 The phpHeaven-team & the authors | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | Italian translation of phpMyChat. | // +--------------------------------------------------------------------------+ *************** *** 171,175 **** 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="#" 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.'); --- 173,177 ---- 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.'); |