From: Lo?c C. <lo...@us...> - 2001-12-04 19:59:48
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/portuguese In directory usw-pr-cvs1:/tmp/cvs-serv13959/chat/localization/portuguese Modified Files: chat.loc Log Message: Begin right levels improvement Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/portuguese/chat.loc,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** chat.loc 2001/11/30 23:46:46 1.11 --- chat.loc 2001/12/04 19:59:42 1.12 *************** *** 244,247 **** --- 244,257 ---- define('L_WHOIS_MODER', 'Moderador'); define('L_WHOIS_USER', 'Utilizador'); + 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 |