| Línea 13... |
Línea 13... |
| 13 |
//
|
13 |
//
|
| 14 |
// You should have received a copy of the GNU General Public License
|
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/>.
|
15 |
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
| Línea 16... |
Línea 16... |
| 16 |
|
16 |
|
| 17 |
/**
|
17 |
/**
|
| 18 |
* Strings for component 'reportbuilder', language 'en'
|
18 |
* Strings for component 'core_reportbuilder', language 'en'
|
| 19 |
*
|
19 |
*
|
| 20 |
* @package core_reportbuilder
|
20 |
* @package core_reportbuilder
|
| 21 |
* @copyright 2020 Sara Arjona <sara@moodle.com>
|
21 |
* @copyright 2020 Sara Arjona <sara@moodle.com>
|
| 22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
| Línea 29... |
Línea 29... |
| 29 |
$string['addusers'] = 'Add users manually';
|
29 |
$string['addusers'] = 'Add users manually';
|
| 30 |
$string['aggregatecolumn'] = 'Aggregate column \'{$a}\'';
|
30 |
$string['aggregatecolumn'] = 'Aggregate column \'{$a}\'';
|
| 31 |
$string['aggregationavg'] = 'Average';
|
31 |
$string['aggregationavg'] = 'Average';
|
| 32 |
$string['aggregationcount'] = 'Count';
|
32 |
$string['aggregationcount'] = 'Count';
|
| 33 |
$string['aggregationcountdistinct'] = 'Count distinct';
|
33 |
$string['aggregationcountdistinct'] = 'Count distinct';
|
| - |
|
34 |
$string['aggregationdate'] = 'Date';
|
| 34 |
$string['aggregationgroupconcat'] = 'Comma separated values';
|
35 |
$string['aggregationgroupconcat'] = 'Comma separated values';
|
| 35 |
$string['aggregationgroupconcatdistinct'] = 'Comma separated distinct values';
|
36 |
$string['aggregationgroupconcatdistinct'] = 'Comma separated distinct values';
|
| 36 |
$string['aggregationmax'] = 'Maximum';
|
37 |
$string['aggregationmax'] = 'Maximum';
|
| 37 |
$string['aggregationmin'] = 'Minimum';
|
38 |
$string['aggregationmin'] = 'Minimum';
|
| 38 |
$string['aggregationnone'] = 'No aggregation';
|
39 |
$string['aggregationnone'] = 'No aggregation';
|
| Línea 62... |
Línea 63... |
| 62 |
$string['closeeditor'] = 'Close \'{$a}\' editor';
|
63 |
$string['closeeditor'] = 'Close \'{$a}\' editor';
|
| 63 |
$string['columnadded'] = 'Added column \'{$a}\'';
|
64 |
$string['columnadded'] = 'Added column \'{$a}\'';
|
| 64 |
$string['columnaggregated'] = 'Aggregated column \'{$a}\'';
|
65 |
$string['columnaggregated'] = 'Aggregated column \'{$a}\'';
|
| 65 |
$string['columndeleted'] = 'Deleted column \'{$a}\'';
|
66 |
$string['columndeleted'] = 'Deleted column \'{$a}\'';
|
| 66 |
$string['columnmoved'] = 'Moved column \'{$a}\'';
|
67 |
$string['columnmoved'] = 'Moved column \'{$a}\'';
|
| 67 |
$string['columnsortdirectionasc'] = 'Sort column \'{$a}\' ascending';
|
68 |
$string['columnsortdirectionasc'] = 'Change initial sorting for column \'{$a}\' to ascending';
|
| 68 |
$string['columnsortdirectiondesc'] = 'Sort column \'{$a}\' descending';
|
69 |
$string['columnsortdirectiondesc'] = 'Change initial sorting for column \'{$a}\' to descending';
|
| 69 |
$string['columnsortdisable'] = 'Disable initial sorting for column \'{$a}\'';
|
70 |
$string['columnsortdisable'] = 'Disable initial sorting for column \'{$a}\'';
|
| 70 |
$string['columnsortenable'] = 'Enable initial sorting for column \'{$a}\'';
|
71 |
$string['columnsortenable'] = 'Enable initial sorting for column \'{$a}\'';
|
| 71 |
$string['columnsortupdated'] = 'Updated sorting for column \'{$a}\'';
|
72 |
$string['columnsortupdated'] = 'Updated sorting for column \'{$a}\'';
|
| 72 |
$string['conditionadded'] = 'Added condition \'{$a}\'';
|
73 |
$string['conditionadded'] = 'Added condition \'{$a}\'';
|
| 73 |
$string['conditiondeleted'] = 'Deleted condition \'{$a}\'';
|
74 |
$string['conditiondeleted'] = 'Deleted condition \'{$a}\'';
|
| Línea 100... |
Línea 101... |
| 100 |
$string['deletereport'] = 'Delete report';
|
101 |
$string['deletereport'] = 'Delete report';
|
| 101 |
$string['deletereportconfirm'] = 'Are you sure you want to delete the report \'{$a}\' and all associated data?';
|
102 |
$string['deletereportconfirm'] = 'Are you sure you want to delete the report \'{$a}\' and all associated data?';
|
| 102 |
$string['deleteschedule'] = 'Delete schedule';
|
103 |
$string['deleteschedule'] = 'Delete schedule';
|
| 103 |
$string['deletescheduleconfirm'] = 'Are you sure you want to delete the schedule \'{$a}\'?';
|
104 |
$string['deletescheduleconfirm'] = 'Are you sure you want to delete the schedule \'{$a}\'?';
|
| 104 |
$string['disableschedule'] = 'Disable schedule';
|
105 |
$string['disableschedule'] = 'Disable schedule';
|
| - |
|
106 |
$string['duplicateaudiences'] = 'Duplicate audiences';
|
| - |
|
107 |
$string['duplicatereport'] = 'Duplicate report';
|
| - |
|
108 |
$string['duplicateschedules'] = 'Duplicate schedules';
|
| 105 |
$string['editaudience'] = 'Edit audience \'{$a}\'';
|
109 |
$string['editaudience'] = 'Edit audience \'{$a}\'';
|
| 106 |
$string['editdetails'] = 'Edit details';
|
110 |
$string['editdetails'] = 'Edit details';
|
| 107 |
$string['editor'] = 'Editor';
|
111 |
$string['editor'] = 'Editor';
|
| 108 |
$string['editreportcontent'] = 'Edit report content';
|
112 |
$string['editreportcontent'] = 'Edit report content';
|
| 109 |
$string['editreportdetails'] = 'Edit report details';
|
113 |
$string['editreportdetails'] = 'Edit report details';
|
| Línea 114... |
Línea 118... |
| 114 |
$string['enablecustomreports_desc'] = 'If enabled, users can create and view Report builder custom reports.';
|
118 |
$string['enablecustomreports_desc'] = 'If enabled, users can create and view Report builder custom reports.';
|
| 115 |
$string['enableschedule'] = 'Enable schedule';
|
119 |
$string['enableschedule'] = 'Enable schedule';
|
| 116 |
$string['entitycourse'] = 'Course';
|
120 |
$string['entitycourse'] = 'Course';
|
| 117 |
$string['entityuser'] = 'User';
|
121 |
$string['entityuser'] = 'User';
|
| 118 |
$string['errorreportcreate'] = 'You cannot create a new report';
|
122 |
$string['errorreportcreate'] = 'You cannot create a new report';
|
| - |
|
123 |
$string['errorreportduplicate'] = 'You cannot duplicate this report';
|
| 119 |
$string['errorreportedit'] = 'You cannot edit this report';
|
124 |
$string['errorreportedit'] = 'You cannot edit this report';
|
| 120 |
$string['errorreportview'] = 'You cannot view this report';
|
125 |
$string['errorreportview'] = 'You cannot view this report';
|
| 121 |
$string['errorsourceinvalid'] = 'Could not find valid report source';
|
126 |
$string['errorsourceinvalid'] = 'Could not find valid report source';
|
| 122 |
$string['errorsourceunavailable'] = 'Report source is not available';
|
127 |
$string['errorsourceunavailable'] = 'Report source is not available';
|
| 123 |
$string['filteradded'] = 'Added filter \'{$a}\'';
|
128 |
$string['filteradded'] = 'Added filter \'{$a}\'';
|
| 124 |
$string['filtercontains'] = 'Contains';
|
129 |
$string['filtercontains'] = 'Contains';
|
| 125 |
$string['filterdateafter'] = 'After';
|
130 |
$string['filterdateafter'] = 'After';
|
| 126 |
$string['filterdatebefore'] = 'Before';
|
131 |
$string['filterdatebefore'] = 'Before';
|
| 127 |
$string['filterdatecurrent'] = 'Current';
|
132 |
$string['filterdatecurrent'] = 'Current';
|
| 128 |
$string['filterdatedays'] = 'day(s)';
|
133 |
$string['filterdatedays'] = 'day(s)';
|
| 129 |
$string['filterdatefrom'] = 'Date from';
|
- |
|
| 130 |
$string['filterdatefuture'] = 'In the future';
|
134 |
$string['filterdatefuture'] = 'In the future';
|
| 131 |
$string['filterdatehours'] = 'hour(s)';
|
135 |
$string['filterdatehours'] = 'hour(s)';
|
| 132 |
$string['filterdatelast'] = 'Last';
|
136 |
$string['filterdatelast'] = 'Last';
|
| 133 |
$string['filterdateminutes'] = 'minute(s)';
|
137 |
$string['filterdateminutes'] = 'minute(s)';
|
| 134 |
$string['filterdatemonths'] = 'month(s)';
|
138 |
$string['filterdatemonths'] = 'month(s)';
|
| 135 |
$string['filterdatenext'] = 'Next';
|
139 |
$string['filterdatenext'] = 'Next';
|
| 136 |
$string['filterdatepast'] = 'In the past';
|
140 |
$string['filterdatepast'] = 'In the past';
|
| 137 |
$string['filterdateseconds'] = 'second(s)';
|
141 |
$string['filterdateseconds'] = 'second(s)';
|
| 138 |
$string['filterdateto'] = 'Date to';
|
- |
|
| 139 |
$string['filterdateweeks'] = 'week(s)';
|
142 |
$string['filterdateweeks'] = 'week(s)';
|
| 140 |
$string['filterdateyears'] = 'year(s)';
|
143 |
$string['filterdateyears'] = 'year(s)';
|
| 141 |
$string['filterdeleted'] = 'Deleted filter \'{$a}\'';
|
144 |
$string['filterdeleted'] = 'Deleted filter \'{$a}\'';
|
| 142 |
$string['filterdoesnotcontain'] = 'Does not contain';
|
145 |
$string['filterdoesnotcontain'] = 'Does not contain';
|
| 143 |
$string['filterendswith'] = 'Ends with';
|
146 |
$string['filterendswith'] = 'Ends with';
|
| 144 |
$string['filterequalorgreaterthan'] = 'Greater than or equal';
|
147 |
$string['filterequalorgreaterthan'] = 'Greater than or equal';
|
| 145 |
$string['filterequalorlessthan'] = 'Less than or equal';
|
148 |
$string['filterequalorlessthan'] = 'Less than or equal';
|
| - |
|
149 |
$string['filterfieldfrom'] = '{$a} from';
|
| 146 |
$string['filterfieldoperator'] = '{$a} operator';
|
150 |
$string['filterfieldoperator'] = '{$a} operator';
|
| 147 |
$string['filterfieldto'] = '{$a} to';
|
151 |
$string['filterfieldto'] = '{$a} to';
|
| 148 |
$string['filterfieldunit'] = '{$a} unit';
|
152 |
$string['filterfieldunit'] = '{$a} unit';
|
| 149 |
$string['filterfieldvalue'] = '{$a} value';
|
153 |
$string['filterfieldvalue'] = '{$a} value';
|
| 150 |
$string['filtergreaterthan'] = 'Greater than';
|
154 |
$string['filtergreaterthan'] = 'Greater than';
|
| Línea 195... |
Línea 199... |
| 195 |
$string['privacy:metadata:column:usermodified'] = 'The ID of the user who last modified the column';
|
199 |
$string['privacy:metadata:column:usermodified'] = 'The ID of the user who last modified the column';
|
| 196 |
$string['privacy:metadata:filter'] = 'Report filter definitions';
|
200 |
$string['privacy:metadata:filter'] = 'Report filter definitions';
|
| 197 |
$string['privacy:metadata:filter:uniqueidentifier'] = 'Unique identifier of the filter';
|
201 |
$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';
|
202 |
$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';
|
203 |
$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';
|
204 |
$string['privacy:metadata:report'] = 'Report definitions';
|
| 202 |
$string['privacy:metadata:report:conditiondata'] = 'Configuration data for the report conditions';
|
205 |
$string['privacy:metadata:report:conditiondata'] = 'Configuration data for the report conditions';
|
| 203 |
$string['privacy:metadata:report:name'] = 'The name of the report';
|
206 |
$string['privacy:metadata:report:name'] = 'The name of the report';
|
| 204 |
$string['privacy:metadata:report:settingsdata'] = 'General configuration for the report';
|
207 |
$string['privacy:metadata:report:settingsdata'] = 'General configuration for the report';
|
| 205 |
$string['privacy:metadata:report:source'] = 'The source of the report';
|
208 |
$string['privacy:metadata:report:source'] = 'The source of the report';
|
| Línea 221... |
Línea 224... |
| 221 |
$string['privacy:metadata:schedule:timemodified'] = 'The time when the schedule was last modified';
|
224 |
$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';
|
225 |
$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';
|
226 |
$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';
|
227 |
$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';
|
228 |
$string['privacy:metadata:schedule:userviewas'] = 'The ID of the user who the schedule will be viewed as';
|
| - |
|
229 |
$string['privacy:metadata:user_filter'] = 'Report user filter definitions';
|
| - |
|
230 |
$string['privacy:metadata:user_filter:filterdata'] = 'Configuration data for the report filters';
|
| - |
|
231 |
$string['privacy:metadata:user_filter:timecreated'] = 'The time when the user filter was created';
|
| - |
|
232 |
$string['privacy:metadata:user_filter:timemodified'] = 'The time when the user filter was last modified';
|
| 226 |
$string['recurrence'] = 'Recurrence';
|
233 |
$string['recurrence'] = 'Recurrence';
|
| 227 |
$string['recurrenceannually'] = 'Annually';
|
234 |
$string['recurrenceannually'] = 'Annually';
|
| 228 |
$string['recurrencedaily'] = 'Daily';
|
235 |
$string['recurrencedaily'] = 'Daily';
|
| 229 |
$string['recurrencemonthly'] = 'Monthly';
|
236 |
$string['recurrencemonthly'] = 'Monthly';
|
| 230 |
$string['recurrenceweekdays'] = 'Daily (weekdays only)';
|
237 |
$string['recurrenceweekdays'] = 'Daily (weekdays only)';
|
| 231 |
$string['recurrenceweekly'] = 'Weekly';
|
238 |
$string['recurrenceweekly'] = 'Weekly';
|
| 232 |
$string['renameaudience'] = 'Rename audience \'{$a}\'';
|
239 |
$string['renameaudience'] = 'Rename audience \'{$a}\'';
|
| 233 |
$string['renamecolumn'] = 'Rename column \'{$a}\'';
|
240 |
$string['renamecolumn'] = 'Rename column \'{$a}\'';
|
| 234 |
$string['renamefilter'] = 'Rename filter \'{$a}\'';
|
241 |
$string['renamefilter'] = 'Rename filter \'{$a}\'';
|
| 235 |
$string['reportbuilder'] = 'Report builder';
|
242 |
$string['reportbuilder'] = 'Report builder';
|
| - |
|
243 |
$string['reportbuildercustomfields'] = 'Custom report fields';
|
| 236 |
$string['reportcreated'] = 'Report created';
|
244 |
$string['reportcreated'] = 'Report created';
|
| 237 |
$string['reportdeleted'] = 'Report deleted';
|
245 |
$string['reportdeleted'] = 'Report deleted';
|
| 238 |
$string['reports'] = 'Reports';
|
246 |
$string['reports'] = 'Reports';
|
| 239 |
$string['reportsource'] = 'Report source';
|
247 |
$string['reportsource'] = 'Report source';
|
| 240 |
$string['reportsource_help'] = 'The report source defines where the data for the report will come from.';
|
248 |
$string['reportsource_help'] = 'The report source defines where the data for the report will come from.';
|
| Línea 271... |
Línea 279... |
| 271 |
$string['tasksendschedules'] = 'Send report schedules';
|
279 |
$string['tasksendschedules'] = 'Send report schedules';
|
| 272 |
$string['timeadded'] = 'Time added';
|
280 |
$string['timeadded'] = 'Time added';
|
| 273 |
$string['timecreated'] = 'Time created';
|
281 |
$string['timecreated'] = 'Time created';
|
| 274 |
$string['timelastsent'] = 'Time last sent';
|
282 |
$string['timelastsent'] = 'Time last sent';
|
| 275 |
$string['timemodified'] = 'Time modified';
|
283 |
$string['timemodified'] = 'Time modified';
|
| - |
|
284 |
$string['timenextsend'] = 'Time next send';
|
| 276 |
$string['uniquerows'] = 'Remove any duplicate rows';
|
285 |
$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.';
|
286 |
$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';
|
287 |
$string['userany'] = 'Any user';
|
| 279 |
$string['usercurrent'] = 'Current user';
|
288 |
$string['usercurrent'] = 'Current user';
|
| 280 |
$string['userfullnamewithlink'] = 'Full name with link';
|
289 |
$string['userfullnamewithlink'] = 'Full name with link';
|
| 281 |
$string['userfullnamewithpicture'] = 'Full name with picture';
|
290 |
$string['userfullnamewithpicture'] = 'Full name with picture';
|
| 282 |
$string['userfullnamewithpicturelink'] = 'Full name with picture and link';
|
291 |
$string['userfullnamewithpicturelink'] = 'Full name with picture and link';
|
| 283 |
$string['usermodified'] = 'Modified by';
|
292 |
$string['usermodified'] = 'Modified by';
|
| 284 |
$string['userpicture'] = 'User picture';
|
- |
|
| 285 |
$string['userselect'] = 'Select user';
|
293 |
$string['userselect'] = 'Select user';
|
| 286 |
$string['viewreport'] = 'View report';
|
294 |
$string['viewreport'] = 'View report';
|
| Línea 287... |
Línea 295... |
| 287 |
|
295 |
|
| 288 |
// Deprecated since Moodle 4.4.
|
296 |
// Deprecated since Moodle 4.5.
|
| - |
|
297 |
$string['filterdatefrom'] = 'Date from';
|
| - |
|
298 |
$string['filterdateto'] = 'Date to';
|
| - |
|
299 |
|
| - |
|
300 |
// Deprecated since Moodle 5.0.
|
| - |
|
301 |
$string['privacy:metadata:preference:reportfilter'] = 'Stored report filter values';
|