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
*/
2021-09-29 16:04:19 +02:00
$string [ 'access' ] = 'Access' ;
2020-12-11 15:06:05 +00:00
$string [ 'actions' ] = 'Actions' ;
2021-09-28 13:49:37 +02:00
$string [ 'addaudience' ] = 'Add audience \'{$a}\'' ;
$string [ 'addaudiences' ] = 'Add an audience to this report' ;
2021-07-22 13:32:55 +01:00
$string [ 'addcolumn' ] = 'Add column \'{$a}\'' ;
2021-09-28 18:42:13 +02:00
$string [ 'addusers' ] = 'Add users manually' ;
2021-08-10 17:44:31 +01:00
$string [ 'aggregatecolumn' ] = 'Aggregate column \'{$a}\'' ;
$string [ 'aggregationavg' ] = 'Average' ;
$string [ 'aggregationcount' ] = 'Count' ;
$string [ 'aggregationcountdistinct' ] = 'Count distinct' ;
$string [ 'aggregationgroupconcat' ] = 'Comma separated values' ;
$string [ 'aggregationgroupconcatdistinct' ] = 'Comma separated distinct values' ;
$string [ 'aggregationmax' ] = 'Maximum' ;
$string [ 'aggregationmin' ] = 'Minimum' ;
$string [ 'aggregationnone' ] = 'No aggregation' ;
$string [ 'aggregationpercent' ] = 'Percentage' ;
$string [ 'aggregationsum' ] = 'Sum' ;
2021-09-28 18:42:13 +02:00
$string [ 'allsiteusers' ] = 'All site users' ;
$string [ 'allusers' ] = 'All users' ;
2020-12-11 15:06:05 +00:00
$string [ 'apply' ] = 'Apply' ;
2021-09-28 13:49:37 +02:00
$string [ 'audience' ] = 'Audience' ;
$string [ 'audienceadded' ] = 'Added audience \'{$a}\'' ;
$string [ 'audiencedeleted' ] = 'Deleted audience \'{$a}\'' ;
$string [ 'audiencemultiselectpostfix' ] = '{$a->elements} plus {$a->morecount} more' ;
$string [ 'audiencenotsaved' ] = 'Audience not saved' ;
2021-11-04 12:09:30 +01:00
$string [ 'audiencesaved' ] = 'Audience saved' ;
2021-10-05 16:49:56 +02:00
$string [ 'cardview' ] = 'Card view' ;
$string [ 'cardview_help' ] = 'Card view allows you to define the layout of your report when viewed on narrow devices. Columns will collapse beyond the limit set here, with a toggle to expand the card to view all report data.' ;
$string [ 'cardviewfirstcolumntitle' ] = 'First column title' ;
$string [ 'cardviewsettingssaved' ] = 'Card view settings saved' ;
$string [ 'cardviewvisiblecolumns' ] = 'Columns visible' ;
2021-10-19 19:32:29 +02:00
$string [ 'close' ] = 'Close' ;
$string [ 'closeeditor' ] = 'Close \'{$a}\' editor' ;
2021-08-10 17:44:31 +01:00
$string [ 'columnadded' ] = 'Added column \'{$a}\'' ;
$string [ 'columnaggregated' ] = 'Aggregated column \'{$a}\'' ;
2021-08-25 12:57:55 +02:00
$string [ 'columndeleted' ] = 'Deleted column \'{$a}\'' ;
$string [ 'columnmoved' ] = 'Moved column \'{$a}\'' ;
2021-09-15 15:10:00 +00:00
$string [ 'columnsortdirectionasc' ] = 'Sort column \'{$a}\' ascending' ;
$string [ 'columnsortdirectiondesc' ] = 'Sort column \'{$a}\' descending' ;
$string [ 'columnsortdisable' ] = 'Disable sorting for column \'{$a}\'' ;
$string [ 'columnsortenable' ] = 'Enable sorting for column \'{$a}\'' ;
$string [ 'columnsortupdated' ] = 'Updated sorting for column \'{$a}\'' ;
2021-09-14 10:12:25 +00:00
$string [ 'conditionadded' ] = 'Added condition \'{$a}\'' ;
$string [ 'conditiondeleted' ] = 'Deleted condition \'{$a}\'' ;
$string [ 'conditionmoved' ] = 'Moved condition \'{$a}\'' ;
$string [ 'conditions' ] = 'Conditions' ;
$string [ 'conditions_help' ] = 'Report conditions allow you to limit which data is displayed when the report is viewed. Users viewing the report cannot override these condition values.' ;
$string [ 'conditionsapplied' ] = 'Conditions applied' ;
$string [ 'conditionsreset' ] = 'Conditions reset' ;
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' ;
2021-11-16 11:37:58 +00:00
$string [ 'courseselect' ] = 'Select course' ;
2021-02-12 15:55:15 +01:00
$string [ 'customfieldcolumn' ] = '{$a}' ;
2021-08-25 12:57:55 +02:00
$string [ 'customreports' ] = 'Custom reports' ;
2021-09-28 13:49:37 +02:00
$string [ 'deleteaudience' ] = 'Delete audience \'{$a}\'' ;
$string [ 'deleteaudienceconfirm' ] = 'Are you sure you want to delete the audience \'{$a}\'?' ;
2021-08-25 12:57:55 +02:00
$string [ 'deletecolumn' ] = 'Delete column \'{$a}\'' ;
$string [ 'deletecolumnconfirm' ] = 'Are you sure you want to delete the column \'{$a}\'?' ;
2021-09-14 10:12:25 +00:00
$string [ 'deletecondition' ] = 'Delete condition \'{$a}\'' ;
$string [ 'deleteconditionconfirm' ] = 'Are you sure you want to delete the condition \'{$a}\'?' ;
2021-08-25 12:57:55 +02:00
$string [ 'deletefilter' ] = 'Delete filter \'{$a}\'' ;
$string [ 'deletefilterconfirm' ] = 'Are you sure you want to delete the filter \'{$a}\'?' ;
2021-07-06 16:10:30 +00:00
$string [ 'deletereport' ] = 'Delete report' ;
$string [ 'deletereportconfirm' ] = 'Are you sure you want to delete the report \'{$a}\' and all associated data?' ;
2021-09-28 13:49:37 +02:00
$string [ 'editaudience' ] = 'Edit audience \'{$a}\'' ;
2021-07-22 13:32:55 +01:00
$string [ 'editdetails' ] = 'Edit details' ;
2021-09-27 15:06:31 +02:00
$string [ 'editor' ] = 'Editor' ;
2021-07-22 13:32:55 +01:00
$string [ 'editreportcontent' ] = 'Edit report content' ;
2021-07-06 16:10:30 +00:00
$string [ 'editreportdetails' ] = 'Edit report details' ;
$string [ 'editreportname' ] = 'Edit report name' ;
2021-02-12 15:55:15 +01:00
$string [ 'entitycourse' ] = 'Course' ;
$string [ 'entityuser' ] = 'User' ;
2021-10-25 20:43:01 +02:00
$string [ 'errorreportcreate' ] = 'You cannot create a new report' ;
$string [ 'errorreportedit' ] = 'You cannot edit this report' ;
$string [ 'errorreportview' ] = 'You cannot view this report' ;
2020-12-11 15:06:05 +00:00
$string [ 'errorsourceinvalid' ] = 'Could not find valid report source' ;
$string [ 'errorsourceunavailable' ] = 'Report source is not available' ;
2021-08-13 16:41:53 +00:00
$string [ 'filteradded' ] = 'Added filter \'{$a}\'' ;
2021-03-16 11:12:10 +00:00
$string [ 'filtercontains' ] = 'Contains' ;
2021-09-28 08:35:04 +01:00
$string [ 'filterdatecurrent' ] = 'Current' ;
2021-10-10 20:37:44 +01:00
$string [ 'filterdatedays' ] = 'day(s)' ;
2021-03-16 11:12:10 +00:00
$string [ 'filterdatefrom' ] = 'Date from' ;
2021-10-10 20:37:44 +01:00
$string [ 'filterdatehours' ] = 'hour(s)' ;
$string [ 'filterdateminutes' ] = 'minute(s)' ;
$string [ 'filterdatemonths' ] = 'month(s)' ;
2021-09-28 08:35:04 +01:00
$string [ 'filterdatenext' ] = 'Next' ;
$string [ 'filterdateprevious' ] = 'Previous' ;
2021-10-10 20:37:44 +01:00
$string [ 'filterdateseconds' ] = 'second(s)' ;
2021-03-16 11:12:10 +00:00
$string [ 'filterdateto' ] = 'Date to' ;
2021-10-10 20:37:44 +01:00
$string [ 'filterdateweeks' ] = 'week(s)' ;
$string [ 'filterdateyears' ] = 'year(s)' ;
2021-08-13 16:41:53 +00:00
$string [ 'filterdeleted' ] = 'Deleted filter \'{$a}\'' ;
2021-03-16 11:12:10 +00:00
$string [ 'filterdoesnotcontain' ] = 'Does not contain' ;
2021-09-01 08:38:14 +01:00
$string [ 'filterdurationunit' ] = '{$a} unit' ;
2021-03-16 11:12:10 +00:00
$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' ;
2021-08-13 16:41:53 +00:00
$string [ 'filtermoved' ] = 'Moved filter \'{$a}\'' ;
2021-03-16 11:12:10 +00:00
$string [ 'filterrange' ] = 'Range' ;
$string [ 'filtersapplied' ] = 'Filters applied' ;
2021-09-27 16:14:26 +01:00
$string [ 'filtersappliedx' ] = 'Filters ({$a})' ;
2021-08-13 16:41:53 +00:00
$string [ 'filters' ] = 'Filters' ;
$string [ 'filters_help' ] = 'Report filters allow users viewing the report to further limit the data being displayed, by selecting their own values for each filter. Filter values are stored on a per-user basis.' ;
2021-03-16 11:12:10 +00:00
$string [ 'filtersreset' ] = 'Filters reset' ;
$string [ 'filterstartswith' ] = 'Starts with' ;
2021-09-28 18:42:13 +02:00
$string [ 'hassystemrole' ] = 'Assigned system role' ;
2021-07-06 16:10:30 +00:00
$string [ 'includedefaultsetup' ] = 'Include default setup' ;
$string [ 'includedefaultsetup_help' ] = 'Populate report with default layout as defined by the selected source. These include pre-defined columns, filters and conditions.' ;
2021-09-28 18:42:13 +02:00
$string [ 'manuallyaddedusers' ] = 'Manually added users' ;
2021-07-22 13:32:55 +01:00
$string [ 'movecolumn' ] = 'Move column \'{$a}\'' ;
2021-09-14 10:12:25 +00:00
$string [ 'movecondition' ] = 'Move condition \'{$a}\'' ;
2021-08-13 16:41:53 +00:00
$string [ 'movefilter' ] = 'Move filter \'{$a}\'' ;
2021-09-15 15:10:00 +00:00
$string [ 'movesorting' ] = 'Move sorting for column \'{$a}\'' ;
2021-07-06 16:10:30 +00:00
$string [ 'newreport' ] = 'New report' ;
2021-09-14 10:12:25 +00:00
$string [ 'noconditions' ] = 'There are no conditions selected' ;
2021-08-13 16:41:53 +00:00
$string [ 'nofilters' ] = 'There are no filters selected' ;
2021-09-15 15:10:00 +00:00
$string [ 'nosortablecolumns' ] = 'There are no sortable columns' ;
2021-09-28 13:49:37 +02:00
$string [ 'or' ] = 'or' ;
2021-09-27 12:27:09 +02:00
$string [ 'privacy:metadata:audience' ] = 'Report audience definitions' ;
$string [ 'privacy:metadata:audience:classname' ] = 'Class used by the audience' ;
$string [ 'privacy:metadata:audience:usercreated' ] = 'The ID of the user who created the audience' ;
$string [ 'privacy:metadata:audience:usermodified' ] = 'The ID of the user who last modified the audience' ;
2021-07-05 11:51:20 +01:00
$string [ 'privacy:metadata:column' ] = 'Report column definitions' ;
$string [ 'privacy:metadata:column:uniqueidentifier' ] = 'Unique identifier of the column' ;
$string [ 'privacy:metadata:column:usercreated' ] = 'The ID of the user who created the column' ;
$string [ 'privacy:metadata:column:usermodified' ] = 'The ID of the user who last modified the column' ;
$string [ 'privacy:metadata:filter' ] = 'Report filter definitions' ;
$string [ 'privacy:metadata:filter:uniqueidentifier' ] = 'Unique identifier of the filter' ;
$string [ 'privacy:metadata:filter:usercreated' ] = 'The ID of the user who created the filter' ;
$string [ 'privacy:metadata:filter:usermodified' ] = 'The ID of the user who last modified the filter' ;
2021-04-16 09:42:38 +02:00
$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' ;
2021-11-04 09:21:30 +00:00
$string [ 'privacy:metadata:schedule' ] = 'Report schedule definitions' ;
$string [ 'privacy:metadata:schedule:name' ] = 'The name of the schedule' ;
$string [ 'privacy:metadata:schedule:usercreated' ] = 'The ID of the user who created the schedule' ;
$string [ 'privacy:metadata:schedule:usermodified' ] = 'The ID of the user who last modified the schedule' ;
$string [ 'privacy:metadata:schedule:userviewas' ] = 'The ID of the user who the schedule will be viewed as' ;
2021-07-22 13:32:55 +01:00
$string [ 'renamecolumn' ] = 'Rename column \'{$a}\'' ;
2021-08-13 16:41:53 +00:00
$string [ 'renamefilter' ] = 'Rename filter \'{$a}\'' ;
2021-07-06 16:10:30 +00:00
$string [ 'reportbuilder' ] = 'Report builder' ;
$string [ 'reportcreated' ] = 'Report created' ;
$string [ 'reportdeleted' ] = 'Report deleted' ;
$string [ 'reportsource' ] = 'Report source' ;
2021-10-25 20:43:01 +02:00
$string [ 'reportsource_help' ] = 'The report source defines where the data for the report will come from.' ;
2021-07-06 16:10:30 +00:00
$string [ 'reportupdated' ] = 'Report updated' ;
2020-12-11 15:06:05 +00:00
$string [ 'resetall' ] = 'Reset all' ;
2021-11-16 14:26:47 +00:00
$string [ 'resetconditions' ] = 'Reset conditions' ;
$string [ 'resetconditionsconfirm' ] = 'Are you sure you want to reset all conditions for this report?' ;
2021-09-14 10:12:25 +00:00
$string [ 'selectacondition' ] = 'Select a condition' ;
2021-08-13 16:41:53 +00:00
$string [ 'selectafilter' ] = 'Select a filter' ;
2021-07-06 16:10:30 +00:00
$string [ 'selectareportsource' ] = 'Select a report source' ;
2021-07-22 13:32:55 +01:00
$string [ 'showhide' ] = 'Show/hide \'{$a}\'' ;
2021-09-15 15:10:00 +00:00
$string [ 'sorting' ] = 'Sorting' ;
2021-10-25 20:43:01 +02:00
$string [ 'sorting_help' ] = 'Sorting defines the initial sort order of columns in the report. The order can be reversed by toggling the Up/down icon. Users can then define their own sort order by clicking on a column name.' ;
2021-07-22 13:32:55 +01:00
$string [ 'switchedit' ] = 'Switch to edit mode' ;
$string [ 'switchpreview' ] = 'Switch to preview mode' ;
2021-07-06 16:10:30 +00:00
$string [ 'timeadded' ] = 'Time added' ;
$string [ 'timecreated' ] = 'Time created' ;
$string [ 'timemodified' ] = 'Time modified' ;
2021-12-06 21:19:46 +01:00
$string [ 'uniquerows' ] = 'Remove any duplicate rows' ;
$string [ 'uniquerows_help' ] = 'If the report source contains duplicate rows, should these be removed from this report? This setting has no effect if report columns are aggregated.' ;
2021-11-12 10:50:26 +00:00
$string [ 'userany' ] = 'Any user' ;
$string [ 'usercurrent' ] = 'Current user' ;
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' ;
2021-08-25 12:57:55 +02:00
$string [ 'usermodified' ] = 'Modified by' ;
2021-02-12 15:55:15 +01:00
$string [ 'userpicture' ] = 'User picture' ;
2021-11-12 10:50:26 +00:00
$string [ 'userselect' ] = 'Select user' ;
2021-11-01 12:09:48 +00:00
$string [ 'viewreport' ] = 'View report' ;