From: Lo?c C. <lo...@us...> - 2001-04-19 20:23:38
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/japanese In directory usw-pr-cvs1:/tmp/cvs-serv11770/chat/localization/japanese 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/japanese/chat.loc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** chat.loc 2001/04/19 09:05:10 1.5 --- chat.loc 2001/04/19 20:23:35 1.6 *************** *** 168,172 **** 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 ¤ËÁ÷¿®¤µ¤ì¤Þ¤·¤¿'); --- 168,172 ---- 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 ¤ËÁ÷¿®¤µ¤ì¤Þ¤·¤¿'); |