Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/localization/russian
In directory usw-pr-cvs1:/tmp/cvs-serv15425/localization/russian
Modified Files:
localized.chat.php3 _localized.chat.php3
Log Message:
Add the 'L_NO_PROFILE' constant
***** Bogus filespec: -
***** Bogus filespec: 0.14/chat/localization/russian
Index: localized.chat.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat - 0.14/chat/localization/russian/localized.chat.php3,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** localized.chat.php3 2001/03/27 19:32:32 1.3
--- localized.chat.php3 2001/04/11 21:13:15 1.4
***************
*** 131,134 ****
--- 131,135 ----
define("L_BEEP", "Çâóê/íåò çâóêà ïðè âõîäå ÷àòëàíà");
define("L_PROFILE", "Ïîêàçàòü ïðîôèëü");
+ define("L_NO_PROFILE", "No profile");
// input frame
Index: _localized.chat.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat - 0.14/chat/localization/russian/_localized.chat.php3,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** _localized.chat.php3 2001/02/25 18:26:48 1.1.1.1
--- _localized.chat.php3 2001/04/11 21:13:15 1.2
***************
*** 131,134 ****
--- 131,135 ----
define("L_BEEP", "ú×ÕË/ÎÅÔ Ú×ÕËÁ ÐÒÉ ×ÈÏÄÅ ÞÁÔÌÁÎÁ");
define("L_PROFILE", "ðÏËÁÚÁÔØ ÐÒÏÆÁÉÌ");
+ define("L_NO_PROFILE", "No profile");
// input frame
|