From: stronk7 Date: Mon, 7 Feb 2005 17:55:12 +0000 (+0000) Subject: Some strings needed to backup & restore metacourse info. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0e90d8ec2c7668770fb4c6a0119b3afb049c3d04;p=moodle.git Some strings needed to backup & restore metacourse info. --- diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 5325d72572..23fe5db34d 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -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';