From: Lo?c C. <lo...@us...> - 2001-04-10 17:51:03
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/english In directory usw-pr-cvs1:/tmp/cvs-serv23121/chat/localization/english Modified Files: tutorial.loc Log Message: Fix some bad translations ('bad words' to 'swear words') Index: tutorial.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/english/tutorial.loc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** tutorial.loc 2001/04/10 16:58:54 1.1 --- tutorial.loc 2001/04/10 17:51:00 1.2 *************** *** 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 \'coarse 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_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> *************** *** 274,278 **** </p> <p> ! Room's name cannot contain comma or backslash (\).<?php if (C_BAD_WORDS == 1) echo(' It can no more contains \'coarse 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_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> *************** *** 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 \'coarse 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_BAD_WORDS == 1) echo('Note that \'swear words\' are skipped from messages.' . "\n"); ?> </p> <p> *************** *** 587,591 **** </p> <p> ! Room's name cannot contain comma or backslash (\).<?php if (C_BAD_WORDS == 1) echo(' It can no more contains \'coarse words\'.' . "\n"); ?> </p> <?php --- 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 |