From: Lo?c C. <lo...@us...> - 2001-04-30 22:45:00
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/english In directory usw-pr-cvs1:/tmp/cvs-serv3139/chat/localization/english 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/english/tutorial.loc,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** tutorial.loc 2001/04/28 21:05:42 1.7 --- tutorial.loc 2001/04/30 22:44:57 1.8 *************** *** 519,522 **** --- 519,525 ---- <i>For example</i>, sending the text "Hi Jack :)" without quote will display the message Hi Jack <img src="images/smilies/smile1.gif" width="15" height="15" alt=":)" /> in the main frame. </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">Back to the top</a></p> <hr /> Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/english/chat.loc,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** chat.loc 2001/04/20 20:42:46 1.7 --- chat.loc 2001/04/30 22:44:57 1.8 *************** *** 174,182 **** // help popup ! define('L_HELP_TIT_1', 'Smilies'); ! define('L_HELP_TIT_2', 'Text formating for messages'); define('L_HELP_FMT_1', 'You can put bold, italic or underlined text in messages by encasing the applicable sections of your text with either the <b> </b>, <i> </i> or <u> </u> tags.<br />For example, <b>this text</b> will produce <b>this text</b>.'); define('L_HELP_FMT_2', 'To create a hyperlink (for e-mail or URL) in your message, simply type the corresponding address without any tag. The hyperlink will be created automatically.'); ! define('L_HELP_TIT_3', 'Commands'); define('L_HELP_USR', 'user'); define('L_HELP_MSG', 'message'); --- 174,181 ---- // help popup ! define('L_HELP_TIT_1', 'Text formating for messages'); define('L_HELP_FMT_1', 'You can put bold, italic or underlined text in messages by encasing the applicable sections of your text with either the <b> </b>, <i> </i> or <u> </u> tags.<br />For example, <b>this text</b> will produce <b>this text</b>.'); define('L_HELP_FMT_2', 'To create a hyperlink (for e-mail or URL) in your message, simply type the corresponding address without any tag. The hyperlink will be created automatically.'); ! define('L_HELP_TIT_2', 'Commands'); define('L_HELP_USR', 'user'); define('L_HELP_MSG', 'message'); *************** *** 206,209 **** --- 205,213 ---- 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', 'Smilies'); + 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 |