Merge branch 'MDL-61046-33-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_33_...
[moodle.git] / lang / en / backup.php
blob46ed93e7b4a814f39f94b51c2bfbad5084a13fda
1 <?php
2 // This file is part of Moodle - http://moodle.org/
3 //
4 // Moodle is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU General Public License as published by
6 // the Free Software Foundation, either version 3 of the License, or
7 // (at your option) any later version.
8 //
9 // Moodle is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU General Public License for more details.
14 // You should have received a copy of the GNU General Public License
15 // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
17 /**
18 * This file contains the strings used by backup
20 * @package core
21 * @copyright 2010 Eloy
22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25 $string['autoactivedisabled'] = 'Disabled';
26 $string['autoactiveenabled'] = 'Enabled';
27 $string['autoactivemanual'] = 'Manual';
28 $string['autoactivedescription'] = 'Choose whether or not to do automated backups. If manual is selected automated backups will be possible only by through the automated backups CLI script. This can be done either manually on the command line or through cron.';
29 $string['automatedbackupschedule'] = 'Schedule';
30 $string['automatedbackupschedulehelp'] = 'Choose which days of the week to perform automated backups.';
31 $string['automatedbackupsinactive'] = 'Automated backups haven\'t been enabled by the site admin';
32 $string['automatedbackupstatus'] = 'Automated backup status';
33 $string['automateddeletedays'] = 'Delete backups older than';
34 $string['automatedmaxkept'] = 'Maximum number of backups kept';
35 $string['automatedmaxkepthelp'] = 'This specifies the maximum number of recent automated backups to be kept for each course. Older backups will be deleted automatically.';
36 $string['automatedminkept'] = 'Minimum number of backups kept';
37 $string['automatedminkepthelp'] = 'If backups older than a specified number of days are deleted, it can happen that an inactive course ends up with no backup. To prevent this, a minimum number of backups kept should be specified.';
38 $string['automatedsetup'] = 'Automated backup setup';
39 $string['automatedsettings'] = 'Automated backup settings';
40 $string['automatedstorage'] = 'Automated backup storage';
41 $string['automatedstoragehelp'] = 'Choose the location where you want backups to be stored when they are automatically created.';
42 $string['backupactivity'] = 'Backup activity: {$a}';
43 $string['backupcourse'] = 'Backup course: {$a}';
44 $string['backupcoursedetails'] = 'Course details';
45 $string['backupcoursesection'] = 'Section: {$a}';
46 $string['backupcoursesections'] = 'Course sections';
47 $string['backupdate'] = 'Date taken';
48 $string['backupdetails'] = 'Backup details';
49 $string['backupdetailsnonstandardinfo'] = 'The selected file is not a standard Moodle backup file. The restore process will try to convert the backup file into the standard format and then restore it.';
50 $string['backupformat'] = 'Format';
51 $string['backupformatmoodle1'] = 'Moodle 1';
52 $string['backupformatmoodle2'] = 'Moodle 2';
53 $string['backupformatimscc1'] = 'IMS Common Cartridge 1.0';
54 $string['backupformatimscc11'] = 'IMS Common Cartridge 1.1';
55 $string['backupformatunknown'] = 'Unknown format';
56 $string['backuplog'] = 'Technical information and warnings';
57 $string['backupmode'] = 'Mode';
58 $string['backupmode10'] = 'General';
59 $string['backupmode20'] = 'Import';
60 $string['backupmode30'] = 'Hub';
61 $string['backupmode40'] = 'Same site';
62 $string['backupmode50'] = 'Automated';
63 $string['backupmode60'] = 'Converted';
64 $string['backupsection'] = 'Backup course section: {$a}';
65 $string['backupsettings'] = 'Backup settings';
66 $string['backupsitedetails'] = 'Site details';
67 $string['backupstage1action'] = 'Next';
68 $string['backupstage2action'] = 'Next';
69 $string['backupstage4action'] = 'Perform backup';
70 $string['backupstage8action'] = 'Continue';
71 $string['backupstage16action'] = 'Continue';
72 $string['backuptype'] = 'Type';
73 $string['backuptypeactivity'] = 'Activity';
74 $string['backuptypecourse'] = 'Course';
75 $string['backuptypesection'] = 'Section';
76 $string['backupversion'] = 'Backup version';
77 $string['cannotfindassignablerole'] = 'The {$a} role in the backup file cannot be mapped to any of the roles that you are allowed to assign.';
78 $string['choosefilefromcoursebackup'] = 'Course backup area';
79 $string['choosefilefromcoursebackup_help'] = 'Course backups made using default settings are stored here.';
80 $string['choosefilefromuserbackup'] = 'User private backup area';
81 $string['choosefilefromuserbackup_help'] = 'Backup files with anonymized user information are stored here.';
82 $string['choosefilefromactivitybackup'] = 'Activity backup area';
83 $string['choosefilefromactivitybackup_help'] = 'Activity backups made using default settings are stored here.';
84 $string['choosefilefromautomatedbackup'] = 'Automated backups';
85 $string['choosefilefromautomatedbackup_help'] = 'Contains automatically generated backups.';
86 $string['config_keep_groups_and_groupings'] = 'By default keep current groups and groupings.';
87 $string['config_keep_roles_and_enrolments'] = 'By default keep current roles and enrolments.';
88 $string['config_overwrite_conf'] = 'Allows user to overwrite the current course configuration';
89 $string['config_overwrite_course_fullname'] = 'By default overwrite course full name with the one from the backup file. This requires "Overwrite course configuration" to be checked and current user to have the capability to change course full name (moodle/course:changefullname)';
90 $string['config_overwrite_course_shortname'] = 'By default overwrite course short name with the one from the backup file. This requires "Overwrite course configuration" to be checked and current user to have the capability to change course short name (moodle/course:changeshortname)';
91 $string['config_overwrite_course_startdate'] = 'By default overwrite course start date with the one from the backup file. This requires "Overwrite course configuration" to be checked and current user to have the capability to roll course dates on restore (moodle/restore:rolldates)';
92 $string['configgeneralactivities'] = 'Sets the default for including activities in a backup.';
93 $string['configgeneralbadges'] = 'Sets the default for including badges in a backup.';
94 $string['configgeneralanonymize'] = 'If enabled all information pertaining to users will be anonymised by default.';
95 $string['configgeneralblocks'] = 'Sets the default for including blocks in a backup.';
96 $string['configgeneralcalendarevents'] = 'Sets the default for including calendar events in a backup.';
97 $string['configgeneralcomments'] = 'Sets the default for including comments in a backup.';
98 $string['configgeneralcompetencies'] = 'Sets the default for including competencies in a backup.';
99 $string['configgeneralfilters'] = 'Sets the default for including filters in a backup.';
100 $string['configgeneralhistories'] = 'Sets the default for including user history within a backup.';
101 $string['configgenerallogs'] = 'If enabled logs will be included in backups by default.';
102 $string['configgeneralquestionbank'] = 'If enabled the question bank will be included in backups by default. PLEASE NOTE: Disabling this setting will disable the backup of activities which use the question bank, such as the quiz.';
103 $string['configgeneralgroups'] = 'Sets the default for including groups and groupings in a backup.';
104 $string['configgeneralroleassignments'] = 'If enabled by default roles assignments will also be backed up.';
105 $string['configgeneraluserscompletion'] = 'If enabled user completion information will be included in backups by default.';
106 $string['configgeneralusers'] = 'Sets the default for whether to include users in backups.';
107 $string['configloglifetime'] = 'This specifies the length of time you want to keep backup logs information. Logs that are older than this age are automatically deleted. It is recommended to keep this value small, because backup logged information can be huge.';
108 $string['configrestoreactivities'] = 'Sets the default for restoring activities.';
109 $string['configrestorebadges'] = 'Sets the default for restoring badges.';
110 $string['configrestoreblocks'] = 'Sets the default for restoring blocks.';
111 $string['configrestorecalendarevents'] = 'Sets the default for restoring calendar events.';
112 $string['configrestorecomments'] = 'Sets the default for restoring comments.';
113 $string['configrestorecompetencies'] = 'Sets the default for restoring competencies.';
114 $string['configrestoreenrolments'] = 'Sets the default for restoring enrolment methods.';
115 $string['configrestorefilters'] = 'Sets the default for restoring filters.';
116 $string['configrestorehistories'] = 'Sets the default for restoring user history if it was included in the backup.';
117 $string['configrestorelogs'] = 'If enabled logs will be restored by default if they were included in the backup.';
118 $string['configrestoregroups'] = 'Sets the default for restoring groups and groupings if they were included in the backup.';
119 $string['configrestoreroleassignments'] = 'If enabled by default roles assignments will be restored if they were included in the backup.';
120 $string['configrestoreuserscompletion'] = 'If enabled user completion information will be restored by default if it was included in the backup.';
121 $string['configrestoreusers'] = 'Sets the default for whether to restore users if they were included in the backup.';
122 $string['confirmcancel'] = 'Cancel backup';
123 $string['confirmcancelquestion'] = 'Are you sure you wish to cancel?
124 Any information you have entered will be lost.';
125 $string['confirmcancelyes'] = 'Cancel';
126 $string['confirmcancelno'] = 'Stay';
127 $string['confirmnewcoursecontinue'] = 'New course warning';
128 $string['confirmnewcoursecontinuequestion'] = 'A temporary (hidden) course will be created by the course restoration process. To abort restoration click cancel. Do not close the browser while restoring.';
129 $string['coursecategory'] = 'Category the course will be restored into';
130 $string['courseid'] = 'Original ID';
131 $string['coursesettings'] = 'Course settings';
132 $string['coursetitle'] = 'Title';
133 $string['currentstage1'] = 'Initial settings';
134 $string['currentstage2'] = 'Schema settings';
135 $string['currentstage4'] = 'Confirmation and review';
136 $string['currentstage8'] = 'Perform backup';
137 $string['currentstage16'] = 'Complete';
138 $string['enterasearch'] = 'Enter a search';
139 $string['error_block_for_module_not_found'] = 'Orphan block instance (id: {$a->bid}) for course module (id: {$a->mid}) found. This block will not be backed up';
140 $string['error_course_module_not_found'] = 'Orphan course module (id: {$a}) found. This module will not be backed up.';
141 $string['errorcopyingbackupfile'] = "Failed to copy the backup file to the temporary folder before restoring.";
142 $string['errorfilenamerequired'] = 'You must enter a valid filename for this backup';
143 $string['errorfilenametoolong'] = 'The filename length you enter must be less than 255 characters';
144 $string['errorfilenamemustbezip'] = 'The filename you enter must be a ZIP file and have the .mbz extension';
145 $string['errorminbackup20version'] = 'This backup file has been created with one development version of Moodle backup ({$a->backup}). Minimum required is {$a->min}. Cannot be restored.';
146 $string['errorinvalidformat'] = 'Unknown backup format';
147 $string['errorinvalidformatinfo'] = 'The selected file is not a valid Moodle backup file and can\'t be restored.';
148 $string['errorrestorefrontpagebackup'] = 'You can only restore front page backups on the front page';
149 $string['executionsuccess'] = 'The backup file was successfully created.';
150 $string['filename'] = 'Filename';
151 $string['filealiasesrestorefailures'] = 'Aliases restore failures';
152 $string['filealiasesrestorefailuresinfo'] = 'Some aliases included in the backup file could not be restored. The following list contains their expected location and the source file they were referring to at the original site.';
153 $string['filealiasesrestorefailures_help'] = 'Aliases are symbolic links to other files, including those stored in external repositories. In some cases, Moodle cannot restore them - for example when restoring the backup at another site or when the referenced file does not exist.
155 More details and the actual reason of the failure can be found in the restore log file.';
156 $string['filealiasesrestorefailures_link'] = 'restore/filealiases';
157 $string['filereferencesincluded'] = 'File references to external contents are included in the backup file. These won\'t work if the backup is restored on a different site.';
158 $string['filereferencessamesite'] = 'The backup file is from this site, and so file references can be restored.';
159 $string['filereferencesnotsamesite'] = 'The backup file is from a different site, and so file references cannot be restored.';
160 $string['generalactivities'] = 'Include activities and resources';
161 $string['generalanonymize'] = 'Anonymise information';
162 $string['generalbackdefaults'] = 'General backup defaults';
163 $string['generalbadges'] = 'Include badges';
164 $string['generalblocks'] = 'Include blocks';
165 $string['generalcalendarevents'] = 'Include calendar events';
166 $string['generalcomments'] = 'Include comments';
167 $string['generalcompetencies'] = 'Include competencies';
168 $string['generalenrolments'] = 'Include enrolment methods';
169 $string['generalfilters'] = 'Include filters';
170 $string['generalhistories'] = 'Include histories';
171 $string['generalgradehistories'] = 'Include histories';
172 $string['generallogs'] = 'Include logs';
173 $string['generalquestionbank'] = 'Include question bank';
174 $string['generalgroups'] = 'Include groups and groupings';
175 $string['generalrestoredefaults'] = 'General restore defaults';
176 $string['mergerestoredefaults'] = 'Restore defaults when merging into another course';
177 $string['replacerestoredefaults'] = 'Restore defaults when restoring into another course deleting contents';
178 $string['generalrestoresettings'] = 'General restore settings';
179 $string['generalroleassignments'] = 'Include role assignments';
180 $string['generalsettings'] = 'General backup settings';
181 $string['generaluserscompletion'] = 'Include user completion information';
182 $string['generalusers'] = 'Include users';
183 $string['hidetypes'] = 'Hide type options';
184 $string['importgeneralsettings'] = 'General import defaults';
185 $string['importgeneralmaxresults'] = 'Maximum number of courses listed for import';
186 $string['importgeneralmaxresults_desc'] = 'This controls the number of courses that are listed during the first step of the import process';
187 $string['importgeneralduplicateadminallowed'] = 'Allow admin conflict resolution';
188 $string['importgeneralduplicateadminallowed_desc'] = 'If the site has an account with username \'admin\', then attempting to restore a backup file containing an account with username \'admin\' can cause a conflict. If this setting is enabled, the conflict will be resolved by changing the username in the backup file to \'admin_xyz\'.';
189 $string['importfile'] = 'Import a backup file';
190 $string['importbackupstage1action'] = 'Next';
191 $string['importbackupstage2action'] = 'Next';
192 $string['importbackupstage4action'] = 'Perform import';
193 $string['importbackupstage8action'] = 'Continue';
194 $string['importbackupstage16action'] = 'Continue';
195 $string['importcurrentstage0'] = 'Course selection';
196 $string['importcurrentstage1'] = 'Initial settings';
197 $string['importcurrentstage2'] = 'Schema settings';
198 $string['importcurrentstage4'] = 'Confirmation and review';
199 $string['importcurrentstage8'] = 'Perform import';
200 $string['importcurrentstage16'] = 'Complete';
201 $string['importsettings'] = 'General import settings';
202 $string['importsuccess'] = 'Import complete. Click continue to return to the course.';
203 $string['includeactivities'] = 'Include:';
204 $string['includeditems'] = 'Included items:';
205 $string['includesection'] = 'Section {$a}';
206 $string['includeuserinfo'] = 'User data';
207 $string['includefilereferences'] = 'File references to external contents';
208 $string['jumptofinalstep'] = 'Jump to final step';
209 $string['keep'] = 'Keep';
210 $string['locked'] = 'Locked';
211 $string['lockedbypermission'] = 'You don\'t have sufficient permissions to change this setting';
212 $string['lockedbyconfig'] = 'This setting has been locked by the default backup settings';
213 $string['lockedbyhierarchy'] = 'Locked by dependencies';
214 $string['loglifetime'] = 'Keep logs for';
215 $string['managefiles'] = 'Manage backup files';
216 $string['missingfilesinpool'] = 'Some files could not be saved during the backup, and so it will not be possible to restore them.';
217 $string['moodleversion'] = 'Moodle version';
218 $string['moreresults'] = 'There are too many results, enter a more specific search.';
219 $string['nomatchingcourses'] = 'There are no courses to display';
220 $string['norestoreoptions'] = 'There are no categories or existing courses you can restore to.';
221 $string['originalwwwroot'] = 'URL of backup';
222 $string['overwrite'] = 'Overwrite';
223 $string['previousstage'] = 'Previous';
224 $string['preparingui'] = 'Preparing to display page';
225 $string['preparingdata'] = 'Preparing data';
226 $string['qcategory2coursefallback'] = 'The questions category "{$a->name}", originally at system/course category context in backup file, will be created at course context by restore';
227 $string['qcategorycannotberestored'] = 'The questions category "{$a->name}" cannot be created by restore';
228 $string['question2coursefallback'] = 'The questions category "{$a->name}", originally at system/course category context in backup file, will be created at course context by restore';
229 $string['questionegorycannotberestored'] = 'The questions "{$a->name}" cannot be created by restore';
230 $string['restoreactivity'] = 'Restore activity';
231 $string['restorecourse'] = 'Restore course';
232 $string['restorecoursesettings'] = 'Course settings';
233 $string['restoreexecutionsuccess'] = 'The course was restored successfully, clicking the continue button below will take you to view the course you restored.';
234 $string['restorefileweremissing'] = 'Some files could not be restored because they were missing in the backup.';
235 $string['restorenewcoursefullname'] = 'New course name';
236 $string['restorenewcourseshortname'] = 'New course short name';
237 $string['restorenewcoursestartdate'] = 'New start date';
238 $string['restorerootsettings'] = 'Restore settings';
239 $string['restoresection'] = 'Restore section';
240 $string['restorestage1'] = 'Confirm';
241 $string['restorestage1action'] = 'Next';
242 $string['restorestage2'] = 'Destination';
243 $string['restorestage2action'] = 'Next';
244 $string['restorestage4'] = 'Settings';
245 $string['restorestage4action'] = 'Next';
246 $string['restorestage8'] = 'Schema';
247 $string['restorestage8action'] = 'Next';
248 $string['restorestage16'] = 'Review';
249 $string['restorestage16action'] = 'Perform restore';
250 $string['restorestage32'] = 'Process';
251 $string['restorestage32action'] = 'Continue';
252 $string['restorestage64'] = 'Complete';
253 $string['restorestage64action'] = 'Continue';
254 $string['restoretarget'] = 'Restore target';
255 $string['restoretocourse'] = 'Restore to course: ';
256 $string['restoretocurrentcourse'] = 'Restore into this course';
257 $string['restoretocurrentcourseadding'] = 'Merge the backup course into this course';
258 $string['restoretocurrentcoursedeleting'] = 'Delete the contents of this course and then restore';
259 $string['restoretoexistingcourse'] = 'Restore into an existing course';
260 $string['restoretoexistingcourseadding'] = 'Merge the backup course into the existing course';
261 $string['restoretoexistingcoursedeleting'] = 'Delete the contents of the existing course and then restore';
262 $string['restoretonewcourse'] = 'Restore as a new course';
263 $string['restoringcourse'] = 'Course restoration in progress';
264 $string['restoringcourseshortname'] = 'restoring';
265 $string['restorerolemappings'] = 'Restore role mappings';
266 $string['rootenrolmanual'] = 'Restore as manual enrolments';
267 $string['rootsettingenrolments'] = 'Include enrolment methods';
268 $string['rootsettingenrolments_always'] = 'Yes, always';
269 $string['rootsettingenrolments_never'] = 'No, restore users as manual enrolments';
270 $string['rootsettingenrolments_withusers'] = 'Yes, but only if users are included';
271 $string['rootsettings'] = 'Backup settings';
272 $string['rootsettingusers'] = 'Include enrolled users';
273 $string['rootsettinganonymize'] = 'Anonymize user information';
274 $string['rootsettingroleassignments'] = 'Include user role assignments';
275 $string['rootsettingactivities'] = 'Include activities and resources';
276 $string['rootsettingbadges'] = 'Include badges';
277 $string['rootsettingblocks'] = 'Include blocks';
278 $string['rootsettingcompetencies'] = 'Include competencies';
279 $string['rootsettingfilters'] = 'Include filters';
280 $string['rootsettingcomments'] = 'Include comments';
281 $string['rootsettingcalendarevents'] = 'Include calendar events';
282 $string['rootsettinguserscompletion'] = 'Include user completion details';
283 $string['rootsettingquestionbank'] = 'Include question bank';
284 $string['rootsettinglogs'] = 'Include course logs';
285 $string['rootsettinggradehistories'] = 'Include grade history';
286 $string['rootsettinggroups'] = 'Include groups and groupings';
287 $string['rootsettingimscc1'] = 'Convert to IMS Common Cartridge 1.0';
288 $string['rootsettingimscc11'] = 'Convert to IMS Common Cartridge 1.1';
289 $string['sitecourseformatwarning'] = 'This is a front page backup, note that they can only be restored on the front page';
290 $string['storagecourseonly'] = 'Course backup filearea';
291 $string['storagecourseandexternal'] = 'Course backup filearea and the specified directory';
292 $string['storageexternalonly'] = 'Specified directory for automated backups';
293 $string['sectionincanduser'] = 'Included in backup along with user information';
294 $string['sectioninc'] = 'Included in backup (no user information)';
295 $string['sectionactivities'] = 'Activities';
296 $string['selectacategory'] = 'Select a category';
297 $string['selectacourse'] = 'Select a course';
298 $string['setting_course_fullname'] = 'Course name';
299 $string['setting_course_shortname'] = 'Course short name';
300 $string['setting_course_startdate'] = 'Course start date';
301 $string['setting_keep_roles_and_enrolments'] = 'Keep current roles and enrolments';
302 $string['setting_keep_groups_and_groupings'] = 'Keep current groups and groupings';
303 $string['setting_overwrite_conf'] = 'Overwrite course configuration';
304 $string['setting_overwrite_course_fullname'] = 'Overwrite course full name';
305 $string['setting_overwrite_course_shortname'] = 'Overwrite course short name';
306 $string['setting_overwrite_course_startdate'] = 'Overwrite course start date';
307 $string['showtypes'] = 'Show type options';
308 $string['skiphidden'] = 'Skip hidden courses';
309 $string['skiphiddenhelp'] = 'Choose whether or not to skip hidden courses';
310 $string['skipmodifdays'] = 'Skip courses not modified since';
311 $string['skipmodifdayshelp'] = 'Choose to skip courses that have not been modified since a number of days';
312 $string['skipmodifprev'] = 'Skip courses not modified since previous backup';
313 $string['skipmodifprevhelp'] = 'Choose whether to skip courses that have not been modified since the last automatic backup. This requires logging to be enabled.';
314 $string['timetaken'] = 'Time taken';
315 $string['title'] = 'Title';
316 $string['totalcategorysearchresults'] = 'Total categories: {$a}';
317 $string['totalcoursesearchresults'] = 'Total courses: {$a}';
318 $string['unnamedsection'] = 'Unnamed section';
319 $string['userinfo'] = 'Userinfo';
320 $string['module'] = 'Module';
321 $string['morecoursesearchresults'] = 'More than {$a} courses found, showing first {$a} results';