2021-03-16 11:12:10 +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/>.
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Strings for component 'reportbuilder', language 'en'
|
|
|
|
*
|
|
|
|
* @package core_reportbuilder
|
|
|
|
* @copyright 2020 Sara Arjona <sara@moodle.com>
|
|
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
|
*/
|
|
|
|
|
2020-12-11 15:06:05 +00:00
|
|
|
$string['actions'] = 'Actions';
|
|
|
|
$string['apply'] = 'Apply';
|
2021-02-12 15:55:15 +01:00
|
|
|
$string['coursefullnamewithlink'] = 'Course full name with link';
|
|
|
|
$string['courseidnumberewithlink'] = 'Course ID number with link';
|
|
|
|
$string['courseshortnamewithlink'] = 'Course short name with link';
|
|
|
|
$string['customfieldcolumn'] = '{$a}';
|
|
|
|
$string['entitycourse'] = 'Course';
|
|
|
|
$string['entityuser'] = 'User';
|
2020-12-11 15:06:05 +00:00
|
|
|
$string['errorreportaccess'] = 'You can not view this report';
|
|
|
|
$string['errorsourceinvalid'] = 'Could not find valid report source';
|
|
|
|
$string['errorsourceunavailable'] = 'Report source is not available';
|
2021-03-16 11:12:10 +00:00
|
|
|
$string['filtercontains'] = 'Contains';
|
|
|
|
$string['filterdatefrom'] = 'Date from';
|
|
|
|
$string['filterdateto'] = 'Date to';
|
|
|
|
$string['filterdoesnotcontain'] = 'Does not contain';
|
|
|
|
$string['filterendswith'] = 'Ends with';
|
|
|
|
$string['filterequalorgreaterthan'] = 'Greater than or equal';
|
|
|
|
$string['filterequalorlessthan'] = 'Less than or equal';
|
|
|
|
$string['filterfieldoperator'] = '{$a} operator';
|
|
|
|
$string['filterfieldvalue'] = '{$a} value';
|
|
|
|
$string['filtergreaterthan'] = 'Greater than';
|
|
|
|
$string['filterinvalid'] = 'Invalid filter';
|
|
|
|
$string['filterisanyvalue'] = 'Is any value';
|
|
|
|
$string['filterisempty'] = 'Is empty';
|
|
|
|
$string['filterisequalto'] = 'Is equal to';
|
|
|
|
$string['filterisnotempty'] = 'Is not empty';
|
|
|
|
$string['filterisnotequalto'] = 'Is not equal to';
|
|
|
|
$string['filterlessthan'] = 'Less than';
|
|
|
|
$string['filterrange'] = 'Range';
|
|
|
|
$string['filtersapplied'] = 'Filters applied';
|
|
|
|
$string['filtersreset'] = 'Filters reset';
|
|
|
|
$string['filterstartswith'] = 'Starts with';
|
2020-12-11 15:06:05 +00:00
|
|
|
$string['resetall'] = 'Reset all';
|
2021-03-16 11:12:10 +00:00
|
|
|
$string['selectcourses'] = 'Select courses';
|
2021-02-12 15:55:15 +01:00
|
|
|
$string['userfullnamewithlink'] = 'Full name with link';
|
|
|
|
$string['userfullnamewithpicture'] = 'Full name with picture';
|
|
|
|
$string['userfullnamewithpicturelink'] = 'Full name with picture and link';
|
|
|
|
$string['userpicture'] = 'User picture';
|