From: Nicolas H. <nh...@us...> - 2001-11-30 12:15:23
|
Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/lib In directory usw-pr-cvs1:/tmp/cvs-serv24375 Modified Files: welcome.lib.php3 Log Message: Added greek welcome message ***** 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.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** welcome.lib.php3 2001/06/08 17:46:13 1.5 --- welcome.lib.php3 2001/11/30 12:07:34 1.6 *************** *** 17,20 **** --- 17,23 ---- 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 'greek': // For greek users + define('WELCOME_MSG', "Êáëþò Þñèáôå óôç óõæÞôçóÞ ìáò. Ðáñáêáëïýìå <I>ìçí îå÷íÜôå ôïõò êáëïýò óáò ôñüðïõò</I> êáôÜ ôçí ðáñáìïíÞ óáò."); + break; case 'japanese': // For japan users define('WELCOME_MSG', "¥Á¥ã¥Ã¥È¤Ø¤è¤¦¤³¤½¡ª ¾¤Î¥æ¡¼¥¶¡¼¤ËÌÂÏǤò¤«¤±¤º¤Ë¡¢³Ú¤·¤ó¤Ç¤¤¤Ã¤Æ¤¯¤À¤µ¤¤¤Í¡£"); |