mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
81 lines
4.6 KiB
PHP
81 lines
4.6 KiB
PHP
<?php
|
|
|
|
// This file is part of Moodle - http://moodle.org/
|
|
//
|
|
// Moodle is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
//
|
|
// Moodle is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
/**
|
|
* 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['cannotfindassignablerole'] = 'The {$a} role in the backup file cannot be mapped to any of the roles that you are allowed to assign.';
|
|
$string['configgeneralactivities'] = 'Sets the default for including activities in a backup.';
|
|
$string['configgeneralanonymize'] = 'If enabled all information pertaining to users will be anonymised by default.';
|
|
$string['configgeneralblocks'] = 'Sets the default for including blocks in a backup.';
|
|
$string['configgeneralcomments'] = 'Sets the default for including comments in a backup.';
|
|
$string['configgeneralfilters'] = 'Sets the default for including filters in a backup.';
|
|
$string['configgeneralhistories'] = 'Sets the default for including user history within a backup.';
|
|
$string['configgenerallogs'] = 'If enabled logs will be included in backups by default.';
|
|
$string['configgeneralroleassignments'] = 'If enabled by default roles assignments will also be backed up.';
|
|
$string['configgeneraluserscompletion'] = 'If enabled user completion information will be included in backups by default.';
|
|
$string['configgeneraluserfiles'] = 'Sets the default for whether user files will be included in backups.';
|
|
$string['configgeneralusers'] = 'Sets the default for whether to include users in backups.';
|
|
$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['errorminbackup20version'] = 'This backup file has been created with one development version of Moodle backup ({$a->backup}). Minimum required is {$a->min}. Cannot be restored.';
|
|
$string['errorrestorefrontpage'] = 'Restoring over front page is not allowed.';
|
|
$string['executionsuccess'] = 'Your backup completed successfully, clicking the continue button below will take you to view your backup file.';
|
|
$string['filename'] = 'Filename';
|
|
$string['generalactivities'] = 'Include activities';
|
|
$string['generalanonymize'] = 'Anonymise information';
|
|
$string['generalbackdefaults'] = 'General backup defaults';
|
|
$string['generalblocks'] = 'Include blocks';
|
|
$string['generalcomments'] = 'Include comments';
|
|
$string['generalfilters'] = 'Include filters';
|
|
$string['generalhistories'] = 'Include histories';
|
|
$string['generallogs'] = 'Include logs';
|
|
$string['generalroleassignments'] = 'Include role assignments';
|
|
$string['generaluserscompletion'] = 'Include user completion information';
|
|
$string['generaluserfiles'] = 'Include user files';
|
|
$string['generalusers'] = 'Include users';
|
|
$string['includesection'] = 'Include section {$a}';
|
|
$string['includeother'] = 'Include {$a}';
|
|
$string['includeuserinfo'] = 'Include user information';
|
|
$string['locked'] = 'Locked';
|
|
$string['lockedbypermission'] = 'You don\'t have sufficient permissions to change this setting';
|
|
$string['lockedbyconfig'] = 'This setting has been locked by the default backup settings';
|
|
$string['lockedbyhierarchy'] = 'Locked by dependencies';
|
|
$string['onstage1action'] = 'Next';
|
|
$string['onstage2action'] = 'Next';
|
|
$string['onstage4action'] = 'Perform backup';
|
|
$string['onstage8action'] = 'Continue';
|
|
$string['onstage16action'] = 'Continue';
|
|
$string['previousstage'] = 'Previous';
|
|
$string['rootsettings'] = 'Backup settings';
|
|
$string['scheduledsettings'] = 'Scheduled backup settings';
|