diff -r 64525a2eb098 -r 55ed92aa7cf5 inc/config.inc.php --- a/inc/config.inc.php Mon Apr 16 19:48:27 2007 +0000 +++ b/inc/config.inc.php Tue Apr 17 19:43:24 2007 +0000 @@ -81,9 +81,9 @@ // $NAME_LEVEL_X // These directives allow you to change the statusnames of users on the system. -$NAME_LEVEL_1 = "Normal user"; -$NAME_LEVEL_5 = "Administrator"; -$NAME_LEVEL_10 = "Administrator w/ user admin rights"; +$NAME_LEVEL_1 = _('Normal user'); +$NAME_LEVEL_5 = _('Administrator'); +$NAME_LEVEL_10 = _('Administrator w/ user admin rights'); // Enable fancy records or not (http://doc.powerdns.com/fancy-records.html)? true/false $FANCY_RECORDS = true;