From: Lo?c C. <lo...@us...> - 2001-05-16 20:53:01
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/russian In directory usw-pr-cvs1:/tmp/cvs-serv3265/chat/localization/russian Modified Files: chat.loc _chat.loc Log Message: Added L_REG_48 & L_REG_49 used by the password reminder Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/russian/chat.loc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** chat.loc 2001/05/11 18:56:05 1.9 --- chat.loc 2001/05/16 20:52:57 1.10 *************** *** 99,102 **** --- 99,104 ---- define('L_REG_46', 'ìóæñêîé'); define('L_REG_47', 'æåíñêèé'); + define('L_REG_48', 'Password reminder'); + define('L_REG_49', 'No user registered this nick!'); // e-mail validation stuff Index: _chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/russian/_chat.loc,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** _chat.loc 2001/05/07 21:11:00 1.7 --- _chat.loc 2001/05/16 20:52:57 1.8 *************** *** 98,101 **** --- 98,103 ---- define('L_REG_46', 'ÐÁÒÅÎØ'); define('L_REG_47', 'ÄÅ×ÕÛËÁ'); + define('L_REG_48', 'Password reminder'); + define('L_REG_49', 'No user registered this nick!'); // e-mail validation stuff |