From: Lo?c C. <lo...@us...> - 2001-04-10 17:39:37
|
Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/install/languages In directory usw-pr-cvs1:/tmp/cvs-serv19882/chat/install/languages Modified Files: english.setup.php3 Log Message: Fix some bad translations ('bad words' to 'swear words') ***** Bogus filespec: - ***** Bogus filespec: 0.14/chat/install/languages Index: english.setup.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat - 0.14/chat/install/languages/english.setup.php3,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** english.setup.php3 2001/04/10 17:19:59 1.4 --- english.setup.php3 2001/04/10 17:39:35 1.5 *************** *** 91,95 **** define("S_SETUP2_30","Show timestamp as default."); define("S_SETUP2_31","Show nofications of user entrance/exit as default."); ! define("S_SETUP2_36","Check for coarse words (see 'chat/lib/swearing.lib.php3') ?"); define("S_SETUP2_41","Maximum number of messages that an user is allowed to export to an HTML file (0 for none -save command is disabled-, '*' for all available messages, or an integer to limit server charge)?"); define("S_SETUP2_42","Enable the banishment feature?<BR>0 for no, else a positive number to define the number of banishment<BR>day(s) (2000000 for no end, 0.02 for ~half an hour....))"); --- 91,95 ---- define("S_SETUP2_30","Show timestamp as default."); define("S_SETUP2_31","Show nofications of user entrance/exit as default."); ! define("S_SETUP2_36","Check for swear words (see 'chat/lib/swearing.lib.php3') ?"); define("S_SETUP2_41","Maximum number of messages that an user is allowed to export to an HTML file (0 for none -save command is disabled-, '*' for all available messages, or an integer to limit server charge)?"); define("S_SETUP2_42","Enable the banishment feature?<BR>0 for no, else a positive number to define the number of banishment<BR>day(s) (2000000 for no end, 0.02 for ~half an hour....))"); |