From: Lo?c C. <lo...@us...> - 2001-04-30 22:45:01
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/korean In directory usw-pr-cvs1:/tmp/cvs-serv3139/chat/localization/korean Modified Files: tutorial.loc chat.loc Log Message: Updated to the new 'input' frame Index: tutorial.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/korean/tutorial.loc,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** tutorial.loc 2001/04/28 21:05:43 1.7 --- tutorial.loc 2001/04/30 22:44:57 1.8 *************** *** 527,530 **** --- 527,533 ---- <i>¿¹¸¦µé¸é</i>, "¾È³ç ö¼ö¾ß :)"¶ó°í ÀÔ·ÂÀ» ÇÏ¸é ¾È³ç ö¼ö¾ß <img src="images/smilies/smile1.gif" width="15" height="15" alt=":)" />¶ó°í Ç¥½ÃµÉ °ÍÀÔ´Ï´Ù. </p> + <p> + If you are a registered user and if the administrator had defined a personnal smiley for you, you may insert the later in your message with the code ' :mine: '. + </p> <p align="right"><a href="#top">¸ÇÀ§·Î</a></p> <hr /> Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/korean/chat.loc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** chat.loc 2001/04/20 20:42:47 1.5 --- chat.loc 2001/04/30 22:44:57 1.6 *************** *** 175,183 **** // help popup ! define('L_HELP_TIT_1', '°¨Á¤Ç¥½Ã(¿ô´Â ±×¸²)'); ! define('L_HELP_TIT_2', '´ëÈ ²Ù¹Ì±â'); define('L_HELP_FMT_1', '<b> </b>, <i> </i> or <u> </u> ű׵éÀ» ÀÌ¿ëÇØ ±½Àº±Û¾¾, ±â¿ïÀÓ, ¹ØÁÙÀ» ¸¸µé ¼ö ÀÖ½À´Ï´Ù. .<br />¿¹¸¦µé¸é, <b>¾È³çÇϼ¼¿ä?</b>´Â <b>¾È³çÇϼ¼¿ä? </b>·Î Ç¥½ÃµË´Ï´Ù.'); define('L_HELP_FMT_2', 'ÇÏÀÌÆÛ¸µÅ©¸¦ ¸Þ¼¼Áö¿¡ Ãß°¡ÇÏ°í ½ÍÀ¸¸é º°´Ù¸¥ ű׾øÀÌ ÀÚµ¿À¸·Î URLÀ̳ª emailÁÖ¼Ò¸¦ ÇØ¼®ÇÏ¿© ¸µÅ©¸¦ ¸¸µé¾î ÁÝ´Ï´Ù.'); ! define('L_HELP_TIT_3', '¸í·Éµé'); define('L_HELP_USR', '»ç¿ëÀÚ'); define('L_HELP_MSG', '¸Þ¼¼Áö'); --- 175,182 ---- // help popup ! define('L_HELP_TIT_1', '´ëÈ ²Ù¹Ì±â'); define('L_HELP_FMT_1', '<b> </b>, <i> </i> or <u> </u> ű׵éÀ» ÀÌ¿ëÇØ ±½Àº±Û¾¾, ±â¿ïÀÓ, ¹ØÁÙÀ» ¸¸µé ¼ö ÀÖ½À´Ï´Ù. .<br />¿¹¸¦µé¸é, <b>¾È³çÇϼ¼¿ä?</b>´Â <b>¾È³çÇϼ¼¿ä? </b>·Î Ç¥½ÃµË´Ï´Ù.'); define('L_HELP_FMT_2', 'ÇÏÀÌÆÛ¸µÅ©¸¦ ¸Þ¼¼Áö¿¡ Ãß°¡ÇÏ°í ½ÍÀ¸¸é º°´Ù¸¥ ű׾øÀÌ ÀÚµ¿À¸·Î URLÀ̳ª emailÁÖ¼Ò¸¦ ÇØ¼®ÇÏ¿© ¸µÅ©¸¦ ¸¸µé¾î ÁÝ´Ï´Ù.'); ! define('L_HELP_TIT_2', '¸í·Éµé'); define('L_HELP_USR', '»ç¿ëÀÚ'); define('L_HELP_MSG', '¸Þ¼¼Áö'); *************** *** 207,210 **** --- 206,214 ---- define('L_HELP_CMD_20', 'Describe what you\'re doing without refer yourself.'); define('L_HELP_CMD_21', 'Enable/disable graphical smilies mode.'); + + // smilies popup + define('L_SMIL_TIT', '°¨Á¤Ç¥½Ã(¿ô´Â ±×¸²)'); + define('L_SMIL_CLICK', 'You can click on a smiley to insert the related text code inside your message.'); + define('L_SMIL_MINE', 'If you are a registered user and if the administrator had defined a personnal smiley for you, you may insert the later in your message with the code \' :mine: \'.'); // messages frame |