Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]
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['create'] = 'create'; 32 $string['crud'] = 'Database query type'; 33 $string['delete'] = 'delete'; 34 $string['details'] = 'Details'; 35 $string['dname'] = 'Name'; 36 $string['edulevel'] = 'Education level'; 37 $string['errorinvalidevent'] = 'The event provided is not a valid event.'; 38 $string['errorinvaliddirectory'] = 'The event directory does not exist or is invalid.'; 39 $string['eventcode'] = 'Event Code'; 40 $string['eventexplanation'] = 'Explanation of the event'; 41 $string['eventname'] = 'Event name'; 42 $string['filter'] = 'Filter'; 43 $string['legacyevent'] = 'Legacy event'; 44 $string['name'] = 'Name'; 45 $string['objecttable'] = 'Object table'; 46 $string['other'] = 'Other'; 47 $string['otherinformation'] = 'Other information:'; 48 $string['othereventparameters'] = 'Other event parameters'; 49 $string['parentevent'] = 'Parent Event'; 50 $string['participating'] = 'Participating'; 51 $string['pluginname'] = 'Events list'; 52 $string['read'] = 'read'; 53 $string['relatedobservers'] = 'Plugins observing this event'; 54 $string['since'] = 'Since'; 55 $string['teaching'] = 'Teaching'; 56 $string['typedeclaration'] = 'Other event parameters'; 57 $string['update'] = 'update'; 58 $string['yes'] = 'yes'; 59 $string['privacy:metadata'] = 'The Events list plugin does not store any personal data.';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body