Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/czech
In directory usw-pr-cvs1:/tmp/cvs-serv19896/chat/localization/czech
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/czech/chat.loc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** chat.loc 2001/06/10 14:57:48 1.10
--- chat.loc 2001/07/01 10:38:45 1.11
***************
*** 172,176 ****
define('L_NO_ADMIN', 'Tento pøíkaz mù¾e pou¾ít jen administrátor.');
define('L_ANNOUNCE', 'OZNÁMENÍ');
! define('L_INVITE', '%s vám doporuèuje pøejít do místnosti <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a>.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Va¹e výzva byla odeslána u¾ivateli %s.');
--- 172,176 ----
define('L_NO_ADMIN', 'Tento pøíkaz mù¾e pou¾ít jen administrátor.');
define('L_ANNOUNCE', 'OZNÁMENÍ');
! define('L_INVITE', '%s vám doporuèuje pøejít do místnosti <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a>.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Va¹e výzva byla odeslána u¾ivateli %s.');
|