Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 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 'reportbuilder', language 'en'
19
 *
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
23
 */
24
 
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['customreport'] = 'Custom report';
85
$string['customreports'] = 'Custom reports';
86
$string['customreportslimit'] = 'Custom reports limit';
87
$string['customreportslimit_desc'] = 'The number of custom reports may be limited for performance reasons. If set to zero, then there is no limit.';
88
$string['customreportsliveediting'] = 'Custom reports live editing';
89
$string['customreportsliveediting_desc'] = 'If enabled, users can view report data while editing the report. This may be disabled for performance reasons.';
90
$string['customreportsliveeditingdisabled'] = 'Viewing of report data while editing is disabled by the site administrator. Switch to preview mode to view the report.';
91
$string['customreportssettings'] = 'Custom report settings';
92
$string['deleteaudience'] = 'Delete audience \'{$a}\'';
93
$string['deleteaudienceconfirm'] = 'Are you sure you want to delete the audience \'{$a}\'?';
94
$string['deletecolumn'] = 'Delete column \'{$a}\'';
95
$string['deletecolumnconfirm'] = 'Are you sure you want to delete the column \'{$a}\'?';
96
$string['deletecondition'] = 'Delete condition \'{$a}\'';
97
$string['deleteconditionconfirm'] = 'Are you sure you want to delete the condition \'{$a}\'?';
98
$string['deletefilter'] = 'Delete filter \'{$a}\'';
99
$string['deletefilterconfirm'] = 'Are you sure you want to delete the filter \'{$a}\'?';
100
$string['deletereport'] = 'Delete report';
101
$string['deletereportconfirm'] = 'Are you sure you want to delete the report \'{$a}\' and all associated data?';
102
$string['deleteschedule'] = 'Delete schedule';
103
$string['deletescheduleconfirm'] = 'Are you sure you want to delete the schedule \'{$a}\'?';
104
$string['disableschedule'] = 'Disable schedule';
105
$string['editaudience'] = 'Edit audience \'{$a}\'';
106
$string['editdetails'] = 'Edit details';
107
$string['editor'] = 'Editor';
108
$string['editreportcontent'] = 'Edit report content';
109
$string['editreportdetails'] = 'Edit report details';
110
$string['editreportname'] = 'Edit report name';
111
$string['editscheduledetails'] = 'Edit schedule details';
112
$string['editschedulename'] = 'Edit schedule name';
113
$string['enablecustomreports'] = 'Enable custom reports';
114
$string['enablecustomreports_desc'] = 'If enabled, users can create and view Report builder custom reports.';
115
$string['enableschedule'] = 'Enable schedule';
116
$string['entitycourse'] = 'Course';
117
$string['entityuser'] = 'User';
118
$string['errorreportcreate'] = 'You cannot create a new report';
119
$string['errorreportedit'] = 'You cannot edit this report';
120
$string['errorreportview'] = 'You cannot view this report';
121
$string['errorsourceinvalid'] = 'Could not find valid report source';
122
$string['errorsourceunavailable'] = 'Report source is not available';
123
$string['filteradded'] = 'Added filter \'{$a}\'';
124
$string['filtercontains'] = 'Contains';
125
$string['filterdateafter'] = 'After';
126
$string['filterdatebefore'] = 'Before';
127
$string['filterdatecurrent'] = 'Current';
128
$string['filterdatedays'] = 'day(s)';
129
$string['filterdatefrom'] = 'Date from';
130
$string['filterdatefuture'] = 'In the future';
131
$string['filterdatehours'] = 'hour(s)';
132
$string['filterdatelast'] = 'Last';
133
$string['filterdateminutes'] = 'minute(s)';
134
$string['filterdatemonths'] = 'month(s)';
135
$string['filterdatenext'] = 'Next';
136
$string['filterdatepast'] = 'In the past';
137
$string['filterdateseconds'] = 'second(s)';
138
$string['filterdateto'] = 'Date to';
139
$string['filterdateweeks'] = 'week(s)';
140
$string['filterdateyears'] = 'year(s)';
141
$string['filterdeleted'] = 'Deleted filter \'{$a}\'';
142
$string['filterdoesnotcontain'] = 'Does not contain';
143
$string['filterendswith'] = 'Ends with';
144
$string['filterequalorgreaterthan'] = 'Greater than or equal';
145
$string['filterequalorlessthan'] = 'Less than or equal';
146
$string['filterfieldoperator'] = '{$a} operator';
147
$string['filterfieldto'] = '{$a} to';
148
$string['filterfieldunit'] = '{$a} unit';
149
$string['filterfieldvalue'] = '{$a} value';
150
$string['filtergreaterthan'] = 'Greater than';
151
$string['filterinvalid'] = 'Invalid filter';
152
$string['filterisanyvalue'] = 'Is any value';
153
$string['filterisempty'] = 'Is empty';
154
$string['filterisequalto'] = 'Is equal to';
155
$string['filterisnotempty'] = 'Is not empty';
156
$string['filterisnotequalto'] = 'Is not equal to';
157
$string['filterlessthan'] = 'Less than';
158
$string['filtermoved'] = 'Moved filter \'{$a}\'';
159
$string['filterrange'] = 'Range';
160
$string['filtersapplied'] = 'Filters applied';
161
$string['filtersappliedx'] = 'Filters ({$a})';
162
$string['filters'] = 'Filters';
163
$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.';
164
$string['filtersreset'] = 'Filters reset';
165
$string['filterstartswith'] = 'Starts with';
166
$string['hassystemrole'] = 'Assigned system role';
167
$string['includedefaultsetup'] = 'Include default setup';
168
$string['includedefaultsetup_help'] = 'Populate report with default layout as defined by the selected source. These include pre-defined columns, filters and conditions.';
169
$string['manuallyaddedusers'] = 'Manually added users';
170
$string['messagebody'] = 'Body';
171
$string['messagecontent'] = 'Message content';
172
$string['messagesubject'] = 'Subject';
173
$string['movecolumn'] = 'Move column \'{$a}\'';
174
$string['movecondition'] = 'Move condition \'{$a}\'';
175
$string['movefilter'] = 'Move filter \'{$a}\'';
176
$string['movesorting'] = 'Move sorting for column \'{$a}\'';
177
$string['newreport'] = 'New report';
178
$string['newschedule'] = 'New schedule';
179
$string['noaudiences'] = 'There are no audiences for this report';
180
$string['noconditions'] = 'There are no conditions selected';
181
$string['nofilters'] = 'There are no filters selected';
182
$string['nosortablecolumns'] = 'There are no sortable columns';
183
$string['or'] = 'or';
184
$string['privacy:metadata:audience'] = 'Report audience definitions';
185
$string['privacy:metadata:audience:classname'] = 'The class used by the audience';
186
$string['privacy:metadata:audience:configdata'] = 'Configuration data used by the audience';
187
$string['privacy:metadata:audience:heading'] = 'The custom heading used by the audience';
188
$string['privacy:metadata:audience:timecreated'] = 'The time when the audience was created';
189
$string['privacy:metadata:audience:timemodified'] = 'The time when the audience was last modified';
190
$string['privacy:metadata:audience:usercreated'] = 'The ID of the user who created the audience';
191
$string['privacy:metadata:audience:usermodified'] = 'The ID of the user who last modified the audience';
192
$string['privacy:metadata:column'] = 'Report column definitions';
193
$string['privacy:metadata:column:uniqueidentifier'] = 'Unique identifier of the column';
194
$string['privacy:metadata:column:usercreated'] = 'The ID of the user who created the column';
195
$string['privacy:metadata:column:usermodified'] = 'The ID of the user who last modified the column';
196
$string['privacy:metadata:filter'] = 'Report filter definitions';
197
$string['privacy:metadata:filter:uniqueidentifier'] = 'Unique identifier of the filter';
198
$string['privacy:metadata:filter:usercreated'] = 'The ID of the user who created the filter';
199
$string['privacy:metadata:filter:usermodified'] = 'The ID of the user who last modified the filter';
200
$string['privacy:metadata:preference:reportfilter'] = 'Stored report filter values';
201
$string['privacy:metadata:report'] = 'Report definitions';
202
$string['privacy:metadata:report:conditiondata'] = 'Configuration data for the report conditions';
203
$string['privacy:metadata:report:name'] = 'The name of the report';
204
$string['privacy:metadata:report:settingsdata'] = 'General configuration for the report';
205
$string['privacy:metadata:report:source'] = 'The source of the report';
206
$string['privacy:metadata:report:timecreated'] = 'The time when the report was created';
207
$string['privacy:metadata:report:timemodified'] = 'The time when the report was last modified';
208
$string['privacy:metadata:report:uniquerows'] = 'Whether duplicate rows are removed';
209
$string['privacy:metadata:report:usercreated'] = 'The ID of the user who created the report';
210
$string['privacy:metadata:report:usermodified'] = 'The ID of the user who last modified the report';
211
$string['privacy:metadata:schedule'] = 'Report schedule definitions';
212
$string['privacy:metadata:schedule:audiences'] = 'The audiences this schedule is for';
213
$string['privacy:metadata:schedule:enabled'] = 'The status of the schedule';
214
$string['privacy:metadata:schedule:format'] = 'The format of the scheduled report';
215
$string['privacy:metadata:schedule:message'] = 'The message of the schedule';
216
$string['privacy:metadata:schedule:name'] = 'The name of the schedule';
217
$string['privacy:metadata:schedule:recurrence'] = 'The recurrence of the schedule';
218
$string['privacy:metadata:schedule:reportempty'] = 'Action to take if scheduled report is empty';
219
$string['privacy:metadata:schedule:subject'] = 'The subject of the schedule';
220
$string['privacy:metadata:schedule:timecreated'] = 'The time when the schedule was created';
221
$string['privacy:metadata:schedule:timemodified'] = 'The time when the schedule was last modified';
222
$string['privacy:metadata:schedule:timescheduled'] = 'The time the schedule will begin';
223
$string['privacy:metadata:schedule:usercreated'] = 'The ID of the user who created the schedule';
224
$string['privacy:metadata:schedule:usermodified'] = 'The ID of the user who last modified the schedule';
225
$string['privacy:metadata:schedule:userviewas'] = 'The ID of the user who the schedule will be viewed as';
226
$string['recurrence'] = 'Recurrence';
227
$string['recurrenceannually'] = 'Annually';
228
$string['recurrencedaily'] = 'Daily';
229
$string['recurrencemonthly'] = 'Monthly';
230
$string['recurrenceweekdays'] = 'Daily (weekdays only)';
231
$string['recurrenceweekly'] = 'Weekly';
232
$string['renameaudience'] = 'Rename audience \'{$a}\'';
233
$string['renamecolumn'] = 'Rename column \'{$a}\'';
234
$string['renamefilter'] = 'Rename filter \'{$a}\'';
235
$string['reportbuilder'] = 'Report builder';
236
$string['reportcreated'] = 'Report created';
237
$string['reportdeleted'] = 'Report deleted';
238
$string['reports'] = 'Reports';
239
$string['reportsource'] = 'Report source';
240
$string['reportsource_help'] = 'The report source defines where the data for the report will come from.';
241
$string['reportupdated'] = 'Report updated';
242
$string['reportviewed'] = 'Report viewed';
243
$string['resetall'] = 'Reset all';
244
$string['resetconditions'] = 'Reset conditions';
245
$string['resetconditionsconfirm'] = 'Are you sure you want to reset all conditions for this report?';
246
$string['schedulecreated'] = 'Schedule created';
247
$string['scheduledeleted'] = 'Schedule deleted';
248
$string['scheduleempty'] = 'If the report is empty';
249
$string['scheduleemptydontsend'] = 'Don\'t send message';
250
$string['scheduleemptysendwithattachment'] = 'Send message with empty report';
251
$string['scheduleemptysendwithoutattachment'] = 'Send message without report';
252
$string['schedules'] = 'Schedules';
253
$string['schedulesent'] = 'Schedule sent';
254
$string['scheduleupdated'] = 'Schedule updated';
255
$string['scheduleviewas'] = 'View report data as';
256
$string['scheduleviewascreator'] = 'Schedule creator';
257
$string['scheduleviewasrecipient'] = 'Schedule recipient';
258
$string['selectacondition'] = 'Select a condition';
259
$string['selectafilter'] = 'Select a filter';
260
$string['selectareportsource'] = 'Select a report source';
261
$string['sendschedule'] = 'Send schedule';
262
$string['sendscheduleconfirm'] = 'Are you sure you want to queue the schedule \'{$a}\' for sending immediately?';
263
$string['showhide'] = 'Show/hide \'{$a}\'';
264
$string['showhidecard'] = 'Show/hide card';
265
$string['sorting'] = 'Sorting';
266
$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.';
267
$string['switchedit'] = 'Switch to edit mode';
268
$string['switchpreview'] = 'Switch to preview mode';
269
$string['tagarea_reportbuilder_report'] = 'Custom reports';
270
$string['tasksendschedule'] = 'Send report schedule';
271
$string['tasksendschedules'] = 'Send report schedules';
272
$string['timeadded'] = 'Time added';
273
$string['timecreated'] = 'Time created';
274
$string['timelastsent'] = 'Time last sent';
275
$string['timemodified'] = 'Time modified';
276
$string['uniquerows'] = 'Remove any duplicate rows';
277
$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.';
278
$string['userany'] = 'Any user';
279
$string['usercurrent'] = 'Current user';
280
$string['userfullnamewithlink'] = 'Full name with link';
281
$string['userfullnamewithpicture'] = 'Full name with picture';
282
$string['userfullnamewithpicturelink'] = 'Full name with picture and link';
283
$string['usermodified'] = 'Modified by';
284
$string['userpicture'] = 'User picture';
285
$string['userselect'] = 'Select user';
286
$string['viewreport'] = 'View report';
287
 
288
// Deprecated since Moodle 4.4.
289
$string['filterdurationunit'] = '{$a} unit';