From: Lo?c C. <lo...@us...> - 2001-04-15 19:06:37
|
Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/lib In directory usw-pr-cvs1:/tmp/cvs-serv17445/chat/lib Modified Files: welcome.lib.php3 Log Message: Japanese is now fully 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.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** welcome.lib.php3 2001/04/10 17:16:50 1.2 --- welcome.lib.php3 2001/04/15 19:06:35 1.3 *************** *** 11,14 **** --- 11,17 ---- 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 'japanese': // For japan users + define('WELCOME_MSG', "¥Á¥ã¥Ã¥È¤Ø¤è¤¦¤³¤½¡ª ¾¤Î¥æ¡¼¥¶¡¼¤ËÌÂÏǤò¤«¤±¤º¤Ë¡¢³Ú¤·¤ó¤Ç¤¤¤Ã¤Æ¤¯¤À¤µ¤¤¤Í¡£"); + 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>."); |