From: Lo?c C. <lo...@us...> - 2001-05-07 21:09:55
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/korean In directory usw-pr-cvs1:/tmp/cvs-serv16895/chat/localization/korean Modified Files: tutorial.loc Log Message: Add a string for the max number of smilies Index: tutorial.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/korean/tutorial.loc,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** tutorial.loc 2001/04/30 22:44:57 1.8 --- tutorial.loc 2001/05/07 21:09:51 1.9 *************** *** 138,142 **** <a href="#help" class="topLink">µµ¿ò¸» º¸±â</a><br /> <?php ! if (C_USE_SMILIES == 1) { ?> --- 138,142 ---- <a href="#help" class="topLink">µµ¿ò¸» º¸±â</a><br /> <?php ! if (C_MAX_GSMILIES) { ?> *************** *** 492,496 **** <?php ! if (C_USE_SMILIES == 1) { include('./lib/smilies.lib.' . C_EXTENSION); --- 492,496 ---- <?php ! if (C_MAX_GSMILIES) { include('./lib/smilies.lib.' . C_EXTENSION); *************** *** 502,506 **** </p> <p> ! ¸Þ¼¼Áö¿¡ ¿ôÀ½ ±×¸²À» ³ÖÀ» ¼ö ÀÖ½À´Ï´Ù. ¾Æ·¡´Â ¿ô´Â ±×¸²À» Ç¥½ÃÇÒ ¼ö ÀÖ´Â °¢°¢ÀÇ ÄÚµåÀÔ´Ï´Ù. </p> <table align="center" border="0" cellpadding="3" cellspacing="5"> --- 502,506 ---- </p> <p> ! ¸Þ¼¼Áö¿¡ ¿ôÀ½ ±×¸²À» ³ÖÀ» ¼ö ÀÖ½À´Ï´Ù<?php if (C_MAX_GSMILIES != '*') echo(' (to the more ' . C_MAX_GSMILIES . ' per message)'); ?>. ¾Æ·¡´Â ¿ô´Â ±×¸²À» Ç¥½ÃÇÒ ¼ö ÀÖ´Â °¢°¢ÀÇ ÄÚµåÀÔ´Ï´Ù. </p> <table align="center" border="0" cellpadding="3" cellspacing="5"> |