From: moodler Date: Sun, 3 Sep 2006 14:43:41 +0000 (+0000) Subject: These files still need tidying X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=996a5f8d76202d1382ef4dc8fe4ee3b6cba12f94;p=moodle.git These files still need tidying --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index e84ff09288..972839420b 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -1,16 +1,26 @@ Only the pinned block will be non-editable, the duplicate will still be editable.'; $string['stickyblockspagetype'] = 'Page type to configure'; -$string['stickyblocksmymoodle'] = 'My moodle'; $string['stickyblockscourseview'] = 'Course page'; $string['releasenoteslink'] = 'For information about this version of Moodle, please see the online Release Notes'; $string['renameerrors'] = 'Errors in renames'; diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index a85602cb43..095ad8ddbf 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -246,7 +246,6 @@ $string['courseimportnotaught'] = 'You don\'t seem to be an editing teacher in a $string['courseinfo'] = 'Course info'; $string['coursemessage'] = 'Message course users'; $string['coursenotaccessible'] = 'This course does not allow public access'; -$string['courseoverview'] = 'Course overview'; $string['coursereject'] = 'Reject a course request'; $string['courserejected'] = 'Course has been rejected and the requester has been notified.'; $string['courserejectreason'] = 'Outline your reasons for rejecting this course
(this will be emailed to the requester)'; @@ -830,6 +829,7 @@ $string['moduledeleteconfirm'] = 'You are about to completely delete the module $string['moduledeletefiles'] = 'All data associated with the module \'$a->module\' has been deleted from the database. To complete the deletion (and prevent the module re-installing itself), you should now delete this directory from your server: $a->directory'; $string['modulesetup'] = 'Setting up module tables'; $string['modulesuccess'] = '$a tables have been set up correctly'; +$string['moodledocs'] = 'Moodle Docs'; $string['moodledocslink'] = 'Moodle Docs for this page'; $string['moodleversion'] = 'Moodle Version'; $string['more'] = 'more'; diff --git a/lang/en_utf8/role.php b/lang/en_utf8/role.php index 30f540f6bd..9a1170ee15 100644 --- a/lang/en_utf8/role.php +++ b/lang/en_utf8/role.php @@ -6,10 +6,12 @@ $string['allow'] = 'Allow'; $string['capability'] = 'Capability'; $string['currentrole'] = 'Current role'; $string['currentcontext'] = 'Current context'; +$string['defineroles'] = 'Define roles'; $string['existingusers'] = '$a existing users'; $string['inherit'] = 'Inherit'; $string['nocapabilitiesincontext'] = 'No capabilities available in this context'; $string['overrideroles'] = 'Override roles'; +$string['permissions'] = 'Permissions'; $string['potentialusers'] = '$a potential users'; $string['prevent'] = 'Prevent'; $string['prohibit'] = 'Prohibit'; @@ -59,4 +61,4 @@ $string['course:viewscales'] = 'View scales'; $string['course:managescales'] = 'Manage scales'; $string['course:managegroups'] = 'Manage groups'; -?> \ No newline at end of file +?>