mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Some new strings
This commit is contained in:
parent
ec0810ee2d
commit
4ed70f1b6e
@ -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';
|
||||
|
@ -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
11
lang/en_utf8/role.php
Normal 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';
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user