From: Lo?c C. <lo...@us...> - 2001-11-26 23:03:38
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/spanish In directory usw-pr-cvs1:/tmp/cvs-serv3268/phpMyChat-0.15/chat/localization/spanish Modified Files: chat.loc Log Message: Typo fixed thanks to Eduardo Cintas Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/spanish/chat.loc,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** chat.loc 2001/06/10 14:57:50 1.10 --- chat.loc 2001/11/26 23:03:35 1.11 *************** *** 149,153 **** define('L_USER', 'usuario'); define('L_USERS', 'usuarios'); ! define('L_NO_USER', 'No hay usuario'); define('L_ROOM', 'sala'); define('L_ROOMS', 'salas'); --- 149,153 ---- define('L_USER', 'usuario'); define('L_USERS', 'usuarios'); ! define('L_NO_USER', 'No hay usuarios'); define('L_ROOM', 'sala'); define('L_ROOMS', 'salas'); |