Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/korean
In directory usw-pr-cvs1:/tmp/cvs-serv19896/chat/localization/korean
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/korean/chat.loc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** chat.loc 2001/06/10 14:57:49 1.9
--- chat.loc 2001/07/01 10:38:46 1.10
***************
*** 173,177 ****
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´ÔÀ» ÃÊûÇß½À´Ï´Ù.');
--- 173,177 ----
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´ÔÀ» ÃÊûÇß½À´Ï´Ù.');
|