Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv19319/chat/lib
Modified Files:
welcome.lib.php3
Log Message:
A new translation by Jorge Colaccini :)
***** 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.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** welcome.lib.php3 2001/04/15 19:06:35 1.3
--- welcome.lib.php3 2001/05/30 19:16:40 1.4
***************
*** 5,8 ****
--- 5,11 ----
switch ($L)
{
+ case 'argentinian_spanish': // Para usuarios en Español para Argentina
+ define('WELCOME_MSG', "Bienvenidos a nuestro chat. El objetivo es conocernos, intercambiar ideas y <I>especialmente, pasar un momento agradable</I>.");
+ 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>.");
|