Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/localization/spanish
In directory usw-pr-cvs1:/tmp/cvs-serv3268/phpMyChat - 0.14/chat/localization/spanish
Modified Files:
localized.chat.php3
Log Message:
Typo fixed thanks to Eduardo Cintas
***** Bogus filespec: -
***** Bogus filespec: 0.14/chat/localization/spanish
Index: localized.chat.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat - 0.14/chat/localization/spanish/localized.chat.php3,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** localized.chat.php3 2001/06/04 10:18:56 1.6
--- localized.chat.php3 2001/11/26 23:03:35 1.7
***************
*** 125,129 ****
define("L_USER", "usuario");
define("L_USERS", "usuarios");
! define("L_NO_USER", "No hay usuario");
define("L_ROOM", "sala");
define("L_ROOMS", "salas");
--- 125,129 ----
define("L_USER", "usuario");
define("L_USERS", "usuarios");
! define("L_NO_USER", "No hay usuarios");
define("L_ROOM", "sala");
define("L_ROOMS", "salas");
|