Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/slovak
In directory usw-pr-cvs1:/tmp/cvs-serv13959/chat/localization/slovak
Modified Files:
chat.loc
Log Message:
Begin right levels improvement
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/slovak/chat.loc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** chat.loc 2001/07/01 10:38:46 1.10
--- chat.loc 2001/12/04 19:59:42 1.11
***************
*** 246,249 ****
--- 246,259 ----
define('L_WHOIS_MODER', 'Moderátor');
define('L_WHOIS_USER', 'Uívate¾');
+ 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
|