]> git.mjollnir.org Git - moodle.git/commitdiff
Some strings needed to backup & restore metacourse info.
authorstronk7 <stronk7>
Mon, 7 Feb 2005 17:55:12 +0000 (17:55 +0000)
committerstronk7 <stronk7>
Mon, 7 Feb 2005 17:55:12 +0000 (17:55 +0000)
lang/en/moodle.php

index 5325d72572fe2bb2d52a4cfe63ba303b58550192..23fe5db34dde2636a74624c23d9eacf8c207a870 100644 (file)
@@ -108,6 +108,7 @@ $string['backupkeephelp'] = 'How many recent backups for each course do you want
 $string['backuplogdetailed'] = 'Detailed execution log';
 $string['backuploglaststatus'] = 'Last execution log';
 $string['backuplogshelp'] = 'If enabled, then course logs will be included in automated backups';
+$string['backupmetacoursehelp'] = 'If enabled, then metacourse info (inherited enrolments) will be included in automated backups';
 $string['backupnameformat'] = '%%Y%%m%%d-%%H%%M';
 $string['backupnoneusersinfo'] = 'Notice: You have selected to backup \"none\" users, so all the modules backup have been switched to \"without user data\" mode. Please note that the \"exercise\" and \"workshop\" modules aren\'t compatible with this type of backup, so they have been deactivated completely.';
 $string['backuporiginalname'] = 'Backup Name';
@@ -141,6 +142,7 @@ $string['checkingcourse'] = 'Checking course';
 $string['checkinginstances'] = 'Checking instances';
 $string['checkingsections'] = 'Checking sections';
 $string['checklanguage'] = 'Check language';
+$string['childcoursenotfound'] = 'Child course not found!';
 $string['choose'] = 'Choose';
 $string['choosecourse'] = 'Choose a course';
 $string['chooseenrolmethod'] = 'Primary method of enrolment';
@@ -271,6 +273,7 @@ $string['creatingcoursemodules'] = 'Creating course modules';
 $string['creatingevents'] = 'Creating events';
 $string['creatinggroups'] = 'Creating groups';
 $string['creatinglogentries'] = 'Creating log entries';
+$string['creatingmetacoursedata'] = 'Creating metacourse info';
 $string['creatingnewcourse'] = 'Creating new course';
 $string['creatingscales'] = 'Creating scales';
 $string['creatingsections'] = 'Creating sections';
@@ -697,6 +700,7 @@ $string['metaalreadycourses'] = 'Courses already assigned';
 $string['metaalreadyhascourses'] = 'This meta course already has child courses.';
 $string['metaalreadyhasenrolments'] = 'This course already has normal enrolments.';
 $string['metaalreadyinmeta'] = 'This course is already part of a meta course.';
+$string['metacourse'] = 'Metacourse';
 $string['metanoalreadycourses'] = 'No courses already assigned';
 $string['metapotentialcourses'] = 'Courses available';
 $string['metanopotentialcourses'] = 'No courses available';
@@ -845,6 +849,8 @@ $string['other'] = 'Other';
 $string['outline'] = 'Outline';
 $string['page'] = 'Page';
 $string['pageheaderconfigablock'] = 'Configuring a block in %%fullname%%';
+$string['parentcoursenotfound'] = 'Parent course not found!';
+$string['parentcoursenotmetacourse'] = 'Parent course not metacourse!';
 $string['participants'] = 'Participants';
 $string['password'] = 'Password';
 $string['passwordchanged'] = 'Password has been changed';