Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 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
 * Plugin strings are defined here.
19
 *
20
 * @package     report_allbackups
21
 * @category    string
22
 * @copyright   2020 Catalyst IT
23
 * @license     https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 */
25
 
26
defined('MOODLE_INTERNAL') || die();
27
 
28
$string['allbackups:delete'] = 'Delete backups';
29
$string['allbackups:view'] = 'View all backups report';
30
$string['areyousurebulk'] = 'Are you sure you want to delete the {$a} file(s) selected?';
31
$string['autobackup'] = 'Automated backups stored in specified server directory';
32
$string['autobackup_description'] = 'This report shows all *.mbz (Moodle backup files) stored in the directory specified in the automated backups settings.';
33
$string['autobackupnotset'] = 'Automated backup destination is not set - you cannot use this function';
34
$string['component'] = 'Component';
35
$string['couldnotdeletefile'] = 'The file with id: {$a} could not be found';
36
$string['couldnotdownloadfile'] = 'Unable to download all backup files';
37
$string['downloadallselectedfiles'] = 'Download selected files';
38
$string['coursecategory'] = 'Course category';
39
$string['deleteselectedfiles'] = 'Delete selected files';
40
$string['eventautobackupdeleted'] = 'An automated backup file was deleted';
41
$string['eventbackupdeleted'] = 'A backup file was deleted';
42
$string['eventreportdownloaded'] = 'All backups report downloaded';
43
$string['eventreportviewed'] = 'All backups report viewed';
44
$string['filearea'] = 'File area';
45
$string['filename'] = 'File name';
46
$string['filesdeleted'] = '{$a} file(s) were deleted';
47
$string['plugindescription'] = 'This report shows all *.mbz (Moodle backup files) on your site, please note that after deleting a file, Moodle can take up to 4 days before removing the file from disk storage.';
48
$string['pluginname'] = 'All backups';
49
$string['privacy:metadata'] = 'The all backups report plugin does not store any personal data';
50
$string['standardbackups'] = 'Standard backups';