Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/dutch
In directory usw-pr-cvs1:/tmp/cvs-serv11770/chat/localization/dutch
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/dutch/chat.loc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** chat.loc 2001/04/15 21:18:19 1.3
--- chat.loc 2001/04/19 20:23:34 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 |
+ // +--------------------------------------------------------------------------+
// | Dutch translation of phpMyChat. |
// +--------------------------------------------------------------------------+
***************
*** 168,172 ****
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.');
--- 170,174 ----
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.');
|