. /** * This file contains the strings used by backup * * @package moodlecore * @copyright 2010 Eloy * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['backupcourse'] = 'Backup course: {$a}'; $string['backupsection'] = 'Backup course section: {$a}'; $string['backupactivity'] = 'Backup activity: {$a}'; $string['coursesettings'] = 'Course settings'; $string['currentstage1'] = 'Initial settings'; $string['currentstage2'] = 'Schema settings'; $string['currentstage4'] = 'Confirmation and review'; $string['currentstage8'] = 'Perform backup'; $string['currentstage16'] = 'Complete'; $string['dependenciesenforced'] = 'Your settings have been altered due to unmet dependencies'; $string['errorfilenamerequired'] = 'You must enter a valid filename for this backup'; $string['errorfilenamemustbezip'] = 'The filename you enter must be a ZIP file and have the .zip extension'; $string['executionsuccess'] = 'Your backup completed successfully, clicking the continue button below will take you to view your backup file.'; $string['filename'] = 'Filename'; $string['includesection'] = 'Include section {$a}'; $string['includeother'] = 'Include {$a}'; $string['includeuserinfo'] = 'Include user information'; $string['locked'] = 'Locked'; $string['onstage1action'] = 'Next'; $string['onstage2action'] = 'Next'; $string['onstage4action'] = 'Perform backup'; $string['onstage8action'] = 'Continue'; $string['onstage16action'] = 'Continue'; $string['previousstage'] = 'Previous'; $string['rootsettings'] = 'Backup settings';