From: Lo?c C. <lo...@us...> - 2001-05-07 21:11:05
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/korean In directory usw-pr-cvs1:/tmp/cvs-serv17372/chat/localization/korean Modified Files: chat.loc Log Message: Add a string for the max number of smilies Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/korean/chat.loc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** chat.loc 2001/04/30 22:44:57 1.6 --- chat.loc 2001/05/07 21:11:00 1.7 *************** *** 8,12 **** // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | // +--------------------------------------------------------------------------+ ! // | Korean translation of phpMyChat. | // +--------------------------------------------------------------------------+ // | From the phpMyChat project: | --- 8,12 ---- // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | // +--------------------------------------------------------------------------+ ! // | Korean translation of phpMyChat. | // +--------------------------------------------------------------------------+ // | From the phpMyChat project: | *************** *** 209,212 **** --- 209,213 ---- // smilies popup define('L_SMIL_TIT', '°¨Á¤Ç¥½Ã(¿ô´Â ±×¸²)'); + define('L_SMIL_MAX', 'The <b>maximum number</b> of graphical smilies per message is <b>%s</b>.'); 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: \'.'); |