From: Lo?c C. <lo...@us...> - 2001-04-30 22:45:00
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/chinese_traditional In directory usw-pr-cvs1:/tmp/cvs-serv3139/chat/localization/chinese_traditional 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/chinese_traditional/tutorial.loc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** tutorial.loc 2001/04/28 21:05:42 1.6 --- tutorial.loc 2001/04/30 22:44:57 1.7 *************** *** 521,524 **** --- 521,527 ---- ¨Ò¦p:°e¥X°T®§ "Hi Jack :)" ¤£§tÂù¤Þ¸¹,±N¥H¤p¹Ï¥Ü¨ú¥N²Õ¦X¤å¦r Hi Jack <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/chinese_traditional/chat.loc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** chat.loc 2001/04/20 20:42:46 1.5 --- chat.loc 2001/04/30 22:44:57 1.6 *************** *** 176,184 **** // help popup ! define('L_HELP_TIT_1', 'ªí±¡²Å¸¹'); ! define('L_HELP_TIT_2', '°T®§®æ¦¡ªí¥Ü'); define('L_HELP_FMT_1', '¦bµo°eªº°T®§¤¤§A¥i¥H¨Ï¥Î²ÊÅé, ±×Åé©M©³½uªº HTML Tag ¨Óªí¥Ü <b> </b>, <i> </i> ©Î <u> </u> <br />¨Ò¦p¡G ¨Ï¥Î¡@<b>°T®§</b> ±N·|¥X²{ <b>°T®§</b>.'); define('L_HELP_FMT_2', '¦pªG°T®§¬O Email ©Î URL §A¤£»Ýn¯S§O¼g¥ô¦ótag. ¨t²Î±N·|¦Û¤vÀ°§U§A¥[¤W.'); ! define('L_HELP_TIT_3', '«ü¥O'); define('L_HELP_USR', 'ӨϥΪÌ'); define('L_HELP_MSG', 'message'); --- 176,183 ---- // help popup ! define('L_HELP_TIT_1', '°T®§®æ¦¡ªí¥Ü'); define('L_HELP_FMT_1', '¦bµo°eªº°T®§¤¤§A¥i¥H¨Ï¥Î²ÊÅé, ±×Åé©M©³½uªº HTML Tag ¨Óªí¥Ü <b> </b>, <i> </i> ©Î <u> </u> <br />¨Ò¦p¡G ¨Ï¥Î¡@<b>°T®§</b> ±N·|¥X²{ <b>°T®§</b>.'); define('L_HELP_FMT_2', '¦pªG°T®§¬O Email ©Î URL §A¤£»Ýn¯S§O¼g¥ô¦ótag. ¨t²Î±N·|¦Û¤vÀ°§U§A¥[¤W.'); ! define('L_HELP_TIT_2', '«ü¥O'); define('L_HELP_USR', 'ӨϥΪÌ'); define('L_HELP_MSG', 'message'); *************** *** 209,212 **** --- 208,216 ---- 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 |