From: Lo?c C. <lo...@us...> - 2001-04-10 17:12:51
|
Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/localization/english In directory usw-pr-cvs1:/tmp/cvs-serv12255/english Modified Files: localized.tutorial.php3 Log Message: Fix some typos ***** 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.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** localized.tutorial.php3 2001/02/25 19:10:09 1.2 --- localized.tutorial.php3 2001/04/10 17:12:48 1.3 *************** *** 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 \"bad 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_BAD_WORDS == "1") echo(" It can not contain \"coarse 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 \"bad 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_BAD_WORDS == "1") echo(" It can no more contains \"coarse 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 \"bad 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_BAD_WORDS == "1") echo("Note that \"coarse 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. *************** *** 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 \"bad 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_BAD_WORDS == "1") echo(" It can no more contains \"coarse words\"."); ?> <?php } |