Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/japanese
In directory usw-pr-cvs1:/tmp/cvs-serv19896/chat/localization/japanese
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/japanese/chat.loc,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** chat.loc 2001/06/10 14:57:49 1.11
--- chat.loc 2001/07/01 10:38:46 1.12
***************
*** 172,176 ****
define('L_NO_ADMIN', '´ÉÍý¼Ô¤Î¤ß¤¬¤³¤Î¥³¥Þ¥ó¥É¤ò»ÈÍѤǤ¤Þ¤¹');
define('L_ANNOUNCE', '¥¢¥Ê¥¦¥ó¥¹');
! define('L_INVITE', '%s ¤¬¤¢¤Ê¤¿¤ò <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> ¤Ë¾Ò²ð¤·¤Æ¤¤¤Þ¤¹.');
define('L_INVITE_REG', ' ¤³¤ÎÉô²°¤ËÆþ¤ë¤¿¤á¤Ë¤Ï¡¢ÅÐÏ¿¤¬É¬ÍפǤ¹');
define('L_INVITE_DONE', '¾·ÂÔʸ¤Ï¡¢%s ¤ËÁ÷¿®¤µ¤ì¤Þ¤·¤¿');
--- 172,176 ----
define('L_NO_ADMIN', '´ÉÍý¼Ô¤Î¤ß¤¬¤³¤Î¥³¥Þ¥ó¥É¤ò»ÈÍѤǤ¤Þ¤¹');
define('L_ANNOUNCE', '¥¢¥Ê¥¦¥ó¥¹');
! define('L_INVITE', '%s ¤¬¤¢¤Ê¤¿¤ò <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a> ¤Ë¾Ò²ð¤·¤Æ¤¤¤Þ¤¹.');
define('L_INVITE_REG', ' ¤³¤ÎÉô²°¤ËÆþ¤ë¤¿¤á¤Ë¤Ï¡¢ÅÐÏ¿¤¬É¬ÍפǤ¹');
define('L_INVITE_DONE', '¾·ÂÔʸ¤Ï¡¢%s ¤ËÁ÷¿®¤µ¤ì¤Þ¤·¤¿');
|