mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
48 lines
2.0 KiB
PHP
48 lines
2.0 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['coursesettings'] = 'Course settings';
|
|
$string['currentstage1'] = 'Initial settings';
|
|
$string['currentstage2'] = 'Schema settings';
|
|
$string['currentstage4'] = 'Confirmation and review';
|
|
$string['currentstage8'] = 'Preform backup';
|
|
$string['currentstage16'] = 'Complete';
|
|
$string['dependenciesenforced'] = 'Your settings have been altered due to unmet dependencies';
|
|
$string['executionsuccess'] = 'Your backup completed successfully, you will be redirected momentarily to the backup section for this course.';
|
|
$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['rootsettings'] = 'Backup settings';
|