Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/russian
In directory usw-pr-cvs1:/tmp/cvs-serv13959/chat/localization/russian
Modified Files:
_chat.loc chat.loc
Log Message:
Begin right levels improvement
Index: _chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/russian/_chat.loc,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** _chat.loc 2001/07/01 10:38:46 1.12
--- _chat.loc 2001/12/04 19:59:42 1.13
***************
*** 245,248 ****
--- 245,258 ----
define('L_WHOIS_MODER', 'íÏÄÅÒÁÔÏÒ');
define('L_WHOIS_USER', 'þÁÔÌÁÎ');
+ define('L_RIGHT_9', '<i>Webmaster</i>');
+ define('L_RIGHT_8', '<i>Level 8 administrator</i>');
+ define('L_RIGHT_7', '<i>Level 7 administrator</i>');
+ define('L_RIGHT_6', '<i>Super moderator</i>');
+ define('L_RIGHT_5', '<i>Level 5 moderator for your current room</i>');
+ define('L_RIGHT_4', '<i>Level 4 moderator for your current room</i>');
+ define('L_RIGHT_3', '<i>Level 3 moderator for your current room</i>');
+ define('L_RIGHT_2', 'Regular visitor in your current room');
+ define('L_RIGHT_1', 'Member in your current room');
+ define('L_RIGHT_0', 'Visitor');
// Notification messages of user entrance/exit
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/russian/chat.loc,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** chat.loc 2001/07/01 10:38:46 1.14
--- chat.loc 2001/12/04 19:59:42 1.15
***************
*** 247,250 ****
--- 247,260 ----
define('L_WHOIS_MODER', 'Ìîäåðàòîð');
define('L_WHOIS_USER', 'Ïîëüçîâàòåëü');
+ define('L_RIGHT_9', '<i>Webmaster</i>');
+ define('L_RIGHT_8', '<i>Level 8 administrator</i>');
+ define('L_RIGHT_7', '<i>Level 7 administrator</i>');
+ define('L_RIGHT_6', '<i>Super moderator</i>');
+ define('L_RIGHT_5', '<i>Level 5 moderator for your current room</i>');
+ define('L_RIGHT_4', '<i>Level 4 moderator for your current room</i>');
+ define('L_RIGHT_3', '<i>Level 3 moderator for your current room</i>');
+ define('L_RIGHT_2', 'Regular visitor in your current room');
+ define('L_RIGHT_1', 'Member in your current room');
+ define('L_RIGHT_0', 'Visitor');
// Notification messages of user entrance/exit
|