From: Lo?c C. <lo...@us...> - 2001-04-10 17:39:37
|
Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/localization/italian In directory usw-pr-cvs1:/tmp/cvs-serv19882/chat/localization/italian Modified Files: localized.tutorial.php3 Log Message: Fix some bad translations ('bad words' to 'swear words') ***** Bogus filespec: - ***** Bogus filespec: 0.14/chat/localization/italian Index: localized.tutorial.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat - 0.14/chat/localization/italian/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:39:34 1.3 *************** *** 184,188 **** --> <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 space, comma or backslash (\). ! <?php if (C_BAD_WORDS == "1") echo(" It can no more contains \"bad words\"."); ?> <LI>Secondo, inserite il vostro nome, cognome e il vostro indirizzo email. Per far in modo che ci si registri alla chat, tutte queste informazioni devono essere fornite. Potete non specificare il vostro sesso. <LI>Se avete una homepage, potete inserire l'URL in questo campo.. --- 184,188 ---- --> <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 space, comma or backslash (\). ! <?php if (C_BAD_WORDS == "1") echo(" It can no more contains \"swear words\"."); ?> <LI>Secondo, inserite il vostro nome, cognome e il vostro indirizzo email. Per far in modo che ci si registri alla chat, tutte queste informazioni devono essere fornite. Potete non specificare il vostro sesso. <LI>Se avete una homepage, potete inserire l'URL in questo campo.. |