|
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>.');
?>
|