Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/korean
In directory usw-pr-cvs1:/tmp/cvs-serv11770/chat/localization/korean
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/korean/chat.loc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** chat.loc 2001/04/15 21:18:18 1.3
--- chat.loc 2001/04/19 20:23:35 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 |
+ // +--------------------------------------------------------------------------+
// | Korean translation of phpMyChat. |
// +--------------------------------------------------------------------------+
***************
*** 167,171 ****
define('L_NO_ADMIN', '°ü¸®ÀÚ¿¡°Ô¸¸ ÁÖ¾îÁø ¸í·ÉÀÔ´Ï´Ù.');
define('L_ANNOUNCE', '¾Ë¸²');
! define('L_INVITE', '%s´ÔÀÌ <a href="#" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> ¹æ¿¡¼ ´ç½ÅÀ» ÃÊûÇß½À´Ï´Ù.');
define('L_INVITE_REG', ' À̹濡 µé¾î°¡·Á¸é »ç¿ëÀÚµî·ÏÀÌ µÇ¾îÀÖ¾î¾ß ÇÕ´Ï´Ù.');
define('L_INVITE_DONE', '%s´ÔÀ» ÃÊûÇß½À´Ï´Ù.');
--- 169,173 ----
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´ÔÀ» ÃÊûÇß½À´Ï´Ù.');
|