Skip to content

Commit

Permalink
Some strings needed to backup & restore metacourse info.
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Feb 7, 2005
1 parent cee6968 commit 0e90d8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lang/en/moodle.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
$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';
Expand Down Expand Up @@ -141,6 +142,7 @@
$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';
Expand Down Expand Up @@ -271,6 +273,7 @@
$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';
Expand Down Expand Up @@ -697,6 +700,7 @@
$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';
Expand Down Expand Up @@ -845,6 +849,8 @@
$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';
Expand Down

0 comments on commit 0e90d8e

Please sign in to comment.