Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv9400/chat/lib
Modified Files:
welcome.lib.php3
Log Message:
Portuguese translation updated thanks to Jose' Carlos
***** 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.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** welcome.lib.php3 2001/11/30 12:07:34 1.6
--- welcome.lib.php3 2001/11/30 23:45:36 1.7
***************
*** 25,28 ****
--- 25,30 ----
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>.");
+ case 'portuguese': // Para utilizadores portugueses
+ define('WELCOME_MSG', "Bem vindos ao nosso chat. Agradecemos que cumpra a <I>net etiquette</I> enquanto conversa.");
default: // When there is no translation for the language of the user
define('WELCOME_MSG', "Welcome to our chat. Please obey the net etiquette while chatting: <I>try to be pleasant and polite</I>.");
|