Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/icelandic
In directory usw-pr-cvs1:/tmp/cvs-serv11770/chat/localization/icelandic
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/icelandic/chat.loc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** chat.loc 2001/04/19 09:05:10 1.4
--- chat.loc 2001/04/19 20:23:34 1.5
***************
*** 169,173 ****
define('L_NO_ADMIN', 'Only the administrator can use this command.');
define('L_ANNOUNCE', 'ANNOUNCE');
! define('L_INVITE', '%s suggest you to join her/him into the <a href="#" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> room.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Your invitation has been sent to %s.');
--- 169,173 ----
define('L_NO_ADMIN', 'Only the administrator can use this command.');
define('L_ANNOUNCE', 'ANNOUNCE');
! define('L_INVITE', '%s suggest you to join her/him into the <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> room.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Your invitation has been sent to %s.');
|