From: Lo?c C. <lo...@us...> - 2001-12-04 20:00:19
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/danish In directory usw-pr-cvs1:/tmp/cvs-serv13959/chat/localization/danish Modified Files: chat.loc Log Message: Begin right levels improvement Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/danish/chat.loc,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** chat.loc 2001/07/01 10:38:45 1.14 --- chat.loc 2001/12/04 19:59:40 1.15 *************** *** 245,248 **** --- 245,258 ---- define('L_WHOIS_MODER', 'Moderator'); define('L_WHOIS_USER', 'Bruger'); + 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 *************** *** 250,251 **** --- 260,262 ---- define('L_EXIT_ROM', '%s har afsluttet chatten'); define('L_WELCOME', 'Velkommen til chatten. Oprethold venligst en sober tone mens du chatter: <i>forsøg at være venlig, rar og imødekommende</i>.'); + ?> \ No newline at end of file |