Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/korean
In directory usw-pr-cvs1:/tmp/cvs-serv7923/chat/localization/korean
Modified Files:
tutorial.loc chat.loc
Log Message:
Add the new 'img' command
Index: tutorial.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/korean/tutorial.loc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** tutorial.loc 2001/04/11 23:06:13 1.3
--- tutorial.loc 2001/04/15 21:18:18 1.4
***************
*** 420,423 ****
--- 420,427 ----
?>
<li>
+ The <b>Img command</b> enables or disable the graphical smilies mode.<br /><br />Type "/img" without quotes.
+ <br /><br />
+ </li>
+ <li>
<b>notify ¸í·É</b>Àº ´Ù¸¥ »ç¿ëÀÚ°¡ ´ëȹæÀ» µé¾î¿ÔÀ»¶§ ¾Ë¸² ¸Þ¼¼Áö¸¦ º¸¿©ÁÙ °ÍÀÎÁö ¿©ºÎ¸¦ Åä±ÛÇϵµ·Ï ÇØÁÝ´Ï´Ù. ±âº» ¿É¼ÇÀº
<?php echo((C_NOTIFY) ? 'ÄÑÁü' : '²¨Áü'); ?>À¸·Î µÇ¾î ÀÖ°í, ¾Ë¸² ¸Þ¼¼Áö¸¦ <?php echo((C_NOTIFY) ? 'º¸¿©ÁÙ ' : 'º¸¿©ÁÖÁö ¾ÊÀ»'); ?> °ÍÀÔ´Ï´Ù.<br /><br />µû¿ÈÇ¥´Â ¾²Áö ¾Ê°í "/notify"¸¦ ÀÔ·ÂÇÏ¸é µË´Ï´Ù.
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/korean/chat.loc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** chat.loc 2001/04/11 23:06:13 1.2
--- chat.loc 2001/04/15 21:18:18 1.3
***************
*** 204,207 ****
--- 204,208 ----
define('L_HELP_CMD_19', '°ü¸®ÀÚ°¡ ÁöÁ¤ÇÑ ½Ã°£¿¡ ¹æÀåÀ̳ª °ü¸®ÀÚ°¡ ´ëȹæÀ¸·ÎºÎÅÍ »ç¿ëÀÚ¸¦ »ç¿ëÁ¦ÇÑ ¼³Á¤ÇÒ ¼ö ÀÖµµ·Ï ÇÕ´Ï´Ù. ³ªÁß¿¡´Â »ç¿ëÀÚ°¡ µé¾î°¡ ±×°¡ µé¾î°¡ÀÖ´Â ´ëȹ溸´Ù´Â ´Ù¸¥ ´ëȹ濡¼ÀÇ ´ëȸ¦ ÇÏÁö ¸øÇϵµ·Ï ±× »ç¿ëÀÚ¸¦ »ç¿ëÁ¦½Ãų ¼ö ÀÖÀ¸¸ç, \'<b> * </b>\'À» ¼³Á¤Çؼ, ¸ðµç ´ëȹ濡 ´ëÇØ ¿µ¿øÈ÷ »ç¿ëÁ¦ÇÑÀ» ¼³Á¤À» ÇÒ ¼öµµ ÀÖ½À´Ï´Ù.');
define('L_HELP_CMD_20', 'Describe what you\'re doing without refer yourself.');
+ define('L_HELP_CMD_21', 'Enable/disable graphical smilies mode.');
// messages frame
|