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
 * Strings for component 'report_event', language 'en', branch 'MOODLE_27_STABLE'
19
 *
20
 * @package    report_eventlist
21
 * @copyright  2014 Adrian Greeve <adrian@moodle.com>
22
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
 */
24
 
25
$string['abstractclass'] = 'Abstract class';
26
$string['action'] = 'Action';
27
$string['affectedtable'] = 'Affected table';
28
$string['all'] = 'All';
29
$string['clear'] = 'Clear';
30
$string['component'] = 'Component';
31
$string['core'] = 'Core';
32
$string['coresubsystem'] = 'Subsystem ({$a})';
33
$string['create'] = 'create';
34
$string['crud'] = 'Database query type';
35
$string['delete'] = 'delete';
36
$string['details'] = 'Details';
37
$string['dname'] = 'Name';
38
$string['edulevel'] = 'Education level';
39
$string['errorinvalidevent'] = 'The event provided is not a valid event.';
40
$string['errorinvaliddirectory'] = 'The event directory does not exist or is invalid.';
41
$string['eventcode'] = 'Event Code';
42
$string['eventexplanation'] = 'Explanation of the event';
43
$string['eventname'] = 'Event name';
44
$string['filter'] = 'Filter';
45
$string['legacyevent'] = 'Legacy event';
46
$string['name'] = 'Name';
47
$string['objecttable'] = 'Object table';
48
$string['other'] = 'Other';
49
$string['otherinformation'] = 'Other information:';
50
$string['othereventparameters'] = 'Other event parameters';
51
$string['parentevent'] = 'Parent Event';
52
$string['participating'] = 'Participating';
53
$string['pluginname'] = 'Events list';
54
$string['read'] = 'read';
55
$string['relatedobservers'] = 'Plugins observing this event';
56
$string['since'] = 'Since';
57
$string['teaching'] = 'Teaching';
58
$string['typedeclaration'] = 'Other event parameters';
59
$string['update'] = 'update';
60
$string['yes'] = 'yes';
61
$string['privacy:metadata'] = 'The Events list plugin does not store any personal data.';