]> git.mjollnir.org Git - moodle.git/commitdiff
Some new strings
authormoodler <moodler>
Wed, 9 Aug 2006 05:35:55 +0000 (05:35 +0000)
committermoodler <moodler>
Wed, 9 Aug 2006 05:35:55 +0000 (05:35 +0000)
lang/en_utf8/admin.php
lang/en_utf8/moodle.php
lang/en_utf8/role.php [new file with mode: 0644]

index 80fc3afee21f25da954890602d28030502d78d43..a5f9b1cd1e54e90e4efc29fc65f988562c934a54 100644 (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';
index 8a9275ac1a04fa1c13f3b0e77affa04ce4f4987c..fb19e183e5c4ee84e52c187f9484521154f4438e 100644 (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';
diff --git a/lang/en_utf8/role.php b/lang/en_utf8/role.php
new file mode 100644 (file)
index 0000000..612d32d
--- /dev/null
@@ -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';
+
+?>