$string['mbstringrecommended'] = 'Installing the optional MBSTRING library is highly recommended in order to improve site performance, particularly if your site is supporting non-latin languages.';
$string['maintfileopenerror'] = 'Error opening maintenance files!';
$string['maintinprogress'] = 'Maintenance is in progress...';
-$string['managelang'] = '<b>Manage</b>';
+$string['managelang'] = 'Manage';
$string['mediapluginavi'] = 'Enable .avi filter';
$string['mediapluginflv'] = 'Enable .flv filter';
$string['mediapluginmov'] = 'Enable .mov filter';
$string['managemetaexplan'] = '(This means that enrolments are inherited from other courses)';
$string['managemetadisabled'] = 'This is disabled because this course is already in a meta course';
$string['managemodules'] = 'Modules';
+$string['manageroles'] = 'Manage roles and permissions';
$string['markedthistopic'] = 'This topic is highlighted as the current topic';
$string['markthistopic'] = 'Highlight this topic as the current topic';
$string['maximumchars'] = 'Maximum of $a characters';
$string['returningtosite'] = 'Returning to this web site?';
$string['revert'] = 'Revert';
$string['role'] = 'Role';
+$string['roles'] = 'Roles';
$string['rss'] = 'RSS';
$string['rssarticles'] = 'Number of RSS recent articles';
$string['rsserror'] = 'Error reading RSS data';
--- /dev/null
+<?php // $Id$
+ // role.php
+
+$string['assignroles'] = 'Assign roles';
+$string['currentrole'] = 'Current role';
+$string['currentcontext'] = 'Current context';
+$string['existingusers'] = '$a existing users';
+$string['overrideroles'] = 'Override roles';
+$string['potentialusers'] = '$a potential users';
+
+?>