Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/greek
In directory usw-pr-cvs1:/tmp/cvs-serv13959/chat/localization/greek
Modified Files:
chat.loc
Log Message:
Begin right levels improvement
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/greek/chat.loc,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** chat.loc 2001/11/30 12:35:17 1.15
--- chat.loc 2001/12/04 19:59:41 1.16
***************
*** 244,247 ****
--- 244,257 ----
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
|