From: Lo?c C. <lo...@us...> - 2001-04-10 17:16:53
|
Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/lib In directory usw-pr-cvs1:/tmp/cvs-serv13407/chat/lib Modified Files: welcome.lib.php3 Log Message: An updated spanish translation (near validated) ***** Bogus filespec: - ***** Bogus filespec: 0.14/chat/lib Index: welcome.lib.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat - 0.14/chat/lib/welcome.lib.php3,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** welcome.lib.php3 2001/03/21 19:31:29 1.1 --- welcome.lib.php3 2001/04/10 17:16:50 1.2 *************** *** 5,14 **** switch ($L) { - case 'french': // For french users - define('WELCOME_MSG', "Bienvenu(e) sur notre chat. N\'oubliez pas les <I>règles de politesse élémentaire</I> au cours de vos discussions."); - break; case 'english': // For english users define('WELCOME_MSG', "Welcome to our chat. Please obey the net etiquette while chatting: <I>try to be pleasant and polite</I>."); break; default: // When there is no translation for the language of the user define('WELCOME_MSG', "Welcome to our chat. Please obey the net etiquette while chatting: <I>try to be pleasant and polite</I>."); --- 5,16 ---- switch ($L) { case 'english': // For english users define('WELCOME_MSG', "Welcome to our chat. Please obey the net etiquette while chatting: <I>try to be pleasant and polite</I>."); break; + case 'french': // For french users + define('WELCOME_MSG', "Bienvenu(e) sur notre chat. N\'oubliez pas les <I>règles de politesse élémentaire</I> au cours de vos discussions."); + break; + case 'spanish': // Para usuarios en Español + define('WELCOME_MSG', "Bienvenidos a nuestro chat. El objetivo es conocernos, intercambiar ideas y <I>especialmente, pasar un momento agradable</I>."); default: // When there is no translation for the language of the user define('WELCOME_MSG', "Welcome to our chat. Please obey the net etiquette while chatting: <I>try to be pleasant and polite</I>."); |