Merge branch 'MDL-80255-main' of https://github.com/aanabit/moodle
[moodle.git] / lang / en / reportbuilder.php
blobe4cb38c1f0fd9f49741363b4da8aa7c7f004d58d
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.
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/>.
17 /**
18 * Strings for component 'reportbuilder', language 'en'
20 * @package core_reportbuilder
21 * @copyright 2020 Sara Arjona <sara@moodle.com>
22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25 $string['access'] = 'Access';
26 $string['actions'] = 'Actions';
27 $string['addaudience'] = 'Add audience \'{$a}\'';
28 $string['addcolumn'] = 'Add column \'{$a}\'';
29 $string['addusers'] = 'Add users manually';
30 $string['aggregatecolumn'] = 'Aggregate column \'{$a}\'';
31 $string['aggregationavg'] = 'Average';
32 $string['aggregationcount'] = 'Count';
33 $string['aggregationcountdistinct'] = 'Count distinct';
34 $string['aggregationgroupconcat'] = 'Comma separated values';
35 $string['aggregationgroupconcatdistinct'] = 'Comma separated distinct values';
36 $string['aggregationmax'] = 'Maximum';
37 $string['aggregationmin'] = 'Minimum';
38 $string['aggregationnone'] = 'No aggregation';
39 $string['aggregationpercent'] = 'Percentage';
40 $string['aggregationsum'] = 'Sum';
41 $string['allsiteusers'] = 'All site users';
42 $string['allusers'] = 'All users';
43 $string['apply'] = 'Apply';
44 $string['audience'] = 'Audience';
45 $string['audienceadded'] = 'Added audience \'{$a}\'';
46 $string['audiencecreated'] = 'Audience created';
47 $string['audiencedeleted'] = 'Deleted audience \'{$a}\'';
48 $string['audiencedeletedevent'] = 'Audience deleted';
49 $string['audiencelabel'] = '{$a->name}: {$a->description}';
50 $string['audiencemultiselectpostfix'] = '{$a->elements} plus {$a->morecount} more';
51 $string['audiencenotsaved'] = 'Audience not saved';
52 $string['audiencesaved'] = 'Audience saved';
53 $string['audienceupdated'] = 'Audience updated';
54 $string['audienceusedbyschedule'] = 'This audience is used in a schedule for this report';
55 $string['cardview'] = 'Card view';
56 $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.';
57 $string['cardviewfirstcolumntitle'] = 'First column title';
58 $string['cardviewsettingssaved'] = 'Card view settings saved';
59 $string['cardviewvisiblecolumns'] = 'Columns visible';
60 $string['categoryselect'] = 'Select category';
61 $string['close'] = 'Close';
62 $string['closeeditor'] = 'Close \'{$a}\' editor';
63 $string['columnadded'] = 'Added column \'{$a}\'';
64 $string['columnaggregated'] = 'Aggregated column \'{$a}\'';
65 $string['columndeleted'] = 'Deleted column \'{$a}\'';
66 $string['columnmoved'] = 'Moved column \'{$a}\'';
67 $string['columnsortdirectionasc'] = 'Sort column \'{$a}\' ascending';
68 $string['columnsortdirectiondesc'] = 'Sort column \'{$a}\' descending';
69 $string['columnsortdisable'] = 'Disable initial sorting for column {$a}';
70 $string['columnsortenable'] = 'Enable initial sorting for column {$a}';
71 $string['columnsortupdated'] = 'Updated sorting for column \'{$a}\'';
72 $string['conditionadded'] = 'Added condition \'{$a}\'';
73 $string['conditiondeleted'] = 'Deleted condition \'{$a}\'';
74 $string['conditionmoved'] = 'Moved condition \'{$a}\'';
75 $string['conditions'] = 'Conditions';
76 $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.';
77 $string['conditionsapplied'] = 'Conditions applied';
78 $string['conditionsreset'] = 'Conditions reset';
79 $string['coursefullnamewithlink'] = 'Course full name with link';
80 $string['courseidnumberewithlink'] = 'Course ID number with link';
81 $string['courseshortnamewithlink'] = 'Course short name with link';
82 $string['courseselect'] = 'Select course';
83 $string['customfieldcolumn'] = '{$a}';
84 $string['customreports'] = 'Custom reports';
85 $string['customreportslimit'] = 'Custom reports limit';
86 $string['customreportslimit_desc'] = 'The number of custom reports may be limited for performance reasons. If set to zero, then there is no limit.';
87 $string['customreportsliveediting'] = 'Custom reports live editing';
88 $string['customreportsliveediting_desc'] = 'If enabled, users can view report data while editing the report. This may be disabled for performance reasons.';
89 $string['customreportsliveeditingdisabled'] = 'Viewing of report data while editing is disabled by the site administrator. Switch to preview mode to view the report.';
90 $string['customreportssettings'] = 'Custom report settings';
91 $string['deleteaudience'] = 'Delete audience \'{$a}\'';
92 $string['deleteaudienceconfirm'] = 'Are you sure you want to delete the audience \'{$a}\'?';
93 $string['deletecolumn'] = 'Delete column \'{$a}\'';
94 $string['deletecolumnconfirm'] = 'Are you sure you want to delete the column \'{$a}\'?';
95 $string['deletecondition'] = 'Delete condition \'{$a}\'';
96 $string['deleteconditionconfirm'] = 'Are you sure you want to delete the condition \'{$a}\'?';
97 $string['deletefilter'] = 'Delete filter \'{$a}\'';
98 $string['deletefilterconfirm'] = 'Are you sure you want to delete the filter \'{$a}\'?';
99 $string['deletereport'] = 'Delete report';
100 $string['deletereportconfirm'] = 'Are you sure you want to delete the report \'{$a}\' and all associated data?';
101 $string['deleteschedule'] = 'Delete schedule';
102 $string['deletescheduleconfirm'] = 'Are you sure you want to delete the schedule \'{$a}\'?';
103 $string['disableschedule'] = 'Disable schedule';
104 $string['editaudience'] = 'Edit audience \'{$a}\'';
105 $string['editdetails'] = 'Edit details';
106 $string['editor'] = 'Editor';
107 $string['editreportcontent'] = 'Edit report content';
108 $string['editreportdetails'] = 'Edit report details';
109 $string['editreportname'] = 'Edit report name';
110 $string['editscheduledetails'] = 'Edit schedule details';
111 $string['editschedulename'] = 'Edit schedule name';
112 $string['enablecustomreports'] = 'Enable custom reports';
113 $string['enablecustomreports_desc'] = 'If enabled, users can create and view Report builder custom reports.';
114 $string['enableschedule'] = 'Enable schedule';
115 $string['entitycourse'] = 'Course';
116 $string['entityuser'] = 'User';
117 $string['errorreportcreate'] = 'You cannot create a new report';
118 $string['errorreportedit'] = 'You cannot edit this report';
119 $string['errorreportview'] = 'You cannot view this report';
120 $string['errorsourceinvalid'] = 'Could not find valid report source';
121 $string['errorsourceunavailable'] = 'Report source is not available';
122 $string['filteradded'] = 'Added filter \'{$a}\'';
123 $string['filtercontains'] = 'Contains';
124 $string['filterdatebefore'] = 'Before';
125 $string['filterdatecurrent'] = 'Current';
126 $string['filterdatedays'] = 'day(s)';
127 $string['filterdatefrom'] = 'Date from';
128 $string['filterdatefuture'] = 'In the future';
129 $string['filterdatehours'] = 'hour(s)';
130 $string['filterdatelast'] = 'Last';
131 $string['filterdateminutes'] = 'minute(s)';
132 $string['filterdatemonths'] = 'month(s)';
133 $string['filterdatenext'] = 'Next';
134 $string['filterdatepast'] = 'In the past';
135 $string['filterdateseconds'] = 'second(s)';
136 $string['filterdateto'] = 'Date to';
137 $string['filterdateweeks'] = 'week(s)';
138 $string['filterdateyears'] = 'year(s)';
139 $string['filterdeleted'] = 'Deleted filter \'{$a}\'';
140 $string['filterdoesnotcontain'] = 'Does not contain';
141 $string['filterendswith'] = 'Ends with';
142 $string['filterequalorgreaterthan'] = 'Greater than or equal';
143 $string['filterequalorlessthan'] = 'Less than or equal';
144 $string['filterfieldoperator'] = '{$a} operator';
145 $string['filterfieldunit'] = '{$a} unit';
146 $string['filterfieldvalue'] = '{$a} value';
147 $string['filtergreaterthan'] = 'Greater than';
148 $string['filterinvalid'] = 'Invalid filter';
149 $string['filterisanyvalue'] = 'Is any value';
150 $string['filterisempty'] = 'Is empty';
151 $string['filterisequalto'] = 'Is equal to';
152 $string['filterisnotempty'] = 'Is not empty';
153 $string['filterisnotequalto'] = 'Is not equal to';
154 $string['filterlessthan'] = 'Less than';
155 $string['filtermoved'] = 'Moved filter \'{$a}\'';
156 $string['filterrange'] = 'Range';
157 $string['filtersapplied'] = 'Filters applied';
158 $string['filtersappliedx'] = 'Filters ({$a})';
159 $string['filters'] = 'Filters';
160 $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.';
161 $string['filtersreset'] = 'Filters reset';
162 $string['filterstartswith'] = 'Starts with';
163 $string['hassystemrole'] = 'Assigned system role';
164 $string['includedefaultsetup'] = 'Include default setup';
165 $string['includedefaultsetup_help'] = 'Populate report with default layout as defined by the selected source. These include pre-defined columns, filters and conditions.';
166 $string['manuallyaddedusers'] = 'Manually added users';
167 $string['messagebody'] = 'Body';
168 $string['messagecontent'] = 'Message content';
169 $string['messagesubject'] = 'Subject';
170 $string['movecolumn'] = 'Move column \'{$a}\'';
171 $string['movecondition'] = 'Move condition \'{$a}\'';
172 $string['movefilter'] = 'Move filter \'{$a}\'';
173 $string['movesorting'] = 'Move sorting for column \'{$a}\'';
174 $string['newreport'] = 'New report';
175 $string['newschedule'] = 'New schedule';
176 $string['noaudiences'] = 'There are no audiences for this report';
177 $string['noconditions'] = 'There are no conditions selected';
178 $string['nofilters'] = 'There are no filters selected';
179 $string['nosortablecolumns'] = 'There are no sortable columns';
180 $string['or'] = 'or';
181 $string['privacy:metadata:audience'] = 'Report audience definitions';
182 $string['privacy:metadata:audience:classname'] = 'The class used by the audience';
183 $string['privacy:metadata:audience:configdata'] = 'Configuration data used by the audience';
184 $string['privacy:metadata:audience:heading'] = 'The custom heading used by the audience';
185 $string['privacy:metadata:audience:timecreated'] = 'The time when the audience was created';
186 $string['privacy:metadata:audience:timemodified'] = 'The time when the audience was last modified';
187 $string['privacy:metadata:audience:usercreated'] = 'The ID of the user who created the audience';
188 $string['privacy:metadata:audience:usermodified'] = 'The ID of the user who last modified the audience';
189 $string['privacy:metadata:column'] = 'Report column definitions';
190 $string['privacy:metadata:column:uniqueidentifier'] = 'Unique identifier of the column';
191 $string['privacy:metadata:column:usercreated'] = 'The ID of the user who created the column';
192 $string['privacy:metadata:column:usermodified'] = 'The ID of the user who last modified the column';
193 $string['privacy:metadata:filter'] = 'Report filter definitions';
194 $string['privacy:metadata:filter:uniqueidentifier'] = 'Unique identifier of the filter';
195 $string['privacy:metadata:filter:usercreated'] = 'The ID of the user who created the filter';
196 $string['privacy:metadata:filter:usermodified'] = 'The ID of the user who last modified the filter';
197 $string['privacy:metadata:preference:reportfilter'] = 'Stored report filter values';
198 $string['privacy:metadata:report'] = 'Report definitions';
199 $string['privacy:metadata:report:conditiondata'] = 'Configuration data for the report conditions';
200 $string['privacy:metadata:report:name'] = 'The name of the report';
201 $string['privacy:metadata:report:settingsdata'] = 'General configuration for the report';
202 $string['privacy:metadata:report:source'] = 'The source of the report';
203 $string['privacy:metadata:report:timecreated'] = 'The time when the report was created';
204 $string['privacy:metadata:report:timemodified'] = 'The time when the report was last modified';
205 $string['privacy:metadata:report:uniquerows'] = 'Whether duplicate rows are removed';
206 $string['privacy:metadata:report:usercreated'] = 'The ID of the user who created the report';
207 $string['privacy:metadata:report:usermodified'] = 'The ID of the user who last modified the report';
208 $string['privacy:metadata:schedule'] = 'Report schedule definitions';
209 $string['privacy:metadata:schedule:audiences'] = 'The audiences this schedule is for';
210 $string['privacy:metadata:schedule:enabled'] = 'The status of the schedule';
211 $string['privacy:metadata:schedule:format'] = 'The format of the scheduled report';
212 $string['privacy:metadata:schedule:message'] = 'The message of the schedule';
213 $string['privacy:metadata:schedule:name'] = 'The name of the schedule';
214 $string['privacy:metadata:schedule:recurrence'] = 'The recurrence of the schedule';
215 $string['privacy:metadata:schedule:reportempty'] = 'Action to take if scheduled report is empty';
216 $string['privacy:metadata:schedule:subject'] = 'The subject of the schedule';
217 $string['privacy:metadata:schedule:timecreated'] = 'The time when the schedule was created';
218 $string['privacy:metadata:schedule:timemodified'] = 'The time when the schedule was last modified';
219 $string['privacy:metadata:schedule:timescheduled'] = 'The time the schedule will begin';
220 $string['privacy:metadata:schedule:usercreated'] = 'The ID of the user who created the schedule';
221 $string['privacy:metadata:schedule:usermodified'] = 'The ID of the user who last modified the schedule';
222 $string['privacy:metadata:schedule:userviewas'] = 'The ID of the user who the schedule will be viewed as';
223 $string['recurrence'] = 'Recurrence';
224 $string['recurrenceannually'] = 'Annually';
225 $string['recurrencedaily'] = 'Daily';
226 $string['recurrencemonthly'] = 'Monthly';
227 $string['recurrenceweekdays'] = 'Daily (weekdays only)';
228 $string['recurrenceweekly'] = 'Weekly';
229 $string['renameaudience'] = 'Rename audience \'{$a}\'';
230 $string['renamecolumn'] = 'Rename column \'{$a}\'';
231 $string['renamefilter'] = 'Rename filter \'{$a}\'';
232 $string['reportbuilder'] = 'Report builder';
233 $string['reportcreated'] = 'Report created';
234 $string['reportdeleted'] = 'Report deleted';
235 $string['reports'] = 'Reports';
236 $string['reportsource'] = 'Report source';
237 $string['reportsource_help'] = 'The report source defines where the data for the report will come from.';
238 $string['reportupdated'] = 'Report updated';
239 $string['reportviewed'] = 'Report viewed';
240 $string['resetall'] = 'Reset all';
241 $string['resetconditions'] = 'Reset conditions';
242 $string['resetconditionsconfirm'] = 'Are you sure you want to reset all conditions for this report?';
243 $string['schedulecreated'] = 'Schedule created';
244 $string['scheduledeleted'] = 'Schedule deleted';
245 $string['scheduleempty'] = 'If the report is empty';
246 $string['scheduleemptydontsend'] = 'Don\'t send message';
247 $string['scheduleemptysendwithattachment'] = 'Send message with empty report';
248 $string['scheduleemptysendwithoutattachment'] = 'Send message without report';
249 $string['schedules'] = 'Schedules';
250 $string['schedulesent'] = 'Schedule sent';
251 $string['scheduleupdated'] = 'Schedule updated';
252 $string['scheduleviewas'] = 'View report data as';
253 $string['scheduleviewascreator'] = 'Schedule creator';
254 $string['scheduleviewasrecipient'] = 'Schedule recipient';
255 $string['selectacondition'] = 'Select a condition';
256 $string['selectafilter'] = 'Select a filter';
257 $string['selectareportsource'] = 'Select a report source';
258 $string['sendschedule'] = 'Send schedule';
259 $string['sendscheduleconfirm'] = 'Are you sure you want to queue the schedule \'{$a}\' for sending immediately?';
260 $string['showhide'] = 'Show/hide \'{$a}\'';
261 $string['showhidecard'] = 'Show/hide card';
262 $string['sorting'] = 'Sorting';
263 $string['sorting_help'] = 'You can set the initial sort order of columns in the report, which can then be changed by users by clicking on column names.';
264 $string['switchedit'] = 'Switch to edit mode';
265 $string['switchpreview'] = 'Switch to preview mode';
266 $string['tasksendschedule'] = 'Send report schedule';
267 $string['tasksendschedules'] = 'Send report schedules';
268 $string['timeadded'] = 'Time added';
269 $string['timecreated'] = 'Time created';
270 $string['timelastsent'] = 'Time last sent';
271 $string['timemodified'] = 'Time modified';
272 $string['uniquerows'] = 'Remove any duplicate rows';
273 $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.';
274 $string['userany'] = 'Any user';
275 $string['usercurrent'] = 'Current user';
276 $string['userfullnamewithlink'] = 'Full name with link';
277 $string['userfullnamewithpicture'] = 'Full name with picture';
278 $string['userfullnamewithpicturelink'] = 'Full name with picture and link';
279 $string['usermodified'] = 'Modified by';
280 $string['userpicture'] = 'User picture';
281 $string['userselect'] = 'Select user';
282 $string['viewreport'] = 'View report';
284 // Deprecated since Moodle 4.4.
285 $string['filterdurationunit'] = '{$a} unit';