From: Lo?c C. <lo...@us...> - 2001-04-15 21:18:22
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/english In directory usw-pr-cvs1:/tmp/cvs-serv7923/chat/localization/english 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/english/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 *************** *** 248,252 **** <p> If you have not yet registered<?php if (C_REQUIRE_REGISTER == 0) echo(' and would like to'); ?>, please choose the registration option. A small pop-up window will appear. ! </p> <ul> <li>First, create a username<?php if (!C_EMAIL_PASWD) echo(' and a password'); ?> for yourself by typing it into the appropriate boxes. The username you choose is the name that will be automatically displayed in the chat room. It cannot contain spaces, commas or backslashes (\).<?php if (C_NO_SWEAR == 1) echo(' It can not contain \'swear words\'.'); ?></li> --- 248,252 ---- <p> If you have not yet registered<?php if (C_REQUIRE_REGISTER == 0) echo(' and would like to'); ?>, please choose the registration option. A small pop-up window will appear. ! </p> <ul> <li>First, create a username<?php if (!C_EMAIL_PASWD) echo(' and a password'); ?> for yourself by typing it into the appropriate boxes. The username you choose is the name that will be automatically displayed in the chat room. It cannot contain spaces, commas or backslashes (\).<?php if (C_NO_SWEAR == 1) echo(' It can not contain \'swear words\'.'); ?></li> *************** *** 289,294 **** </p> <p> ! A sign representing your connection state is dipslayed at the top-right corner of the screen. It may take three forms : ! </p> <ul> <li><img src="images/connect_off.gif" width="13" height="13" border="0" alt="No connection" /> when no connection is required;</li> --- 289,294 ---- </p> <p> ! A sign representing your connection state is dipslayed at the top-right corner of the screen. It may take three forms: ! </p> <ul> <li><img src="images/connect_off.gif" width="13" height="13" border="0" alt="No connection" /> when no connection is required;</li> *************** *** 413,416 **** --- 413,420 ---- echo("\n"); ?> + <li> + The <b>Img command</b> enables or disable the graphical smilies mode.<br /><br />Type "/img" without quotes. + <br /><br /> + </li> <li> The <b>Notify command</b> allows you to toggle on or off the option of seeing the notices when other users enter or exit the chat room. By default this option is <?php echo((C_NOTIFY) ? 'on' : 'off'); ?> and the notices <?php echo((C_NOTIFY) ? 'will' : 'won\'t'); ?> be seen.<br /><br />Type "/notify" without quotes. Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/english/chat.loc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** chat.loc 2001/04/15 18:56:31 1.3 --- chat.loc 2001/04/15 21:18:18 1.4 *************** *** 203,206 **** --- 203,207 ---- define('L_HELP_CMD_19', 'Allow the moderator(s) of a room or the administrator to \'banish\' an user from the room for a time defined by the administrator.<br />The later can banish an user chatting in an other room than the one he is into and use the \'<b> * </b>\' setting to banish \'for ever\' an user from the chat as the whole.'); 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 |