From: Lo?c C. <lo...@us...> - 2001-04-11 23:06:45
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/english In directory usw-pr-cvs1:/tmp/cvs-serv1253/chat/localization/english Modified Files: tutorial.loc chat.loc Log Message: Two many modifications, I can't detail Index: tutorial.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/english/tutorial.loc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** tutorial.loc 2001/04/10 17:51:00 1.2 --- tutorial.loc 2001/04/11 23:06:13 1.3 *************** *** 250,254 **** </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_BAD_WORDS == 1) echo(' It can not contain \'swear words\'.'); ?></li> <li>Second, please enter your first name, last name, and your email address. In order to register to chat, all of this information must be provided. The gender information is optional.</li> <li>If you have a homepage, you may enter the URL into the box.</li> --- 250,254 ---- </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> <li>Second, please enter your first name, last name, and your email address. In order to register to chat, all of this information must be provided. The gender information is optional.</li> <li>If you have a homepage, you may enter the URL into the box.</li> *************** *** 274,278 **** </p> <p> ! Room's name cannot contain comma or backslash (\).<?php if (C_BAD_WORDS == 1) echo(' It can no more contains \'swear words\'.' . "\n"); ?> </p> <p align="right"><a href="#top">Back to the top</a></p> --- 274,278 ---- </p> <p> ! Room's name cannot contain comma or backslash (\).<?php if (C_NO_SWEAR == 1) echo(' It can no more contains \'swear words\'.' . "\n"); ?> </p> <p align="right"><a href="#top">Back to the top</a></p> *************** *** 311,315 **** <p> To post a message to the chat room, type your text into the text box in the lower left corner and then press the Enter/Return key to send it. Messages from all users scroll in the chat box.<br /> ! <?php if (C_BAD_WORDS == 1) echo('Note that \'swear words\' are skipped from messages.' . "\n"); ?> </p> <p> --- 311,315 ---- <p> To post a message to the chat room, type your text into the text box in the lower left corner and then press the Enter/Return key to send it. Messages from all users scroll in the chat box.<br /> ! <?php if (C_NO_SWEAR == 1) echo('Note that \'swear words\' are skipped from messages.' . "\n"); ?> </p> <p> *************** *** 326,330 **** </p> <ol> ! <li>a little icon (<img src="images/whois_off.gif" width="5" height="9" border="0" alt="whois icon" />) is displayed before the nick of a registered user and clicking on it will launch the <a href="#whois">whois popup</a> for this user, while unregistered users just have a minus sign displayed before their nick;</li> <li>the nick of the administrator or of a moderator is italicized.</li> </ol> --- 326,330 ---- </p> <ol> ! <li>a little icon that shows gender is displayed before the nick of a registered user (clicking on it will launch the <a href="#whois">whois popup</a> for this user), while unregistered users have nothing but blank spaces displayed before their nick;</li> <li>the nick of the administrator or of a moderator is italicized.</li> </ol> *************** *** 335,345 **** <tr> <td> ! <img src="images/tutorials_imgs/users_list.gif" width="99" height="131" border="0" alt="users list" /> </td> <td> <ul> ! <li>Nicolas is the admin or one of the moderators of the phpMyChat room;</li> ! <li>lolo and Jezek2 are registered users with no extra "power" for the phpMyChat room;</li> ! <li>Mary is a simple unregistered user.</li> </ul> </td> --- 335,345 ---- <tr> <td> ! <img src="images/tutorials_imgs/users_list.gif" width="128" height="145" border="0" alt="users list" /> </td> <td> <ul> ! <li>Nicolas is the admin or one of the moderators of the phpMyChat room;<br /><br /></li> ! <li>alien (whose gender is unknown), Jezek2 and Caridad are registered users with no extra "power" for the phpMyChat room;<br /><br /></li> ! <li>lolo is a simple unregistered user.</li> </ul> </td> *************** *** 481,487 **** { include('./lib/smilies.lib.' . C_EXTENSION); ! $smiliesCnt = count($smilies); ! $smiliesCodes = array(); ! displaySmilies($smiliesCodes, $smilies, $smiliesCnt, 'tutorial'); unset($smilies); ?> --- 481,485 ---- { include('./lib/smilies.lib.' . C_EXTENSION); ! $smiliesCodes = pmcDisplaySmilies('tutorial'); unset($smilies); ?> *************** *** 587,591 **** </p> <p> ! Room's name cannot contain comma or backslash (\).<?php if (C_BAD_WORDS == 1) echo(' It can no more contains \'swear words\'.' . "\n"); ?> </p> <?php --- 585,589 ---- </p> <p> ! Room's name cannot contain comma or backslash (\).<?php if (C_NO_SWEAR == 1) echo(' It can no more contains \'swear words\'.' . "\n"); ?> </p> <?php Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/english/chat.loc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** chat.loc 2001/04/10 16:58:54 1.1 --- chat.loc 2001/04/11 23:06:13 1.2 *************** *** 166,170 **** define('L_NO_ADMIN', 'Only the administrator can use this command.'); define('L_ANNOUNCE', 'ANNOUNCE'); ! define('L_INVITE', '%s requests that you join her/him into the <a href="#" onclick="window.parent.runCmd(\'%s\', \'%s\')">%s</a> room.'); define('L_INVITE_REG', ' You have to be registered to enter this room.'); define('L_INVITE_DONE', 'Your invitation has been sent to %s.'); --- 166,170 ---- define('L_NO_ADMIN', 'Only the administrator can use this command.'); define('L_ANNOUNCE', 'ANNOUNCE'); ! define('L_INVITE', '%s requests that you join her/him into the <a href="#" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> room.'); define('L_INVITE_REG', ' You have to be registered to enter this room.'); define('L_INVITE_DONE', 'Your invitation has been sent to %s.'); |