2010-05-01 09:51:39 +00:00
< ? 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
*/
2010-05-02 03:08:56 +00:00
$string [ 'backupcourse' ] = 'Backup course: {$a}' ;
$string [ 'backupsection' ] = 'Backup course section: {$a}' ;
$string [ 'backupactivity' ] = 'Backup activity: {$a}' ;
2010-07-20 22:54:29 +00:00
$string [ 'cannotfindassignablerole' ] = 'The {$a} role in the backup file cannot be mapped to any of the roles that you are allowed to assign.' ;
2010-06-17 08:57:00 +00:00
$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.' ;
2010-05-01 09:51:39 +00:00
$string [ 'coursesettings' ] = 'Course settings' ;
$string [ 'currentstage1' ] = 'Initial settings' ;
$string [ 'currentstage2' ] = 'Schema settings' ;
$string [ 'currentstage4' ] = 'Confirmation and review' ;
2010-05-06 11:34:50 +00:00
$string [ 'currentstage8' ] = 'Perform backup' ;
2010-05-01 09:51:39 +00:00
$string [ 'currentstage16' ] = 'Complete' ;
$string [ 'dependenciesenforced' ] = 'Your settings have been altered due to unmet dependencies' ;
2010-05-10 02:53:31 +00:00
$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' ;
2010-07-18 23:57:24 +00:00
$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.' ;
2010-05-10 02:53:31 +00:00
$string [ 'executionsuccess' ] = 'Your backup completed successfully, clicking the continue button below will take you to view your backup file.' ;
2010-05-01 09:51:39 +00:00
$string [ 'filename' ] = 'Filename' ;
2010-06-17 08:57:00 +00:00
$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' ;
2010-05-01 09:51:39 +00:00
$string [ 'includesection' ] = 'Include section {$a}' ;
$string [ 'includeother' ] = 'Include {$a}' ;
$string [ 'includeuserinfo' ] = 'Include user information' ;
2010-05-02 02:23:52 +00:00
$string [ 'locked' ] = 'Locked' ;
2010-06-17 08:57:00 +00:00
$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' ;
2010-05-05 06:50:08 +00:00
$string [ 'onstage1action' ] = 'Next' ;
$string [ 'onstage2action' ] = 'Next' ;
$string [ 'onstage4action' ] = 'Perform backup' ;
2010-05-01 09:51:39 +00:00
$string [ 'onstage8action' ] = 'Continue' ;
$string [ 'onstage16action' ] = 'Continue' ;
2010-05-10 02:53:31 +00:00
$string [ 'previousstage' ] = 'Previous' ;
2010-05-01 09:51:39 +00:00
$string [ 'rootsettings' ] = 'Backup settings' ;
2010-07-18 23:57:24 +00:00
$string [ 'scheduledsettings' ] = 'Scheduled backup settings' ;