Some new strings

This commit is contained in:
moodler 2006-08-09 05:35:55 +00:00
parent ec0810ee2d
commit 4ed70f1b6e
3 changed files with 14 additions and 1 deletions

View File

@ -184,7 +184,7 @@ $string['latexsettings'] = 'LaTeX renderer Settings';
$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';

View File

@ -770,6 +770,7 @@ $string['managemeta'] = 'Is this a meta course?';
$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';
@ -1095,6 +1096,7 @@ $string['restrictmodules'] = 'Restrict activity modules?';
$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';

11
lang/en_utf8/role.php Normal file
View File

@ -0,0 +1,11 @@
<?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';
?>