From: Lo?c C. <lo...@us...> - 2001-04-15 19:07:02
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib In directory usw-pr-cvs1:/tmp/cvs-serv17607/chat/lib Modified Files: welcome.lib.php3 Log Message: Japanese is now fully validated Index: welcome.lib.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/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:41:27 1.2 --- welcome.lib.php3 2001/04/15 19:07:00 1.3 *************** *** 35,38 **** --- 35,42 ---- 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>.'); |