You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
(51) |
Apr
(688) |
May
(260) |
Jun
(108) |
Jul
(42) |
Aug
|
Sep
(2) |
Oct
|
Nov
(74) |
Dec
(217) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(3) |
Jun
(6) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
(8) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Lo?c C. <lo...@us...> - 2001-04-20 20:44:55
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/bosnian In directory usw-pr-cvs1:/tmp/cvs-serv18855/chat/localization/bosnian Modified Files: tutorial.loc Log Message: New languages list... widely increased, isn't it? :)) Index: tutorial.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/bosnian/tutorial.loc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** tutorial.loc 2001/04/19 09:05:09 1.5 --- tutorial.loc 2001/04/20 20:44:52 1.6 *************** *** 201,205 **** </p> <p align="center"> ! <img src="images/tutorials_imgs/flags.gif" height="44" width="424" alt="Zastave za selekciju jezika" /> </p> <p align="right"><a href="#top">povratak na vrh</a></p> --- 201,205 ---- </p> <p align="center"> ! <img src="images/tutorials_imgs/flags.gif" height="66" width="431" alt="Zastave za selekciju jezika" /> </p> <p align="right"><a href="#top">povratak na vrh</a></p> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:53
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/thai In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/thai Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/thai/chat.loc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** chat.loc 2001/04/19 20:23:36 1.5 --- chat.loc 2001/04/20 20:42:48 1.6 *************** *** 237,239 **** --- 237,240 ---- define('L_ENTER_ROM', '%s enters this room'); define('L_EXIT_ROM', '%s exit this room'); + define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:53
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/turkish In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/turkish Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/turkish/chat.loc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** chat.loc 2001/04/19 09:05:11 1.4 --- chat.loc 2001/04/20 20:42:48 1.5 *************** *** 168,172 **** define('L_NO_ADMIN', 'Sadece administratör bu komutu kullanabilir.'); define('L_ANNOUNCE', 'ILAN..ILAN'); ! define('L_INVITE', '%s sizi <a href="#" onclick="parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> odasina davet ediyor.'); define('L_INVITE_REG', ' You have to be registered to enter this room.'); define('L_INVITE_DONE', 'Davetiniz %s e gönderildi.'); --- 168,172 ---- define('L_NO_ADMIN', 'Sadece administratör bu komutu kullanabilir.'); define('L_ANNOUNCE', 'ILAN..ILAN'); ! define('L_INVITE', '%s sizi <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> odasina davet ediyor.'); define('L_INVITE_REG', ' You have to be registered to enter this room.'); define('L_INVITE_DONE', 'Davetiniz %s e gönderildi.'); *************** *** 237,239 **** --- 237,240 ---- define('L_ENTER_ROM', '%s odaya tesrif etti. Hos geldin % s.'); define('L_EXIT_ROM', '%s odadan çikti. Yine bekleriz %s .'); + define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:52
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/swedish In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/swedish Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/swedish/chat.loc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** chat.loc 2001/04/19 20:23:36 1.5 --- chat.loc 2001/04/20 20:42:47 1.6 *************** *** 238,240 **** --- 238,241 ---- define('L_ENTER_ROM', '%s enters this room'); define('L_EXIT_ROM', '%s exit this room'); + define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:52
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/romanian In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/romanian Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/romanian/chat.loc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** chat.loc 2001/04/19 20:23:36 1.4 --- chat.loc 2001/04/20 20:42:47 1.5 *************** *** 251,253 **** --- 251,254 ---- define('L_ENTER_ROM', '%s a intrat in camera'); define('L_EXIT_ROM', '%s a iesit din camera'); + define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:52
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/slovak In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/slovak Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/slovak/chat.loc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** chat.loc 2001/04/19 20:23:36 1.4 --- chat.loc 2001/04/20 20:42:47 1.5 *************** *** 240,242 **** --- 240,243 ---- define('L_ENTER_ROM', '%s vstúpil(a) do miestnosti'); define('L_EXIT_ROM', '%s sa odhlásil(a) z tejto miestnosti'); + define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:52
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/portuguese In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/portuguese Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/portuguese/chat.loc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** chat.loc 2001/04/19 20:23:36 1.4 --- chat.loc 2001/04/20 20:42:47 1.5 *************** *** 238,240 **** --- 238,241 ---- define('L_ENTER_ROM', '%s entrou nesta sala'); define('L_EXIT_ROM', '%s saiu desta sala'); + define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:52
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/russian In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/russian Modified Files: chat.loc _chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/russian/chat.loc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** chat.loc 2001/04/19 20:23:13 1.4 --- chat.loc 2001/04/20 20:42:47 1.5 *************** *** 240,242 **** --- 240,243 ---- define('L_ENTER_ROM', '%s ïðèâåòñâóåò Âàñ !'); define('L_EXIT_ROM', '%s ïðîùàåòñÿ ñ Âàìè!'); + define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.'); ?> Index: _chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/russian/_chat.loc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** _chat.loc 2001/04/19 20:23:13 1.4 --- _chat.loc 2001/04/20 20:42:47 1.5 *************** *** 239,241 **** --- 239,242 ---- define('L_ENTER_ROM', '%s ÐÒÉ×ÅÔÓÔ×ÕÅÔ ÷ÁÓ!'); define('L_EXIT_ROM', '%s ÐÒÏÝÁÅÔÓÑ Ó ÷ÁÍÉ!'); + define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:52
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/spanish In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/spanish Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/spanish/chat.loc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** chat.loc 2001/04/19 20:23:36 1.4 --- chat.loc 2001/04/20 20:42:47 1.5 *************** *** 239,241 **** --- 239,242 ---- define('L_ENTER_ROM', '%s ingresó a este salón'); define('L_EXIT_ROM', '%s salió de este salón'); + define('L_WELCOME', 'Bienvenidos a nuestro chat. El objetivo es conocernos, intercambiar ideas y <i>especialmente, pasar un momento agradable</i>.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:52
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/polish In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/polish Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/polish/chat.loc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** chat.loc 2001/04/19 20:23:36 1.4 --- chat.loc 2001/04/20 20:42:47 1.5 *************** *** 238,240 **** --- 238,241 ---- define('L_ENTER_ROM', '%s do³±czy³(a) do tego kana³u.'); define('L_EXIT_ROM', '%s opu¶ci³(a) ten kana³.'); + define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:52
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/norwegian In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/norwegian Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/norwegian/chat.loc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** chat.loc 2001/04/19 20:23:36 1.5 --- chat.loc 2001/04/20 20:42:47 1.6 *************** *** 238,240 **** --- 238,241 ---- define('L_ENTER_ROM', '%s enters this room'); define('L_EXIT_ROM', '%s exit this room'); + define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:52
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/malay In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/malay Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/malay/chat.loc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** chat.loc 2001/04/19 20:23:36 1.5 --- chat.loc 2001/04/20 20:42:47 1.6 *************** *** 237,239 **** --- 237,240 ---- define('L_ENTER_ROM', '%s masuk ke bilik borak ini'); define('L_EXIT_ROM', '%s keluar dari bilik borak ini'); + define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:52
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/korean In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/korean Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/korean/chat.loc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** chat.loc 2001/04/19 20:23:35 1.4 --- chat.loc 2001/04/20 20:42:47 1.5 *************** *** 238,240 **** --- 238,241 ---- define('L_ENTER_ROM', '%s ´ÔÀÌ ÀÔÀåÇϼ̽À´Ï´Ù.'); define('L_EXIT_ROM', '%s ´ÔÀÌ ³ª°¡¼Ì½À´Ï´Ù.'); + define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:51
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/japanese In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/japanese Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/japanese/chat.loc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** chat.loc 2001/04/19 20:23:35 1.6 --- chat.loc 2001/04/20 20:42:47 1.7 *************** *** 237,239 **** --- 237,240 ---- define('L_ENTER_ROM', '%s ¤¬Æþ¼¼¤·¤Þ¤·¤¿¡£'); define('L_EXIT_ROM', '%s ¤¬Â༼¤·¤Þ¤·¤¿¡£'); + define('L_WELCOME', '¥Á¥ã¥Ã¥È¤Ø¤è¤¦¤³¤½¡ª ¾¤Î¥æ¡¼¥¶¡¼¤ËÌÂÏǤò¤«¤±¤º¤Ë¡¢³Ú¤·¤ó¤Ç¤¤¤Ã¤Æ¤¯¤À¤µ¤¤¤Í¡£'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:51
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/italian In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/italian Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/italian/chat.loc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** chat.loc 2001/04/19 20:23:35 1.4 --- chat.loc 2001/04/20 20:42:47 1.5 *************** *** 243,245 **** --- 243,246 ---- define('L_ENTER_ROM', '%s entra nella chat'); define('L_EXIT_ROM', '%s esce dalla chat'); + define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:51
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/french_canadian In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/french_canadian Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/french_canadian/chat.loc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** chat.loc 2001/04/19 20:23:34 1.5 --- chat.loc 2001/04/20 20:42:47 1.6 *************** *** 237,239 **** --- 237,240 ---- define('L_ENTER_ROM', '%s entre dans ce salon'); define('L_EXIT_ROM', '%s a quitté ce salon'); + define('L_WELCOME', 'Bienvenu(e) sur notre chat. N\'oubliez pas les <i>règles de politesse élémentaire</i> au cours de vos discussions.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:50
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/german In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/german Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/german/chat.loc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** chat.loc 2001/04/19 20:23:34 1.4 --- chat.loc 2001/04/20 20:42:47 1.5 *************** *** 243,245 **** --- 243,246 ---- define('L_ENTER_ROM', '%s betritt den Raum'); define('L_EXIT_ROM', '%s verläßt den Raum'); + define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:50
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/icelandic In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/icelandic Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/icelandic/chat.loc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** chat.loc 2001/04/19 20:23:34 1.5 --- chat.loc 2001/04/20 20:42:47 1.6 *************** *** 239,241 **** --- 239,242 ---- define('L_ENTER_ROM', '%s enters this room'); define('L_EXIT_ROM', '%s exit this room'); + define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:50
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/greek In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/greek Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/greek/chat.loc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** chat.loc 2001/04/19 20:23:34 1.5 --- chat.loc 2001/04/20 20:42:47 1.6 *************** *** 238,240 **** --- 238,241 ---- define('L_ENTER_ROM', '%s enters this room'); define('L_EXIT_ROM', '%s exit this room'); + define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:50
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/georgian In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/georgian Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/georgian/chat.loc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** chat.loc 2001/04/19 20:23:34 1.5 --- chat.loc 2001/04/20 20:42:47 1.6 *************** *** 247,249 **** --- 247,250 ---- define('L_ENTER_ROM', '%s enters this room'); define('L_EXIT_ROM', '%s exit this room'); + define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:50
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/french In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/french Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/french/chat.loc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** chat.loc 2001/04/19 20:23:34 1.5 --- chat.loc 2001/04/20 20:42:47 1.6 *************** *** 237,239 **** --- 237,240 ---- define('L_ENTER_ROM', '%s entre dans ce salon'); define('L_EXIT_ROM', '%s a quitté ce salon'); + define('L_WELCOME', 'Bienvenu(e) sur notre chat. N\'oubliez pas les <i>règles de politesse élémentaire</i> au cours de vos discussions.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:50
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/finnish In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/finnish Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/finnish/chat.loc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** chat.loc 2001/04/19 20:23:34 1.4 --- chat.loc 2001/04/20 20:42:46 1.5 *************** *** 239,241 **** --- 239,242 ---- define('L_ENTER_ROM', '%s Saapui huoneeseen'); define('L_EXIT_ROM', '%s Poistui huoneesta'); + define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:50
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/estonian In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/estonian Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/estonian/chat.loc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** chat.loc 2001/04/19 20:23:34 1.5 --- chat.loc 2001/04/20 20:42:46 1.6 *************** *** 237,239 **** --- 237,240 ---- define('L_ENTER_ROM', '%s siseneb siia tuppa'); define('L_EXIT_ROM', '%s lahkub siit toast'); + define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:50
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/english In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/english Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/english/chat.loc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** chat.loc 2001/04/19 20:23:34 1.6 --- chat.loc 2001/04/20 20:42:46 1.7 *************** *** 237,239 **** --- 237,240 ---- define('L_ENTER_ROM', '%s enters this room'); define('L_EXIT_ROM', '%s exits from this room'); + define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.'); ?> |
From: Lo?c C. <lo...@us...> - 2001-04-20 20:42:50
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/czech In directory usw-pr-cvs1:/tmp/cvs-serv18217/chat/localization/czech Modified Files: chat.loc Log Message: Set default welcome messages in the localized translations Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/czech/chat.loc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** chat.loc 2001/04/19 20:23:34 1.5 --- chat.loc 2001/04/20 20:42:46 1.6 *************** *** 238,240 **** --- 238,241 ---- define('L_ENTER_ROM', '%s pøi¹el do místnosti'); define('L_EXIT_ROM', '%s ode¹el z místnosti'); + define('L_WELCOME', 'Welcome to our chat. Please obey the net etiquette while chatting: <i>try to be pleasant and polite</i>.'); ?> |