From: Lo?c C. <lo...@us...> - 2001-04-11 21:12:13
|
Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/localization/english In directory usw-pr-cvs1:/tmp/cvs-serv15127/localization/english Modified Files: localized.tutorial.php3 Log Message: 'C_BAD_WORDS' -> 'C_NO_SWEAR' && update the users' list ***** Bogus filespec: - ***** Bogus filespec: 0.14/chat/localization/english Index: localized.tutorial.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat - 0.14/chat/localization/english/localized.tutorial.php3,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** localized.tutorial.php3 2001/04/10 17:39:34 1.4 --- localized.tutorial.php3 2001/04/11 21:12:10 1.5 *************** *** 186,190 **** <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>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>If you have a homepage, you may enter the URL into the box. --- 186,190 ---- <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>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>If you have a homepage, you may enter the URL into the box. *************** *** 209,213 **** Registered users can create rooms. Private ones can only be accessed by users who know their name and will never been displayed except for users that are in.<BR> <P> ! Room's name cannot contain comma or backslash (\).<?php if (C_BAD_WORDS == "1") echo(" It can no more contains \"swear words\"."); ?> <BR><P ALIGN="right"><A HREF="#top">Back to the top</A></P> <P> --- 209,213 ---- Registered users can create rooms. Private ones can only be accessed by users who know their name and will never been displayed except for users that are in.<BR> <P> ! Room's name cannot contain comma or backslash (\).<?php if (C_NO_SWEAR == "1") echo(" It can no more contains \"swear words\"."); ?> <BR><P ALIGN="right"><A HREF="#top">Back to the top</A></P> <P> *************** *** 241,245 **** <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."); ?> <P> You may change the color of the text of your messages by choosing a new color from the list of choices to the right of the text box. --- 241,245 ---- <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."); ?> <P> You may change the color of the text of your messages by choosing a new color from the list of choices to the right of the text box. *************** *** 253,257 **** <OL> Two basic rules have been defined for the users list:<BR> ! <LI>a little icon (<IMG SRC="images/whoisOff.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;<BR> <LI>the nick of the administrator or of a moderator is italicized. </OL> --- 253,257 ---- <OL> Two basic rules have been defined for the users list:<BR> ! <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;<BR> <LI>the nick of the administrator or of a moderator is italicized. </OL> *************** *** 260,270 **** <TR> <TD> ! <IMG SRC="images/tutorials/usersList.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;<BR> ! <LI>lolo and Jezek2 are registered users with no extra "power" for the phpMyChat room;<BR> ! <LI>Mary is a simple unregistered user. </UL> </TD> --- 260,270 ---- <TR> <TD> ! <IMG SRC="images/tutorials/usersList.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>alien (whose gender is unknown), Jezek2 and Caridad are registered users with no extra "power" for the phpMyChat room;<BR><BR> ! <LI>lolo is a simple unregistered user. </UL> </TD> *************** *** 466,470 **** will create a new private room (assuming a public one has not already been created with that name) called MyRoom and move you into it. <P> ! Room's name cannot contain comma or backslash (\).<?php if (C_BAD_WORDS == "1") echo(" It can no more contains \"swear words\"."); ?> <?php } --- 466,470 ---- will create a new private room (assuming a public one has not already been created with that name) called MyRoom and move you into it. <P> ! Room's name cannot contain comma or backslash (\).<?php if (C_NO_SWEAR == "1") echo(" It can no more contains \"swear words\"."); ?> <?php } |