From: Lo?c C. <lo...@us...> - 2001-04-10 17:20:02
|
Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/install/languages In directory usw-pr-cvs1:/tmp/cvs-serv14320 Modified Files: languages.setup.php3 english.setup.php3 Log Message: Fix some typos ***** Bogus filespec: - ***** Bogus filespec: 0.14/chat/install/languages Index: languages.setup.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat - 0.14/chat/install/languages/languages.setup.php3,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** languages.setup.php3 2001/02/25 19:10:09 1.2 --- languages.setup.php3 2001/04/10 17:19:59 1.3 *************** *** 8,12 **** "en([-_][[:alpha:]]{2})?|english" => "english", "fr([-_][[:alpha:]]{2})?|french" => "french", ! "it|italian" => "italian" ); --- 8,13 ---- "en([-_][[:alpha:]]{2})?|english" => "english", "fr([-_][[:alpha:]]{2})?|french" => "french", ! "it|italian" => "italian", ! "es([-_][[:alpha:]]{2})?|spanish" => "spanish" ); Index: english.setup.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat - 0.14/chat/install/languages/english.setup.php3,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** english.setup.php3 2001/02/28 20:01:40 1.3 --- english.setup.php3 2001/04/10 17:19:59 1.4 *************** *** 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 bad 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 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....))"); |