Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.
/lang/en/ -> backup.php (source)

Differences Between: [Versions 310 and 311] [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]

   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.
  13  //
  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/>.
  16  
  17  /**
  18   * This file contains the strings used by backup
  19   *
  20   * @package   core
  21   * @copyright 2010 Eloy
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['asyncbackupcomplete'] = 'The backup process has completed';
  26  $string['asyncbackupcompletebutton'] = 'Continue';
  27  $string['asyncbackupcompletedetail'] = 'The backup process has completed successfully. <br/> You can access the backup on the <a href="{$a}">restore page.</a>';
  28  $string['asyncbackuperror'] = 'The backup process has failed';
  29  $string['asyncbackuperrordetail'] = 'The backup process has failed. Please contact your system administrator.';
  30  $string['asyncbackuppending'] = 'The backup process is pending';
  31  $string['asyncbackupprocessing'] = 'The backup is in progress';
  32  $string['asyncbadexecution'] = 'Bad backup controller execution. It is {$a} and should be 2.';
  33  $string['asynccheckprogress'] = 'You can check the progress at any time on the <a href="{$a}">restore page</a>.';
  34  $string['asyncgeneralsettings'] = 'Asynchronous backup/restore';
  35  $string['asyncemailenable'] = 'Enable message notifications';
  36  $string['asyncemailenabledetail'] = 'If enabled, users will receive a message when an asynchronous backup or restore completes.';
  37  $string['asyncmessagebody'] = 'Message';
  38  $string['asyncmessagebodydetail'] = 'Message to send when an asynchronous backup or restore completes.';
  39  $string['asyncmessagebodydefault'] = 'Your {operation} (ID: {backupid}) has completed successfully. You can access it here: <a href="{link}">{link}</a>.';
  40  $string['asyncmessagesubject'] = 'Subject';
  41  $string['asyncmessagesubjectdetail'] = 'Message subject';
  42  $string['asyncmessagesubjectdefault'] = 'Moodle {operation} completed successfully';
  43  $string['asyncnowait'] = 'You don\'t need to wait here, as the process will continue in the background.';
  44  $string['asyncprocesspending'] = 'Process pending';
  45  $string['asyncrestorecomplete'] = 'The restore process has completed';
  46  $string['asyncrestorecompletebutton'] = 'Continue';
  47  $string['asyncrestorecompletedetail'] = 'The restore process has completed successfully. Clicking continue will take you to the <a href="{$a}">course for the restored item.</a>';
  48  $string['asyncrestoreerror'] = 'The restore process has failed';
  49  $string['asyncrestoreerrordetail'] = 'The restore process has failed. Please contact your system administrator.';
  50  $string['asyncrestorepending'] = 'The restore process is pending';
  51  $string['asyncrestoreprocessing'] = 'The restore is in progress';
  52  $string['asyncreturn'] = 'Return to course';
  53  $string['asyncrestoreinprogress'] = 'Restores in progress';
  54  $string['asyncrestoreinprogress_help'] = 'Asynchronous course restores that are in progress are shown here.';
  55  $string['autoactivedisabled'] = 'Disabled';
  56  $string['autoactiveenabled'] = 'Enabled';
  57  $string['autoactivemanual'] = 'Manual';
  58  $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.';
  59  $string['automatedbackupschedule'] = 'Schedule';
  60  $string['automatedbackupschedulehelp'] = 'Choose which days of the week to perform automated backups.';
  61  $string['automatedbackupsinactive'] = 'Automated backups haven\'t been enabled by the site admin';
  62  $string['automatedbackupstatus'] = 'Automated backup status';
  63  $string['automateddeletedays'] = 'Delete backups older than';
  64  $string['automatedmaxkept'] = 'Maximum number of backups kept';
  65  $string['automatedmaxkepthelp'] = 'This specifies the maximum number of recent automated backups to be kept for each course. Older backups will be deleted automatically.';
  66  $string['automatedminkept'] = 'Minimum number of backups kept';
  67  $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.';
  68  $string['automatedsetup'] = 'Automated backup setup';
  69  $string['automatedsettings'] = 'Automated backup settings';
  70  $string['automatedstorage'] = 'Automated backup storage';
  71  $string['automatedstoragehelp'] = 'Choose the location where you want backups to be stored when they are automatically created.';
  72  $string['backupactivity'] = 'Backup activity: {$a}';
  73  $string['backupcourse'] = 'Backup course: {$a}';
  74  $string['backupcoursedetails'] = 'Course details';
  75  $string['backupcoursesection'] = 'Section: {$a}';
  76  $string['backupcoursesections'] = 'Course sections';
  77  $string['backupdate'] = 'Date taken';
  78  $string['backupdetails'] = 'Backup details';
  79  $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.';
  80  $string['backupformat'] = 'Format';
  81  $string['backupformatmoodle1'] = 'Moodle 1';
  82  $string['backupformatmoodle2'] = 'Moodle 2';
  83  $string['backupformatimscc1'] = 'IMS Common Cartridge 1.0';
  84  $string['backupformatimscc11'] = 'IMS Common Cartridge 1.1';
  85  $string['backupformatunknown'] = 'Unknown format';
  86  $string['backuplog'] = 'Technical information and warnings';
  87  $string['backupmode'] = 'Mode';
  88  $string['backupmode10'] = 'General';
  89  $string['backupmode20'] = 'Import';
  90  $string['backupmode30'] = 'Hub';
  91  $string['backupmode40'] = 'Same site';
  92  $string['backupmode50'] = 'Automated';
  93  $string['backupmode60'] = 'Converted';
  94  $string['backupmode70'] = 'Asynchronous';
  95  $string['backupsection'] = 'Backup course section: {$a}';
  96  $string['backupsettings'] = 'Backup settings';
  97  $string['backupsitedetails'] = 'Site details';
  98  $string['backupstage1action'] = 'Next';
  99  $string['backupstage2action'] = 'Next';
 100  $string['backupstage4action'] = 'Perform backup';
 101  $string['backupstage8action'] = 'Continue';
 102  $string['backupstage16action'] = 'Continue';
 103  $string['backuptype'] = 'Type';
 104  $string['backuptypeactivity'] = 'Activity';
 105  $string['backuptypecourse'] = 'Course';
 106  $string['backuptypesection'] = 'Section';
 107  $string['backupversion'] = 'Backup version';
 108  $string['cannotfindassignablerole'] = 'The {$a} role in the backup file cannot be mapped to any of the roles that you are allowed to assign.';
 109  $string['choosefilefromcoursebackup'] = 'Course backup area';
 110  $string['choosefilefromcoursebackup_help'] = 'Course backups made using default settings are stored here.';
 111  $string['choosefilefromuserbackup'] = 'User private backup area';
 112  $string['choosefilefromuserbackup_help'] = 'Backup files with anonymized user information are stored here.';
 113  $string['choosefilefromactivitybackup'] = 'Activity backup area';
 114  $string['choosefilefromactivitybackup_help'] = 'Activity backups made using default settings are stored here.';
 115  $string['choosefilefromautomatedbackup'] = 'Automated backups';
 116  $string['choosefilefromautomatedbackup_help'] = 'Contains automatically generated backups.';
 117  $string['config_keep_groups_and_groupings'] = 'By default keep current groups and groupings.';
 118  $string['config_keep_roles_and_enrolments'] = 'By default keep current roles and enrolments.';
 119  $string['config_overwrite_conf'] = 'Allows user to overwrite the current course configuration';
 120  $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)';
 121  $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)';
 122  $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)';
 123  $string['configgeneralactivities'] = 'Sets the default for including activities in a backup.';
 124  $string['configgeneralbadges'] = 'Sets the default for including badges in a backup.';
 125  $string['configgeneralanonymize'] = 'If enabled all information pertaining to users will be anonymised by default.';
 126  $string['configgeneralblocks'] = 'Sets the default for including blocks in a backup.';
 127  $string['configgeneralcalendarevents'] = 'Sets the default for including calendar events in a backup.';
 128  $string['configgeneralcomments'] = 'Sets the default for including comments in a backup.';
 129  $string['configgeneralcompetencies'] = 'Sets the default for including competencies in a backup.';
 130  $string['configgeneralcontentbankcontent'] = 'Sets the default for including content bank content in a backup.';
 131  $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).';
 132  $string['configgeneralfilters'] = 'Sets the default for including filters in a backup.';
 133  $string['configgeneralhistories'] = 'Sets the default for including user history within a backup.';
 134  $string['configgenerallogs'] = 'If enabled logs will be included in backups by default.';
 135  $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.';
 136  $string['configgeneralgroups'] = 'Sets the default for including groups and groupings in a backup.';
 137  $string['configgeneralroleassignments'] = 'If enabled by default roles assignments will also be backed up.';
 138  $string['configgeneralpermissions'] = 'If enabled the role permissions will be imported. This may override existing permissions for enrolled users.';
 139  $string['configgeneraluserscompletion'] = 'If enabled user completion information will be included in backups by default.';
 140  $string['configgeneralusers'] = 'Sets the default for whether to include users in backups.';
 141  $string['configlegacyfiles'] = 'Sets the default for including legacy course files in a backup. Legacy course files are from versions of Moodle prior to 2.0.';
 142  $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.';
 143  $string['configrestoreactivities'] = 'Sets the default for restoring activities.';
 144  $string['configrestorebadges'] = 'Sets the default for restoring badges.';
 145  $string['configrestoreblocks'] = 'Sets the default for restoring blocks.';
 146  $string['configrestorecalendarevents'] = 'Sets the default for restoring calendar events.';
 147  $string['configrestorecomments'] = 'Sets the default for restoring comments.';
 148  $string['configrestorecompetencies'] = 'Sets the default for restoring competencies.';
 149  $string['configrestorecontentbankcontent'] = 'Sets the default for restoring content bank content.';
 150  $string['configrestoreenrolments'] = 'Sets the default for restoring enrolment methods.';
 151  $string['configrestorefilters'] = 'Sets the default for restoring filters.';
 152  $string['configrestorehistories'] = 'Sets the default for restoring user history if it was included in the backup.';
 153  $string['configrestorelogs'] = 'If enabled logs will be restored by default if they were included in the backup.';
 154  $string['configrestoregroups'] = 'Sets the default for restoring groups and groupings if they were included in the backup.';
 155  $string['configrestoreroleassignments'] = 'If enabled by default roles assignments will be restored if they were included in the backup.';
 156  $string['configrestorepermissions'] = 'If enabled the role permissions will be restored. This may override existing permissions for enrolled users.';
 157  $string['configrestoreuserscompletion'] = 'If enabled user completion information will be restored by default if it was included in the backup.';
 158  $string['configrestoreusers'] = 'Sets the default for whether to restore users if they were included in the backup.';
 159  $string['confirmcancel'] = 'Cancel backup';
 160  $string['confirmcancelrestore'] = 'Cancel restore';
 161  $string['confirmcancelimport'] = 'Cancel import';
 162  $string['confirmcancelquestion'] = 'Are you sure you wish to cancel?
 163  Any information you have entered will be lost.';
 164  $string['confirmcancelyes'] = 'Cancel backup';
 165  $string['confirmcancelno'] = 'Do not cancel';
 166  $string['confirmnewcoursecontinue'] = 'New course warning';
 167  $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.';
 168  $string['copiesinprogress'] = 'This course has copies in progress. <a href="{$a}">View in progress copies.</a>';
 169  $string['copycoursedesc'] = 'This course will be duplicated and put into the selected course category.';
 170  $string['copycourseheading'] = 'Copy a course';
 171  $string['copycoursetitle'] = 'Copy course: {$a}';
 172  $string['copydest'] = 'Destination';
 173  $string['copyingcourse'] = 'Course copying in progress';
 174  $string['copyingcourseshortname'] = 'copying';
 175  $string['copyfieldnotfound'] = 'Required field data was not found for field(s): {$a}';
 176  $string['copyformfail'] = 'AJAX submission of course copy form has failed.';
 177  $string['copyop'] = 'Current operation';
 178  $string['copyprogressheading'] = 'Course copies in progress';
 179  $string['copyprogressheading_help'] = 'This table shows the status of all of your unfinished course copies.';
 180  $string['copyprogresstitle'] = 'Course copy progress';
 181  $string['copyreturn'] = 'Copy and return';
 182  $string['copysource'] = 'Source';
 183  $string['copyview'] = 'Copy and view';
 184  $string['coursecategory'] = 'Category the course will be restored into';
 185  $string['courseid'] = 'Original ID';
 186  $string['coursesettings'] = 'Course settings';
 187  $string['coursetitle'] = 'Title';
 188  $string['currentstage1'] = 'Initial settings';
 189  $string['currentstage2'] = 'Schema settings';
 190  $string['currentstage4'] = 'Confirmation and review';
 191  $string['currentstage8'] = 'Perform backup';
 192  $string['currentstage16'] = 'Complete';
 193  $string['enableasyncbackup'] = 'Enable asynchronous backups';
 194  $string['enableasyncbackup_help'] = 'If enabled, all backup and restore operations will be done asynchronously. This does not affect imports and exports. Asynchronous backups and restores allow users to do other operations while a backup or restore is in progress.';
 195  $string['enterasearch'] = 'Enter a search';
 196  $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';
 197  $string['error_course_module_not_found'] = 'Orphan course module (id: {$a}) found. This module will not be backed up.';
 198  $string['errorcopyingbackupfile'] = "Failed to copy the backup file to the temporary folder before restoring.";
 199  $string['errorfilenamerequired'] = 'You must enter a valid filename for this backup';
 200  $string['errorfilenametoolong'] = 'The filename must be less than 255 characters in length.';
 201  $string['errorfilenamemustbezip'] = 'The filename you enter must be a ZIP file and have the .mbz extension';
 202  $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.';
 203  $string['errorinvalidformat'] = 'Unknown backup format';
 204  $string['errorinvalidformatinfo'] = 'The selected file is not a valid Moodle backup file and can\'t be restored.';
 205  $string['errorrestorefrontpagebackup'] = 'You can only restore front page backups on the front page';
 206  $string['executionsuccess'] = 'The backup file was successfully created.';
 207  $string['extractingbackupfileto'] = 'Extracting backup file to: {$a}';
 208  $string['failed'] = 'Backup failed';
 209  $string['filename'] = 'Filename';
 210  $string['filealiasesrestorefailures'] = 'Aliases restore failures';
 211  $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.';
 212  $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.
 213  
 214  More details and the actual reason of the failure can be found in the restore log file.';
 215  $string['filealiasesrestorefailures_link'] = 'restore/filealiases';
 216  $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.';
 217  $string['filereferencessamesite'] = 'The backup file is from this site, and so file references can be restored.';
 218  $string['filereferencesnotsamesite'] = 'The backup file is from a different site, and so file references cannot be restored.';
 219  $string['generalactivities'] = 'Include activities and resources';
 220  $string['generalanonymize'] = 'Anonymise information';
 221  $string['generalbackdefaults'] = 'General backup defaults';
 222  $string['generalbadges'] = 'Include badges';
 223  $string['generalblocks'] = 'Include blocks';
 224  $string['generalcalendarevents'] = 'Include calendar events';
 225  $string['generalcomments'] = 'Include comments';
 226  $string['generalcompetencies'] = 'Include competencies';
 227  $string['generalcontentbankcontent'] = 'Include content bank content';
 228  $string['generalenrolments'] = 'Include enrolment methods';
 229  $string['generalfiles'] = 'Include files';
 230  $string['generalfilters'] = 'Include filters';
 231  $string['generalhistories'] = 'Include histories';
 232  $string['generalgradehistories'] = 'Include histories';
 233  $string['generallegacyfiles'] = 'Include legacy course files';
 234  $string['generallogs'] = 'Include logs';
 235  $string['generalquestionbank'] = 'Include question bank';
 236  $string['generalgroups'] = 'Include groups and groupings';
 237  $string['generalrestoredefaults'] = 'General restore defaults';
 238  $string['mergerestoredefaults'] = 'Restore defaults when merging into another course';
 239  $string['replacerestoredefaults'] = 'Restore defaults when restoring into another course deleting contents';
 240  $string['generalrestoresettings'] = 'General restore settings';
 241  $string['generalroleassignments'] = 'Include role assignments';
 242  $string['generalpermissions'] = 'Include permission overrides';
 243  $string['generalsettings'] = 'General backup settings';
 244  $string['generaluserscompletion'] = 'Include user completion information';
 245  $string['generalusers'] = 'Include users';
 246  $string['hidetypes'] = 'Hide type options';
 247  $string['importgeneralsettings'] = 'General import defaults';
 248  $string['importgeneralmaxresults'] = 'Maximum number of courses listed for import';
 249  $string['importgeneralmaxresults_desc'] = 'This controls the number of courses that are listed during the first step of the import process';
 250  $string['importgeneralduplicateadminallowed'] = 'Allow admin conflict resolution';
 251  $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\'.';
 252  $string['importfile'] = 'Import a backup file';
 253  $string['importbackupstage1action'] = 'Next';
 254  $string['importbackupstage2action'] = 'Next';
 255  $string['importbackupstage4action'] = 'Perform import';
 256  $string['importbackupstage8action'] = 'Continue';
 257  $string['importbackupstage16action'] = 'Continue';
 258  $string['importcurrentstage0'] = 'Course selection';
 259  $string['importcurrentstage1'] = 'Initial settings';
 260  $string['importcurrentstage2'] = 'Schema settings';
 261  $string['importcurrentstage4'] = 'Confirmation and review';
 262  $string['importcurrentstage8'] = 'Perform import';
 263  $string['importcurrentstage16'] = 'Complete';
 264  $string['importrootsettings'] = 'Import settings';
 265  $string['importsettings'] = 'General import settings';
 266  $string['importsuccess'] = 'Import complete. Click continue to return to the course.';
 267  $string['inprogress'] = 'Backup in progress';
 268  $string['includeactivities'] = 'Include:';
 269  $string['includeditems'] = 'Included items:';
 270  $string['includesection'] = 'Section {$a}';
 271  $string['includeuserinfo'] = 'User data';
 272  $string['includefilereferences'] = 'File references to external contents';
 273  $string['jumptofinalstep'] = 'Jump to final step';
 274  $string['keep'] = 'Keep';
 275  $string['locked'] = 'Locked';
 276  $string['lockedbypermission'] = 'You don\'t have sufficient permissions to change this setting';
 277  $string['lockedbyconfig'] = 'This setting has been locked by the default backup settings';
 278  $string['lockedbyhierarchy'] = 'Locked by dependencies';
 279  $string['loglifetime'] = 'Keep logs for';
 280  $string['managefiles'] = 'Manage backup files';
 281  $string['keptroles'] = 'Include role enrolments';
 282  $string['keptroles_help'] = 'Users with the selected roles will be enrolled into the new course. No user data will be copied unless \'Include user data\' is enabled.';
 283  $string['missingfilesinpool'] = 'Some files could not be saved during the backup, and so it will not be possible to restore them.';
 284  $string['moodleversion'] = 'Moodle version';
 285  $string['moreresults'] = 'There are too many results, enter a more specific search.';
 286  $string['nomatchingcourses'] = 'There are no courses to display';
 287  $string['norestoreoptions'] = 'There are no categories or existing courses you can restore to.';
 288  $string['originalwwwroot'] = 'URL of backup';
 289  $string['overwrite'] = 'Overwrite';
 290  $string['pendingasyncdetail'] = 'Asynchronous backups only allow a user to have one pending backup for a resource at a time. <br/> Multiple asynchronous backups of the same resource can\'t be queued, as this would likely result in multiple backups with the same content.';
 291  $string['pendingasyncdeletedetail'] = 'This course has an asynchronous backup pending. <br/> Courses can\'t be deleted until this backup finishes.';
 292  $string['pendingasyncedit'] = 'There is a pending backup or copy requested for this course. Please do not edit the course until this is complete.';
 293  $string['pendingasyncerror'] = 'Backup pending for this resource';
 294  $string['previousstage'] = 'Previous';
 295  $string['preparingui'] = 'Preparing to display page';
 296  $string['preparingdata'] = 'Preparing data';
 297  $string['privacy:metadata:backup:detailsofarchive'] = 'This archive can contain various user data related to a course, such as grades, user enrolments and activity data.';
 298  $string['privacy:metadata:backup:externalpurpose'] = 'The purpose of this archive is to store information related to a course, which may be restored in the future.';
 299  $string['privacy:metadata:backup_controllers'] = 'The list of backup operations';
 300  $string['privacy:metadata:backup_controllers:itemid'] = 'The ID of the course';
 301  $string['privacy:metadata:backup_controllers:operation'] = 'The operation that was performed, eg. restore.';
 302  $string['privacy:metadata:backup_controllers:timecreated'] = 'The time when the action was created';
 303  $string['privacy:metadata:backup_controllers:timemodified'] = 'The time when the action was modified';
 304  $string['privacy:metadata:backup_controllers:type'] = 'The type of the item being operated on, eg. activity.';
 305  $string['qcategory2coursefallback'] = 'The questions category "{$a->name}", originally at system/course category context in backup file, will be created at course context by restore';
 306  $string['qcategorycannotberestored'] = 'The questions category "{$a->name}" cannot be created by restore';
 307  $string['question2coursefallback'] = 'The questions category "{$a->name}", originally at system/course category context in backup file, will be created at course context by restore';
 308  $string['questionegorycannotberestored'] = 'The questions "{$a->name}" cannot be created by restore';
 309  $string['restoreactivity'] = 'Restore activity';
 310  $string['restorecourse'] = 'Restore course';
 311  $string['restorecoursesettings'] = 'Course settings';
 312  $string['restoredcourseid'] = 'Restored course ID: {$a}';
 313  $string['restoreexecutionsuccess'] = 'The course was restored successfully, clicking the continue button below will take you to view the course you restored.';
 314  $string['restorefileweremissing'] = 'Some files could not be restored because they were missing in the backup.';
 315  $string['restorenewcoursefullname'] = 'New course name';
 316  $string['restorenewcourseshortname'] = 'New course short name';
 317  $string['restorenewcoursestartdate'] = 'New start date';
 318  $string['restorerootsettings'] = 'Restore settings';
 319  $string['restoresection'] = 'Restore section';
 320  $string['restorestage1'] = 'Confirm';
 321  $string['restorestage1action'] = 'Next';
 322  $string['restorestage2'] = 'Destination';
 323  $string['restorestage2action'] = 'Next';
 324  $string['restorestage4'] = 'Settings';
 325  $string['restorestage4action'] = 'Next';
 326  $string['restorestage8'] = 'Schema';
 327  $string['restorestage8action'] = 'Next';
 328  $string['restorestage16'] = 'Review';
 329  $string['restorestage16action'] = 'Perform restore';
 330  $string['restorestage32'] = 'Process';
 331  $string['restorestage32action'] = 'Continue';
 332  $string['restorestage64'] = 'Complete';
 333  $string['restorestage64action'] = 'Continue';
 334  $string['restoretarget'] = 'Restore target';
 335  $string['restoretocourse'] = 'Restore to course: ';
 336  $string['restoretocurrentcourse'] = 'Restore into this course';
 337  $string['restoretocurrentcourseadding'] = 'Merge the backup course into this course';
 338  $string['restoretocurrentcoursedeleting'] = 'Delete the contents of this course and then restore';
 339  $string['restoretoexistingcourse'] = 'Restore into an existing course';
 340  $string['restoretoexistingcourseadding'] = 'Merge the backup course into the existing course';
 341  $string['restoretoexistingcoursedeleting'] = 'Delete the contents of the existing course and then restore';
 342  $string['restoretonewcourse'] = 'Restore as a new course';
 343  $string['restoringcourse'] = 'Course restoration in progress';
 344  $string['restoringcourseshortname'] = 'restoring';
 345  $string['restorerolemappings'] = 'Restore role mappings';
 346  $string['rootenrolmanual'] = 'Restore as manual enrolments';
 347  $string['rootsettingcustomfield'] = 'Include custom fields';
 348  $string['rootsettingenrolments'] = 'Include enrolment methods';
 349  $string['rootsettingenrolments_always'] = 'Yes, always';
 350  $string['rootsettingenrolments_never'] = 'No, restore users as manual enrolments';
 351  $string['rootsettingenrolments_withusers'] = 'Yes, but only if users are included';
 352  $string['rootsettings'] = 'Backup settings';
 353  $string['rootsettingusers'] = 'Include enrolled users';
 354  $string['rootsettinganonymize'] = 'Anonymize user information';
 355  $string['rootsettingroleassignments'] = 'Include user role assignments';
 356  $string['rootsettingpermissions'] = 'Include permission overrides';
 357  $string['rootsettingactivities'] = 'Include activities and resources';
 358  $string['rootsettingbadges'] = 'Include badges';
 359  $string['rootsettingblocks'] = 'Include blocks';
 360  $string['rootsettingcompetencies'] = 'Include competencies';
 361  $string['rootsettingfilters'] = 'Include filters';
 362  $string['rootsettingfiles'] = 'Include files';
 363  $string['rootsettingcomments'] = 'Include comments';
 364  $string['rootsettingcalendarevents'] = 'Include calendar events';
 365  $string['rootsettingcontentbankcontent'] = 'Include content bank content';
 366  $string['rootsettinguserscompletion'] = 'Include user completion details';
 367  $string['rootsettingquestionbank'] = 'Include question bank';
 368  $string['rootsettinglegacyfiles'] = 'Include legacy course files';
 369  $string['rootsettinglogs'] = 'Include course logs';
 370  $string['rootsettinggradehistories'] = 'Include grade history';
 371  $string['rootsettinggroups'] = 'Include groups and groupings';
 372  $string['rootsettingimscc1'] = 'Convert to IMS Common Cartridge 1.0';
 373  $string['rootsettingimscc11'] = 'Convert to IMS Common Cartridge 1.1';
 374  $string['samesitenotification'] = 'This backup was created with only references to files, not the files themselves. Restoring will only work on this site.';
 375  $string['sitecourseformatwarning'] = 'This is a front page backup. It can only be restored on the front page.';
 376  $string['storagecourseonly'] = 'Course backup filearea';
 377  $string['storagecourseandexternal'] = 'Course backup filearea and the specified directory';
 378  $string['storageexternalonly'] = 'Specified directory for automated backups';
 379  $string['sectionincanduser'] = 'Included in backup along with user information';
 380  $string['sectioninc'] = 'Included in backup (no user information)';
 381  $string['sectionactivities'] = 'Activities';
 382  $string['selectacategory'] = 'Select a category';
 383  $string['selectacourse'] = 'Select a course';
 384  $string['setting_course_fullname'] = 'Course name';
 385  $string['setting_course_shortname'] = 'Course short name';
 386  $string['setting_course_startdate'] = 'Course start date';
 387  $string['setting_keep_roles_and_enrolments'] = 'Keep current roles and enrolments';
 388  $string['setting_keep_groups_and_groupings'] = 'Keep current groups and groupings';
 389  $string['setting_overwrite_conf'] = 'Overwrite course configuration';
 390  $string['setting_overwrite_course_fullname'] = 'Overwrite course full name';
 391  $string['setting_overwrite_course_shortname'] = 'Overwrite course short name';
 392  $string['setting_overwrite_course_startdate'] = 'Overwrite course start date';
 393  $string['showtypes'] = 'Show type options';
 394  $string['skiphidden'] = 'Skip hidden courses';
 395  $string['skiphiddenhelp'] = 'Choose whether or not to skip hidden courses';
 396  $string['skipmodifdays'] = 'Skip courses not modified since';
 397  $string['skipmodifdayshelp'] = 'Choose to skip courses that have not been modified since a number of days';
 398  $string['skipmodifprev'] = 'Skip courses not modified since previous backup';
 399  $string['skipmodifprevhelp'] = 'Choose whether to skip courses that have not been modified since the last automatic backup. This requires logging to be enabled.';
 400  $string['status'] = 'Status';
 401  $string['successful'] = 'Backup successful';
 402  $string['successfulcopy'] = 'Copy successful';
 403  $string['successfulrestore'] = 'Restore successful';
 404  $string['timetaken'] = 'Time taken';
 405  $string['title'] = 'Title';
 406  $string['totalcategorysearchresults'] = 'Total categories: {$a}';
 407  $string['totalcoursesearchresults'] = 'Total courses: {$a}';
 408  $string['undefinedrolemapping'] = 'Role mapping undefined for \'{$a}\' archetype.';
 409  $string['unnamedsection'] = 'Unnamed section';
 410  $string['userdata'] = 'Include user data';
 411  $string['userdata_help'] = 'If enabled, data such as forum posts, assignment submissions etc. will be copied into the new course for any users with a role selected in \'Include role enrolments\'.';
 412  $string['userinfo'] = 'Userinfo';
 413  $string['module'] = 'Module';
 414  $string['morecoursesearchresults'] = 'More than {$a} courses found, showing first {$a} results';
 415  $string['recyclebin_desc'] = 'Note that these settings will be also be used for the recycle bin.';