. /** * Strings for component 'reportbuilder', language 'en' * * @package core_reportbuilder * @copyright 2020 Sara Arjona * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['actions'] = 'Actions'; $string['apply'] = 'Apply'; $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'; $string['errorreportaccess'] = 'You can not view this report'; $string['errorsourceinvalid'] = 'Could not find valid report source'; $string['errorsourceunavailable'] = 'Report source is not available'; $string['filtercontains'] = 'Contains'; $string['filterdatecurrent'] = 'Current'; $string['filterdatedays'] = 'Day(s)'; $string['filterdatefrom'] = 'Date from'; $string['filterdatemonths'] = 'Month(s)'; $string['filterdatenext'] = 'Next'; $string['filterdateprevious'] = 'Previous'; $string['filterdateto'] = 'Date to'; $string['filterdateweeks'] = 'Week(s)'; $string['filterdateyears'] = 'Year(s)'; $string['filterdoesnotcontain'] = 'Does not contain'; $string['filterdurationunit'] = '{$a} unit'; $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['filtersappliedx'] = 'Filters ({$a})'; $string['filtersreset'] = 'Filters reset'; $string['filterstartswith'] = 'Starts with'; $string['privacy:metadata:preference:reportfilter'] = 'Stored report filter values'; $string['privacy:metadata:report'] = 'Report definitions'; $string['privacy:metadata:report:name'] = 'The name of the report'; $string['privacy:metadata:report:usercreated'] = 'The ID of the user who created the report'; $string['privacy:metadata:report:usermodified'] = 'The ID of the user who last modified the report'; $string['resetall'] = 'Reset all'; $string['selectcourses'] = 'Select courses'; $string['userfullnamewithlink'] = 'Full name with link'; $string['userfullnamewithpicture'] = 'Full name with picture'; $string['userfullnamewithpicturelink'] = 'Full name with picture and link'; $string['userpicture'] = 'User picture';