| Línea 13... |
Línea 13... |
| 13 |
//
|
13 |
//
|
| 14 |
// You should have received a copy of the GNU General Public License
|
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/>.
|
15 |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
| Línea 16... |
Línea 16... |
| 16 |
|
16 |
|
| 17 |
/**
|
17 |
/**
|
| 18 |
* This file contains the strings used by backup
|
18 |
* Strings for component 'core_backup', language 'en'.
|
| 19 |
*
|
19 |
*
|
| 20 |
* @package core
|
20 |
* @package core
|
| 21 |
* @copyright 2010 Eloy
|
21 |
* @copyright 2010 Eloy
|
| 22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
| Línea 128... |
Línea 128... |
| 128 |
$string['configgeneralblocks'] = 'Sets the default for including blocks in a backup.';
|
128 |
$string['configgeneralblocks'] = 'Sets the default for including blocks in a backup.';
|
| 129 |
$string['configgeneralcalendarevents'] = 'Sets the default for including calendar events in a backup.';
|
129 |
$string['configgeneralcalendarevents'] = 'Sets the default for including calendar events in a backup.';
|
| 130 |
$string['configgeneralcomments'] = 'Sets the default for including comments in a backup.';
|
130 |
$string['configgeneralcomments'] = 'Sets the default for including comments in a backup.';
|
| 131 |
$string['configgeneralcompetencies'] = 'Sets the default for including competencies in a backup.';
|
131 |
$string['configgeneralcompetencies'] = 'Sets the default for including competencies in a backup.';
|
| 132 |
$string['configgeneralcontentbankcontent'] = 'Sets the default for including content bank content in a backup.';
|
132 |
$string['configgeneralcontentbankcontent'] = 'Sets the default for including content bank content in a backup.';
|
| - |
|
133 |
$string['configgeneralcustomfield'] = 'Sets the default for including custom fields in a backup.';
|
| 133 |
$string['configgeneralfiles'] = 'Sets the default for including files in a backup. Please note: Disabling this setting will result in a backup which only includes references to files. This is not a problem if the backup is restored on the same site and the files have not been deleted according to the setting \'Clean up trash pool files\' (filescleanupperiod).';
|
134 |
$string['configgeneralfiles'] = 'Sets the default for including files in a backup. Please note: Disabling this setting will result in a backup which only includes references to files. This is not a problem if the backup is restored on the same site and the files have not been deleted according to the setting \'Clean up trash pool files\' (filescleanupperiod).';
|
| 134 |
$string['configgeneralfilters'] = 'Sets the default for including filters in a backup.';
|
135 |
$string['configgeneralfilters'] = 'Sets the default for including filters in a backup.';
|
| 135 |
$string['configgeneralhistories'] = 'Sets the default for including user history within a backup.';
|
136 |
$string['configgeneralhistories'] = 'Sets the default for including user history within a backup.';
|
| 136 |
$string['configgenerallogs'] = 'If enabled logs will be included in backups by default.';
|
137 |
$string['configgenerallogs'] = 'If enabled logs will be included in backups by default.';
|
| 137 |
$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.';
|
- |
|
| 138 |
$string['configgeneralgroups'] = 'Sets the default for including groups and groupings in a backup.';
|
138 |
$string['configgeneralgroups'] = 'Sets the default for including groups and groupings in a backup.';
|
| 139 |
$string['configgeneralroleassignments'] = 'If enabled by default roles assignments will also be backed up.';
|
139 |
$string['configgeneralroleassignments'] = 'If enabled by default roles assignments will also be backed up.';
|
| 140 |
$string['configgeneralpermissions'] = 'If enabled the role permissions will be imported. This may override existing permissions for enrolled users.';
|
140 |
$string['configgeneralpermissions'] = 'If enabled the role permissions will be imported. This may override existing permissions for enrolled users.';
|
| 141 |
$string['configgeneraluserscompletion'] = 'If enabled user completion information will be included in backups by default.';
|
141 |
$string['configgeneraluserscompletion'] = 'If enabled user completion information will be included in backups by default.';
|
| 142 |
$string['configgeneralusers'] = 'Sets the default for whether to include users in backups.';
|
142 |
$string['configgeneralusers'] = 'Sets the default for whether to include users in backups.';
|
| Línea 148... |
Línea 148... |
| 148 |
$string['configrestoreblocks'] = 'Sets the default for restoring blocks.';
|
148 |
$string['configrestoreblocks'] = 'Sets the default for restoring blocks.';
|
| 149 |
$string['configrestorecalendarevents'] = 'Sets the default for restoring calendar events.';
|
149 |
$string['configrestorecalendarevents'] = 'Sets the default for restoring calendar events.';
|
| 150 |
$string['configrestorecomments'] = 'Sets the default for restoring comments.';
|
150 |
$string['configrestorecomments'] = 'Sets the default for restoring comments.';
|
| 151 |
$string['configrestorecompetencies'] = 'Sets the default for restoring competencies.';
|
151 |
$string['configrestorecompetencies'] = 'Sets the default for restoring competencies.';
|
| 152 |
$string['configrestorecontentbankcontent'] = 'Sets the default for restoring content bank content.';
|
152 |
$string['configrestorecontentbankcontent'] = 'Sets the default for restoring content bank content.';
|
| - |
|
153 |
$string['configrestorecustomfield'] = 'Sets the default for restoring custom fields.';
|
| 153 |
$string['configrestoreenrolments'] = 'Sets the default for restoring enrolment methods.';
|
154 |
$string['configrestoreenrolments'] = 'Sets the default for restoring enrolment methods.';
|
| 154 |
$string['configrestorefilters'] = 'Sets the default for restoring filters.';
|
155 |
$string['configrestorefilters'] = 'Sets the default for restoring filters.';
|
| 155 |
$string['configrestorehistories'] = 'Sets the default for restoring user history if it was included in the backup.';
|
156 |
$string['configrestorehistories'] = 'Sets the default for restoring user history if it was included in the backup.';
|
| 156 |
$string['configrestorelogs'] = 'If enabled logs will be restored by default if they were included in the backup.';
|
157 |
$string['configrestorelogs'] = 'If enabled logs will be restored by default if they were included in the backup.';
|
| 157 |
$string['configrestoregroups'] = 'Sets the default for restoring groups and groupings if they were included in the backup.';
|
158 |
$string['configrestoregroups'] = 'Sets the default for restoring groups and groupings if they were included in the backup.';
|
| Línea 196... |
Línea 197... |
| 196 |
$string['enableasyncbackup'] = 'Enable asynchronous backups';
|
197 |
$string['enableasyncbackup'] = 'Enable asynchronous backups';
|
| 197 |
$string['enableasyncbackup_help'] = 'If enabled, backup and restore operations will be done asynchronously. This provides a better user experience allowing users to do other operations while a backup or restore is in progress. This does not affect imports and exports.';
|
198 |
$string['enableasyncbackup_help'] = 'If enabled, backup and restore operations will be done asynchronously. This provides a better user experience allowing users to do other operations while a backup or restore is in progress. This does not affect imports and exports.';
|
| 198 |
$string['enterasearch'] = 'Enter a search';
|
199 |
$string['enterasearch'] = 'Enter a search';
|
| 199 |
$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';
|
200 |
$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';
|
| 200 |
$string['error_course_module_not_found'] = 'Orphan course module (id: {$a}) found. This module will not be backed up.';
|
201 |
$string['error_course_module_not_found'] = 'Orphan course module (id: {$a}) found. This module will not be backed up.';
|
| - |
|
202 |
$string['error_delegate_section_not_found'] = 'Missing delegate section form course module (ID {$a}). The section will not be backed up.';
|
| 201 |
$string['errorcopyingbackupfile'] = "Failed to copy the backup file to the temporary folder before restoring.";
|
203 |
$string['errorcopyingbackupfile'] = "Failed to copy the backup file to the temporary folder before restoring.";
|
| 202 |
$string['errorfilenamerequired'] = 'You must enter a valid filename for this backup';
|
204 |
$string['errorfilenamerequired'] = 'You must enter a valid filename for this backup';
|
| 203 |
$string['errorfilenametoolong'] = 'The filename must be less than 255 characters in length.';
|
205 |
$string['errorfilenametoolong'] = 'The filename must be less than 255 characters in length.';
|
| 204 |
$string['errorfilenamemustbezip'] = 'The filename you enter must be a ZIP file and have the .mbz extension';
|
206 |
$string['errorfilenamemustbezip'] = 'The filename you enter must be a ZIP file and have the .mbz extension';
|
| 205 |
$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.';
|
207 |
$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.';
|
| Línea 226... |
Línea 228... |
| 226 |
$string['generalblocks'] = 'Include blocks';
|
228 |
$string['generalblocks'] = 'Include blocks';
|
| 227 |
$string['generalcalendarevents'] = 'Include calendar events';
|
229 |
$string['generalcalendarevents'] = 'Include calendar events';
|
| 228 |
$string['generalcomments'] = 'Include comments';
|
230 |
$string['generalcomments'] = 'Include comments';
|
| 229 |
$string['generalcompetencies'] = 'Include competencies';
|
231 |
$string['generalcompetencies'] = 'Include competencies';
|
| 230 |
$string['generalcontentbankcontent'] = 'Include content bank content';
|
232 |
$string['generalcontentbankcontent'] = 'Include content bank content';
|
| - |
|
233 |
$string['generalcustomfield'] = 'Include custom fields';
|
| 231 |
$string['generalenrolments'] = 'Include enrolment methods';
|
234 |
$string['generalenrolments'] = 'Include enrolment methods';
|
| 232 |
$string['generalfiles'] = 'Include files';
|
235 |
$string['generalfiles'] = 'Include files';
|
| 233 |
$string['generalfilters'] = 'Include filters';
|
236 |
$string['generalfilters'] = 'Include filters';
|
| 234 |
$string['generalhistories'] = 'Include histories';
|
237 |
$string['generalhistories'] = 'Include histories';
|
| 235 |
$string['generalgradehistories'] = 'Include histories';
|
238 |
$string['generalgradehistories'] = 'Include histories';
|
| 236 |
$string['generallegacyfiles'] = 'Include legacy course files';
|
239 |
$string['generallegacyfiles'] = 'Include legacy course files';
|
| 237 |
$string['generallogs'] = 'Include logs';
|
240 |
$string['generallogs'] = 'Include logs';
|
| 238 |
$string['generalquestionbank'] = 'Include question bank';
|
- |
|
| 239 |
$string['generalgroups'] = 'Include groups and groupings';
|
241 |
$string['generalgroups'] = 'Include groups and groupings';
|
| 240 |
$string['generalrestoredefaults'] = 'General restore defaults';
|
242 |
$string['generalrestoredefaults'] = 'General restore defaults';
|
| 241 |
$string['mergerestoredefaults'] = 'Restore defaults when merging into another course';
|
243 |
$string['mergerestoredefaults'] = 'Restore defaults when merging into another course';
|
| 242 |
$string['replacerestoredefaults'] = 'Restore defaults when restoring into another course deleting contents';
|
244 |
$string['replacerestoredefaults'] = 'Restore defaults when restoring into another course deleting contents';
|
| 243 |
$string['generalrestoresettings'] = 'General restore settings';
|
245 |
$string['generalrestoresettings'] = 'General restore settings';
|
| Línea 273... |
Línea 275... |
| 273 |
$string['inprogress'] = 'Backup in progress';
|
275 |
$string['inprogress'] = 'Backup in progress';
|
| 274 |
$string['includeactivities'] = 'Include:';
|
276 |
$string['includeactivities'] = 'Include:';
|
| 275 |
$string['includeditems'] = 'Included items:';
|
277 |
$string['includeditems'] = 'Included items:';
|
| 276 |
$string['includesection'] = 'Section {$a}';
|
278 |
$string['includesection'] = 'Section {$a}';
|
| 277 |
$string['includeuserinfo'] = 'User data';
|
279 |
$string['includeuserinfo'] = 'User data';
|
| - |
|
280 |
$string['includeuserinfo_instance'] = 'Include {$a} user data';
|
| 278 |
$string['includefilereferences'] = 'File references to external contents';
|
281 |
$string['includefilereferences'] = 'File references to external contents';
|
| 279 |
$string['jumptofinalstep'] = 'Jump to final step';
|
282 |
$string['jumptofinalstep'] = 'Jump to final step';
|
| 280 |
$string['keep'] = 'Keep';
|
283 |
$string['keep'] = 'Keep';
|
| 281 |
$string['locked'] = 'Locked';
|
284 |
$string['locked'] = 'Locked';
|
| 282 |
$string['lockedbypermission'] = 'You don\'t have sufficient permissions to change this setting';
|
285 |
$string['lockedbypermission'] = 'You don\'t have sufficient permissions to change this setting';
|
| Línea 310... |
Línea 313... |
| 310 |
$string['privacy:metadata:backup_controllers:itemid'] = 'The ID of the course';
|
313 |
$string['privacy:metadata:backup_controllers:itemid'] = 'The ID of the course';
|
| 311 |
$string['privacy:metadata:backup_controllers:operation'] = 'The operation that was performed, eg. restore.';
|
314 |
$string['privacy:metadata:backup_controllers:operation'] = 'The operation that was performed, eg. restore.';
|
| 312 |
$string['privacy:metadata:backup_controllers:timecreated'] = 'The time when the action was created';
|
315 |
$string['privacy:metadata:backup_controllers:timecreated'] = 'The time when the action was created';
|
| 313 |
$string['privacy:metadata:backup_controllers:timemodified'] = 'The time when the action was modified';
|
316 |
$string['privacy:metadata:backup_controllers:timemodified'] = 'The time when the action was modified';
|
| 314 |
$string['privacy:metadata:backup_controllers:type'] = 'The type of the item being operated on, eg. activity.';
|
317 |
$string['privacy:metadata:backup_controllers:type'] = 'The type of the item being operated on, eg. activity.';
|
| 315 |
$string['qcategory2coursefallback'] = 'The questions category "{$a->name}", originally at system/course category context in backup file, will be created at course context by restore';
|
318 |
$string['qcategory2coursefallback'] = 'The questions category "{$a->name}", originally at system|course|course_category context in backup file, will be created at a question bank module context by restore';
|
| 316 |
$string['qcategorycannotberestored'] = 'The questions category "{$a->name}" cannot be created by restore';
|
319 |
$string['qcategorycannotberestored'] = 'The questions category "{$a->name}" cannot be created by restore';
|
| 317 |
$string['question2coursefallback'] = 'The questions category "{$a->name}", originally at system/course category context in backup file, will be created at course context by restore';
|
320 |
$string['question2coursefallback'] = 'The questions category "{$a->name}", originally at system|course|course_category in backup file, will be created at a question bank module context by restore';
|
| 318 |
$string['questioncannotberestored'] = 'The questions "{$a->name}" cannot be created by restore';
|
321 |
$string['questioncannotberestored'] = 'The questions "{$a->name}" cannot be created by restore';
|
| 319 |
$string['restoreactivity'] = 'Restore activity';
|
322 |
$string['restoreactivity'] = 'Restore activity';
|
| 320 |
$string['restorecourse'] = 'Restore course';
|
323 |
$string['restorecourse'] = 'Restore course';
|
| 321 |
$string['restorecoursesettings'] = 'Course settings';
|
324 |
$string['restorecoursesettings'] = 'Course settings';
|
| 322 |
$string['restoredcourseid'] = 'Restored course ID: {$a}';
|
325 |
$string['restoredcourseid'] = 'Restored course ID: {$a}';
|
| Línea 386... |
Línea 389... |
| 386 |
$string['rootsettinggroups'] = 'Include groups and groupings';
|
389 |
$string['rootsettinggroups'] = 'Include groups and groupings';
|
| 387 |
$string['rootsettingimscc1'] = 'Convert to IMS Common Cartridge 1.0';
|
390 |
$string['rootsettingimscc1'] = 'Convert to IMS Common Cartridge 1.0';
|
| 388 |
$string['rootsettingimscc11'] = 'Convert to IMS Common Cartridge 1.1';
|
391 |
$string['rootsettingimscc11'] = 'Convert to IMS Common Cartridge 1.1';
|
| 389 |
$string['rootsettingxapistate'] = 'Include user\'s state in content such as H5P activities';
|
392 |
$string['rootsettingxapistate'] = 'Include user\'s state in content such as H5P activities';
|
| 390 |
$string['samesitenotification'] = 'This backup was created with only references to files, not the files themselves. Restoring will only work on this site.';
|
393 |
$string['samesitenotification'] = 'This backup was created with only references to files, not the files themselves. Restoring will only work on this site.';
|
| - |
|
394 |
$string['section_prefix'] = 'Section {$a}: ';
|
| 391 |
$string['sitecourseformatwarning'] = 'This is a site home backup. It can only be restored on the site home.';
|
395 |
$string['sitecourseformatwarning'] = 'This is a site home backup. It can only be restored on the site home.';
|
| 392 |
$string['storagecourseonly'] = 'Course backup filearea';
|
396 |
$string['storagecourseonly'] = 'Course backup filearea';
|
| 393 |
$string['storagecourseandexternal'] = 'Course backup filearea and the specified directory';
|
397 |
$string['storagecourseandexternal'] = 'Course backup filearea and the specified directory';
|
| 394 |
$string['storageexternalonly'] = 'Specified directory for automated backups';
|
398 |
$string['storageexternalonly'] = 'Specified directory for automated backups';
|
| 395 |
$string['sectionincanduser'] = 'Included in backup along with user information';
|
399 |
$string['sectionincanduser'] = 'Included in backup along with user information';
|
| Línea 412... |
Línea 416... |
| 412 |
$string['skipmodifdays'] = 'Skip courses not modified since';
|
416 |
$string['skipmodifdays'] = 'Skip courses not modified since';
|
| 413 |
$string['skipmodifdayshelp'] = 'Choose to skip courses that have not been modified since a number of days';
|
417 |
$string['skipmodifdayshelp'] = 'Choose to skip courses that have not been modified since a number of days';
|
| 414 |
$string['skipmodifprev'] = 'Skip courses not modified since previous backup';
|
418 |
$string['skipmodifprev'] = 'Skip courses not modified since previous backup';
|
| 415 |
$string['skipmodifprevhelp'] = 'Choose whether to skip courses that have not been modified since the last automatic backup. This requires logging to be enabled.';
|
419 |
$string['skipmodifprevhelp'] = 'Choose whether to skip courses that have not been modified since the last automatic backup. This requires logging to be enabled.';
|
| 416 |
$string['status'] = 'Status';
|
420 |
$string['status'] = 'Status';
|
| - |
|
421 |
$string['subsectioncontent'] = 'Subsection content';
|
| 417 |
$string['successful'] = 'Backup successful';
|
422 |
$string['successful'] = 'Backup successful';
|
| 418 |
$string['successfulcopy'] = 'Copy successful';
|
423 |
$string['successfulcopy'] = 'Copy successful';
|
| 419 |
$string['successfulrestore'] = 'Restore successful';
|
424 |
$string['successfulrestore'] = 'Restore successful';
|
| 420 |
$string['timetaken'] = 'Time taken';
|
425 |
$string['timetaken'] = 'Time taken';
|
| 421 |
$string['title'] = 'Title';
|
426 |
$string['title'] = 'Title';
|
| Línea 428... |
Línea 433... |
| 428 |
$string['userinfo'] = 'Userinfo';
|
433 |
$string['userinfo'] = 'Userinfo';
|
| 429 |
$string['module'] = 'Module';
|
434 |
$string['module'] = 'Module';
|
| 430 |
$string['morecoursesearchresults'] = 'More than {$a} courses found, showing first {$a} results';
|
435 |
$string['morecoursesearchresults'] = 'More than {$a} courses found, showing first {$a} results';
|
| 431 |
$string['recyclebin_desc'] = 'Note that these settings will also be used for the recycle bin.';
|
436 |
$string['recyclebin_desc'] = 'Note that these settings will also be used for the recycle bin.';
|
| Línea 432... |
Línea 437... |
| 432 |
|
437 |
|
| 433 |
// Deprecated since Moodle 4.4.
|
438 |
// Deprecated since Moodle 5.0.
|
| 434 |
$string['copycourseheading'] = 'Copy a course';
|
439 |
$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.';
|