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 'block_dash', language 'en', branch 'MOODLE_20_STABLE'
19
 *
20
 * @package   block_dash
21
 * @copyright 2019 bdecent gmbh <https://bdecent.de>
22
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
 */
24
 
25
$string['accordionfield1'] = 'Top left field';
26
$string['accordionfield1icon'] = 'Top left field icon';
27
$string['accordionfield2'] = 'Top right field';
28
$string['accordionfield2icon'] = 'Top right field icon';
29
$string['accordionfield3'] = 'Bottom left field';
30
$string['accordionfield3icon'] = 'Bottom left field icon';
31
$string['accordionfield4'] = 'Bottom right field';
32
$string['accordionfield4icon'] = 'Bottom right field icon';
33
$string['activityprogress'] = 'Progress (completed / total activities)';
34
$string['activityprogressbar'] = 'Progress bar (completed / total activities)';
35
$string['addnewfield'] = 'Add new field';
36
$string['availablefields'] = 'Available fields';
37
$string['availablefields_help'] = 'Choose all possible fields this data source will utilize. The user will be able to select which fields to include for their own purposes. For example, if you are displaying user information, try to include as many user fields as possible.';
38
$string['backgroundgradient'] = 'Background gradient';
39
$string['backgroundgradient_help'] = 'Generate a gradient: <a href="https://cssgradient.io/" target="_blank">cssgradient.io</a>. Paste the background property (linear-gradient)';
40
$string['backgroundimage'] = 'Background image';
41
$string['backgroundimage_help'] = 'Cover entire block background with this image';
42
$string['badgecolorfield'] = 'Badge color field';
43
$string['badgecolorfield_help'] = 'Choose a field that returns colors to be used for timeline item badges.';
44
$string['blocktitle'] = 'Block title';
45
$string['blocktitle_help'] = 'Title displayed in block heading. Enter a short and descriptive title for what this block displays to the user.';
46
$string['blockwidth'] = 'Block width';
47
$string['showheader'] = "Show header";
48
$string['showheader_help'] = "Hide the block title if editing is turned off.";
49
$string['hidden'] = "Hidden";
50
$string['bodyfield'] = 'Body field';
51
$string['bootstrapversion'] = 'Theme bootstrap version';
52
$string['bootstrapversion_desc'] = 'Choose the version of Bootstrap your theme supports. Moodle is typically 4, and Totara is 3.';
53
$string['border'] = 'Border';
54
$string['border_help'] = 'CSS border property value.';
55
$string['choosedatasource'] = 'Choose data source';
56
$string['columns'] = 'Columns';
57
$string['columns_help'] = 'The number of columns to display per row in the grid.';
58
$string['completedactivities'] = 'Completed activities';
59
$string['contextid'] = 'Context';
60
$string['contextid_help'] = 'The context for this dashboard. Choose a specific course if you plan on limiting data results (Example: "Current course" filter). Otherwise choose System for general purposes.';
61
$string['contextmissing'] = 'Missing context';
62
$string['coursebutton'] = 'Course button';
63
$string['coursecategories'] = 'Course categories';
64
$string['courseoverviewfilesurl'] = 'Course image URL';
65
$string['coursesummary'] = 'Course summary';
66
$string['courseurl'] = 'Course URL';
67
$string['courseurl'] = 'Course URL';
68
$string['createcustomdatasource'] = 'Create custom data source';
69
$string['createcustomlayout'] = 'Create custom layout';
70
$string['createdashboard'] = 'Create dashboard';
71
$string['createlayout'] = 'Create custom layout';
72
$string['cssclass'] = 'CSS Class';
73
$string['currentcourse'] = 'Current course';
74
$string['currentcoursecontext'] = 'Current course context';
75
$string['currentcoursegroups'] = 'Current course groups';
76
$string['custom'] = 'Custom';
77
$string['customdatasource'] = 'Custom data source';
78
$string['customdatasourcecreated'] = 'Data source <b>{$a->name}</b> successfully created.';
79
$string['customdatasourcedeleted'] = 'Delete custom data source';
80
$string['customdatasourceedited'] = 'Data source <b>{$a->name}</b> successfully edited.';
81
$string['customdatasources'] = 'Custom data sources';
82
$string['customfield'] = '{$a->name}';
83
$string['customlayoutcreated'] = 'Custom layout <b>{$a->name}</b> successfully created.';
84
$string['customlayoutdeleted'] = 'Custom layout <b>{$a->name}</b> successfully deleted.';
85
$string['customlayoutedited'] = 'Custom layout <b>{$a->name}</b> successfully edited.';
86
$string['customsqlfield'] = 'SQL field';
87
$string['customsqlselect'] = 'SQL select';
88
$string['dash:addinstance'] = 'Add a new Dash block';
89
$string['dash:myaddinstance'] = 'Add a new Dash block to dashboard';
90
$string['dashboard'] = 'Dashboard';
91
$string['dashboardcreated'] = 'Dashboard <b>{$a->name}</b> successfully created';
92
$string['dashboarddeleted'] = 'Dashboard <b>{$a->name}</b> successfully deleted';
93
$string['dashboardedited'] = 'Dashboard <b>{$a->name}</b> successfully edited';
94
$string['dashboardlink'] = 'Dashboard link';
95
$string['dashboards'] = 'Dashboards';
96
$string['databaseerror'] = 'Database error. The content cannot be displayed.';
97
$string['datasource'] = 'Data source';
98
$string['datasource:completions_data_source'] = 'Course completions';
99
$string['datasource:courses_data_source'] = 'Courses';
100
$string['datasource:dashboard_data_source'] = 'Dashboards';
101
$string['datasource:logstore_data_source'] = 'Site logs';
102
$string['datasourcemissing'] = 'Data source missing';
103
$string['datasourcename'] = 'Data source name';
104
$string['datecompleted'] = 'Date completed';
105
$string['daysuntilend'] = 'Days until end date';
106
$string['daysuntilstart'] = 'Days until start date';
107
$string['defaultsortdirection'] = 'Sort direction';
108
$string['defaultsortfield'] = 'Sort by';
109
$string['defaultsortfield_help'] = 'Sort database results by this field. If layout supports user sorting, this will be the default.';
110
$string['delete'] = 'Delete';
111
$string['deleteconfirm'] = 'Are you sure you want to delete dashboard <b>{$a->name}</b>?';
112
$string['deleteconfirmcustomdatasource'] = 'Are you sure you want to delete the <b>{$a->name}</b> custom data source?';
113
$string['deleteconfirmcustomlayout'] = 'Are you sure you want to delete the <b>{$a->name}</b> custom layout?';
114
$string['deletecustomdatasource'] = 'Delete custom data source';
115
$string['deletecustomlayout'] = 'Delete custom layout';
116
$string['deletedashboard'] = 'Delete dashboard';
117
$string['disableall'] = 'Disable all Dash output';
118
$string['disableall_help'] = 'Warning: For troubleshooting purposes or troubleshooting broken pages';
119
$string['disableallmessage'] = 'Dash output is disabled. Check Dash settings.';
120
$string['dragitem'] = 'Drag item';
121
$string['edit'] = 'Edit';
122
$string['editcustomdatasource'] = 'Edit data source';
123
$string['editcustomlayout'] = 'Edit custom layout';
124
$string['editdashboard'] = 'Edit dashboard';
125
$string['editpreferences'] = 'Edit preferences';
126
$string['editthisblock'] = 'Edit this block\'s settings to finish configuration.';
127
$string['enabledconditions'] = 'Limit data to';
128
$string['enabledfields'] = 'Enabled fields';
129
$string['enabledfilters'] = 'Enabled filters';
130
$string['enrollment'] = 'Enrollment';
131
$string['enrollmentmethod'] = 'Enrollment method';
132
$string['enrollmentmethodstatus'] = 'Enrollment method status';
133
$string['enrollments'] = 'Enrollments';
134
$string['enrollmentself'] = 'Self enrollments';
135
$string['enrollmentsnotself'] = 'Non-self enrollments';
136
$string['enrollmentstatus'] = 'Enrollment status';
137
$string['enrollmenttimeend'] = 'Enrollment end date';
138
$string['enrollmenttimestart'] = 'Enrollment start date';
139
$string['event_desc_core_event_user_enrolment_created'] = '{$a->relateduserfullname} was enrolled in <a href="{$a->eventurl}" title="View {$a->contextname}">{$a->contextname}</a>';
140
$string['event_desc_generic'] = '{$a->userfullname} {$a->action} <a href="{$a->eventurl}" title="View {$a->contextname}">{$a->contextname}</a>';
141
$string['eventbutton'] = 'Event button';
142
$string['eventclass'] = 'Event class';
143
$string['eventcolor'] = 'Event color';
144
$string['eventdescription'] = 'Event description';
145
$string['eventicon'] = 'Event icon';
146
$string['eventlink'] = 'Event link';
147
$string['events'] = 'Events';
148
$string['eventtime'] = 'Event time';
149
$string['eventurl'] = 'Event URL';
150
$string['extracontent'] = 'Extra content';
151
$string['fieldname'] = 'Field name';
152
$string['fieldnotfound'] = 'Field not found.';
153
$string['fields'] = 'Fields';
154
$string['fieldselect'] = 'Field SQL select';
155
$string['fontcolor'] = 'Font color';
156
$string['fontcolor_help'] = 'CSS font color property (e.g. #ffffff, rgb(255, 255, 255), etc)';
157
$string['footercontent'] = 'Footer content';
158
$string['footercontent_help'] = 'Content displayed in the block footer.';
159
$string['footerfield'] = 'Footer field';
160
$string['footerrightfield'] = 'Footer field (right)';
161
$string['fullnamelinked'] = 'Full name (linked to profile)';
162
$string['gotoevent'] = 'Go to event';
163
$string['groupby'] = 'Group by';
164
$string['grouplabel'] = 'Group label';
165
$string['headercontent'] = 'Header content';
166
$string['headercontent_help'] = 'Content displayed in the block header.';
167
$string['headingfield'] = 'Heading field';
168
$string['hidewhenempty'] = 'Hide when empty';
169
$string['hidewhenempty_desc'] = "Hide the dash block when it's empty.";
170
$string['iconfield'] = 'Icon field';
171
$string['imageoverlayfield'] = 'Image overlay field';
172
$string['imageoverlayfield_help'] = 'Content to display over image with solid background.';
173
$string['imageurlfield'] = 'Image URL field';
174
$string['imageurlfield_help'] = 'Choose an image URL field that will be used in each card in the grid.';
175
$string['includesubcategories'] = 'Include subcategories';
176
$string['includesubcategories_help'] = 'If checked, subcategories of chosen categories will also be included in results.';
177
$string['invalididnumberunique'] = 'ID Number already exists.';
178
$string['invalidoperator'] = 'Invalid operator {$a->operator}.';
179
$string['invalidshortname'] = 'Invalid shortname. It must only contain letters a-zA-Z or hyphens (-).';
180
$string['invalidshortnametoolong'] = 'Invalid Shortname. Must be 16 characters or less.';
181
$string['invalidshortnameunique'] = 'This shortname is already used by another dashboard.';
182
$string['invalidwhereclause'] = 'Invalid where clause. No values provided.';
183
$string['label'] = 'Label';
184
$string['layout'] = 'Layout';
185
$string['layoutaccordion'] = 'Accordion layout (with tables)';
186
$string['layoutaccordion2'] = 'Accordion layout';
187
$string['layoutcards'] = 'Grid layout';
188
$string['layoutdoesnotsupportfiltering'] = 'The chosen layout does not support filtering';
189
$string['layoutgrid'] = 'Table layout';
190
$string['layoutonestat'] = 'One figure + label layout';
191
$string['layouttimeline'] = 'Timeline layout';
192
$string['layouttwostat'] = 'One figure / other figure layout';
193
$string['layouttype'] = 'Layout type';
194
$string['loggedinuser'] = 'Logged in user';
195
$string['managecustomdatasources'] = 'Manage custom data sources';
196
$string['managedashboards'] = 'Manage dashboards';
197
$string['managedatasources'] = 'Manage data sources';
198
$string['managelayouts'] = 'Manage layouts';
199
$string['maxlimit'] = 'Limit to';
200
$string['maxlimit_help'] = 'Limit query results to this maximum amount.';
201
$string['messageurl'] = 'Message URL';
202
$string['minheight'] = 'Minimum height';
203
$string['minheight_help'] = 'Minimum height in pixels for block.';
204
$string['missingmustachetemplate'] = 'Missing mustache template.';
205
$string['mustachetemplate'] = 'Mustache template';
206
$string['mydashboards'] = 'My dashboards';
207
$string['myenrolledcourses'] = 'My enrolled courses';
208
$string['myparticipants'] = 'My participants / students';
209
$string['newblock'] = 'New Dash';
210
$string['nodashboardsforuser'] = 'No dashboards are available at this time.';
211
$string['none'] = 'None';
212
$string['nonpublicdashboards'] = 'Hide public dashboards';
213
$string['notauthorized'] = 'You do not have access to this dashboard.';
214
$string['pagination_summary'] = 'Showing {$a->limit_from} - {$a->limit_to} of {$a->total}';
215
$string['parentrole'] = 'Users I manage';
216
$string['parentrole_help'] = 'Only includes users that the current user has a role assigned to. See "<a href="https://docs.moodle.org/39/en/Parent_role" target="_blank">Parent role</a>."';
217
$string['parseerror'] = 'Parse error. The content cannot be displayed.';
218
$string['permissions'] = 'Restrict access to';
219
$string['permissionscohort'] = 'Cohort';
220
$string['permissionsrole'] = 'Role';
221
$string['permissionsloggedin'] = 'Must be logged in';
222
$string['permissionspublic'] = 'Public';
223
$string['perpage'] = 'Per page';
224
$string['perpage_help'] = 'Number of cards to display in grid per page.';
225
$string['pictureofuserlinked'] = 'User picture (linked to profile)';
226
$string['pictureofuserurl'] = 'User picture URL';
227
$string['pluginname'] = 'Dash';
228
$string['privacy:metadata'] = 'The Dash block only shows information about courses and does not store data itself.';
229
$string['querydebug'] = 'Query debug';
230
$string['querytemplate'] = 'Query template';
231
$string['querytemplate_help'] = 'This query will be used to';
232
$string['querytemplateinstructions'] = "Placeholders: <ul><li><b>%%SELECT%%</b> - Replaced with all selects based on field definitions. Do not include your own selects!</li><li><b>%%WHERE%%</b> - Replaced with clauses generated from filters. You can safely add more clauses by appending AND after %%WHERE%%</li><li><b>%%GROUPBY%%</b> - Replaced with grouping field(s) depending on data source</li><li><b>%%ORDERBY%%</b> - Replaced with default sort or user selected sort (clicking the column heading in a table for example)</li></ul>";
233
$string['querytemplatetip'] = 'Tip: Press Ctrl + Space to show intellisense / autocomplete when typing your query.';
234
$string['source'] = 'Source';
235
$string['stattodisplay'] = 'Figure to display';
236
$string['stattodisplayother'] = 'Other figure to display';
237
$string['status'] = 'Status';
238
$string['subheadingfield'] = 'Subheading field';
239
$string['subheadingfieldicon'] = 'Subheading icon';
240
$string['supportsfieldvisibility'] = 'Supports field visibility';
241
$string['supportsfieldvisibility_help'] = 'When enabled, allow admin to conditionally enable and disable fields.';
242
$string['supportsfiltering'] = 'Supports filtering';
243
$string['supportsfiltering_help'] = 'When enabled allow filtering results. This is handled by data source.';
244
$string['supportspagination'] = 'Supports pagination';
245
$string['supportspagination_help'] = 'When enabled, results will be automatically paginated. Pagination bar will be displayed.';
246
$string['supportssorting'] = 'Supports sorting';
247
$string['supportssorting_help'] = 'When enabled, sorting is allowed (only with tables).';
248
$string['system'] = 'System';
249
$string['tabconditions'] = 'Conditions';
250
$string['tabfields'] = 'Fields';
251
$string['tabfilters'] = 'Filters';
252
$string['tabgeneral'] = 'General';
253
$string['tablealias_c'] = 'Course';
254
$string['tablealias_cc'] = 'Course category';
255
$string['tablealias_ccp'] = 'Course completion';
256
$string['tablealias_dd'] = 'Dashboard';
257
$string['tablealias_e'] = 'Enrollment method';
258
$string['tablealias_g'] = 'Group';
259
$string['tablealias_sl'] = 'Site logs';
260
$string['tablealias_u'] = 'User';
261
$string['tablealias_ue'] = 'User enrollment';
262
$string['tags'] = 'Tags';
263
$string['timesinceevent'] = 'Time since event';
264
$string['titleoverride'] = 'Title override';
265
$string['totalactivities'] = 'Total activities';
266
$string['totalactivitiescompletion'] = 'Total activities (completion relevant)';
267
$string['userprofilelink'] = 'User profile link';
268
$string['userprofileurl'] = 'User profile URL';
269
$string['userscompleted'] = 'Users completed';
270
$string['usersnotcompleted'] = 'Users not completed';
271
$string['userstat'] = 'User stat';
272
$string['viewcourse'] = 'View course';
273
$string['viewprofile'] = 'View profile';
274
$string['withroles'] = 'With role(s)';
275
$string['headerfooter'] = 'Header & Footer';
276
$string['choosefeature'] = 'Choose Feature';
277
$string['datasources'] = 'Datasources';
278
// Course default image settings.
279
$string['generalsettings'] = 'General settings';
280
$string['courseimage'] = 'Course default image';
281
$string['courseimagedesc'] = 'Upload placeholder image to display as course image for empty course image.';
282
$string['hidecoursecategory'] = 'Do not show category/course index';
283
$string['hidecoursecategorydesc'] = "When a user tries to access the URL /course/index.php, they will be automatically
284
redirected to the site's home page, unless a custom URL is specified below.
285
If a URL is specified, users shall be redirected to that URL";
286
$string['courseredirecturl'] = 'Course redirect URL';
287
$string['courseredirecturldesc'] = 'Enter the URL to redirect the users from course index page.';
288
$string['courseimagelink'] = 'Course image link';
289
$string['backgroundimagefield'] = 'Background image';
290
// 1.3
291
$string['status:completed'] = 'Completed';
292
$string['status:inprogress'] = 'In Progress';
293
$string['status:notyetstarted'] = 'Not yet started';
294
$string['status:all'] = 'All';
295
$string['status:enrolled'] = 'Enrolled';
296
$string['widget:mycontacts'] = 'My Contacts';
297
$string['widget:groups:groupmembers'] = 'View Members';
298
$string['widget:groups:adduser'] = 'Add user';
299
$string['widget:groups:chat'] = 'Chat';
300
$string['widget:groups:leavegroup'] = 'Leave Group';
301
$string['widget:groups:creategroup'] = 'Create Group';
302
$string['widget'] = 'Widget';
303
$string['widget:mylearning'] = 'My learning';
304
$string['widget:mygroups'] = 'My groups';
305
$string['customfields'] = 'Custom fields';
306
$string['contacts'] = 'Contacts';
307
$string['badges'] = 'Badges';
308
$string['coursecontent'] = 'Course content';
309
$string['category'] = 'Category name';
310
$string['badgestitle'] = 'Badges';
311
$string['coursestafftitle'] = 'Course staff';
312
$string['secondarynav'] = 'Add to course navigation';
313
$string['dash:mygroups_addusers'] = 'Add users into groups';
314
$string['dash:mygroups_creategroup'] = 'Create groups in enrolled courses';
315
$string['dash:mygroups_leavegroup'] = 'Leave from groups';
316
$string['dash:mygroups_viewmembers'] = 'View members in assigned groups';
317
$string['nogroupsavailable'] = 'No groups available';
318
$string['nocontactsavailable'] = 'No contacts available';
319
$string['openmodule'] = 'Open module';
320
$string['dash:mygroups_view'] = 'View my own groups';
321
$string['buildown'] = 'Build your own';
322
$string['buildown_help'] = 'Datasources are highly configurable, You can use the datasources in various purpose. Filter, Sorting, Pagination features are supported';
323
 
324
$string['readymatewidgets'] = 'Ready to use widgets';
325
$string['readymatewidgets_help'] = 'Use the bellow widgets, widgets are easy to use, there is no need to setup additional configurations.';
326
 
327
$string['widget:mylearning_help'] = 'List of user enrolled courses with basic course informations such as staffs and available badges and list of course sections and modules';
328
$string['widget:mycontacts_help'] = 'List of users available in the contacts list.';
329
$string['widget:mygroups_help'] = 'List of assigned groups for the user, Can able to view other members in the group, add memebers to the group, Leave from the groups and more';
330
 
331
$string['users'] = 'Users';
332
$string['users_help'] = 'Users Datasource display the list of available users from the LMS';
333
$string['datasource:completions_data_source_help'] = 'Users compelted courses list.';
334
$string['datasource:courses_data_source_help'] = 'List of available courses for the current user.';
335
$string['datasource:dashboard_data_source_help'] = 'List of Dashboard';
336
$string['datasource:logstore_data_source_help'] = 'Datasource of site logs';
337
$string['confirmleavegroup'] = 'Do you really want to leave the group {$a}';
338
$string['fieldalert'] = 'The chosen layout can not be customised';
339
 
340
$string['enroldate_asc'] = 'Sort by enrolment date (oldest first)';
341
$string['enroldate_desc'] = 'Sort by enrolment date (newest first)';
342
$string['alpha_asc'] = 'Sort alphabetically A-Z';
343
$string['alpha_desc'] = 'Sort alphabetically Z-A';
344
$string['coursestartdate_asc'] = 'By course start date (newest first)';
345
$string['coursestartdate_desc'] = 'By course start date (oldest first)';
346
$string['course_enrolments:progress'] = 'Display progress';
347
$string['course_enrolments:expandable'] = 'Expandable';
348
$string['course_enrolments:abovecourseform'] = 'Above the courses';
349
$string['course_enrolments:belowcourseform'] = 'Below the courses';
350
$string['course_enrolments:displayaddcourse'] = 'Display add course form';
351
$string['course_enrols:viewotherprofiledash'] = 'View the others profile dash block';
352
$string['course_enrols:viewprofiledash'] = 'View the profile dash block';
353
$string['course_enrolments:disabled'] = 'Disabled';
354
$string['sortalpha'] = 'Alphabetically';
355
$string['sortenrolmentdate'] = 'Enrolment date';
356
$string['sortcoursestartdate'] = 'Course start date';
357
 
358
// Contacts suggestions.
359
$string['suggestinterests'] = 'Suggest users that have same interests';
360
$string['suggestinterests_desc'] = 'Display the users with same interests users contact list block';
361
$string['suggestcohort'] = 'Suggest users that have same cohort';
362
$string['suggestcohort_desc'] = 'Display the users with same interests users contact list block';
363
$string['suggestgroups'] = 'Suggest users that have same groups';
364
$string['suggestgroups_desc'] = 'Display the users with same interests users contact list block';
365
$string['suggestusers'] = 'Suggest users that have same users';
366
$string['suggestusers_desc'] = 'Display the users with same interests users contact list block';
367
 
368
$string['suggestion:interest'] = 'Also interested in {$a->interest}';
369
$string['suggestion:cohort'] = 'Also member of {$a->cohort}';
370
$string['suggestion:groups'] = 'In your group {$a->group}';
371
$string['suggestion:users'] = 'Recommended on this site';
372
$string['addtocontacts'] = 'Add to contacts';
373
$string['suggestcontacts'] = 'Suggested contacts';
374
 
375
$string['emptystateheading'] = 'Empty state';
376
$string['enroled'] = 'Enrolled';
377
$string['enrolnow'] = 'Enrol Now';
378
$string['course_enrol_role'] = 'Role for enrol using enrolment widget';
379
$string['datasource:enrolments_widget'] = 'Enrolments Widget';
380
$string['widget:course_enrols'] = 'Enrolments Widget';
381
$string['widget:course_enrols_help'] = 'Display the list of enrolled courses with completion progress';
382
$string['viewdetails'] = 'View details';
383
$string['progress_help'] = 'Display the completion progress of the course';
384
$string['choosefilter'] = "Choose filter";
385
$string['enrolmentmethod'] = "Enrolment method";
386
$string['enroldetails'] = "Enrolment details";
387
$string['edituserenrolment'] = 'Edit {$a}\'s enrolment';
388
$string['savechanges'] = "Save changes";
389
$string['participationnotcurrent'] = "Not current";
390
$string['nocourses'] = "No courses available";
391
$string['widget:skill_graph'] = 'Skill graph';
392
$string['widget:skill_graph_help'] = 'Competency breakdown report';
393
$string['proficient'] = 'Proficient';
394
$string['achieved'] = 'Achieved';
395
$string['notachieved'] = 'Not achieved';
396
$string['datasource:competency_widget'] = 'Skill graph widget';
397
$string['competencyframework'] = 'Competency framework';
398
$string['enrollment_options'] = 'Enrollment options';
399
$string['enrollmentoptions:seeoptions'] = 'See options';
400
$string['enrollmentoptions:free'] = 'Free';
401
$string['enrollmentoptions:fromcredits'] = 'From {$a} credits';
402
$string['enrollmentoptions:credits'] = '{$a} credits';
403
$string['enrollmentoptions:cost'] = 'From {$a->currency} {$a->cost}';
404
$string['widget:course_completions'] = 'Course completions';
405
$string['widget:course_completions_help'] = 'Course progress report.';
406
$string['coursedata:past'] = 'Past';
407
$string['coursedate:present'] = 'Present';
408
$string['coursedate:future'] = 'Future';
409
 
410
$string['viewcourse'] = 'View course';
411
$string['enrolnow'] = 'Enrol now';
412
$string['buynow'] = 'Buy now';
413
$string['notavailable'] = 'Not available';
414
$string['courseshopurl'] = 'Course shop url';
415
$string['smart_coursebutton'] = 'Smart course button';
416
 
417
$string['completion:completed'] = 'Completed';
418
$string['completion:inprogress'] = 'In progress';
419
$string['completion:notstarted'] = 'Not yet started';
420
$string['hidemycourses'] = 'Hide my enrolled courses';
421
$string['datasource:completion_widget'] = 'Course completions widget';
422
$string['coursedates'] = 'Course dates';
423
$string['enrollmentoptions'] = 'Enrolment methods';
424
 
425
 
426
$string['strslider'] = "Slider";
427
$string['strmasonry'] = "Masonry";
428
$string['layoutmode'] = "Layout mode";
429
$string['layoutmode_help'] = "Select which mode appers on the widget";
430
$string['autoplay'] = 'Autoplay';
431
$string['autoplaySpeed'] = 'Autoplay speed (ms)';
432
$string['arrows'] = 'Show arrows';
433
$string['centerMode'] = 'Center mode';
434
$string['centerPadding'] = 'Center padding (px)';
435
$string['dots'] = 'Show dots';
436
$string['draggable'] = 'Draggable';
437
$string['fade'] = 'Fade';
438
$string['infinite'] = 'Infinite loop';
439
$string['rows'] = 'Rows';
440
$string['slidesPerRow'] = 'Slides per row';
441
$string['slidesToShow'] = 'Slides to show';
442
$string['slidesToScroll'] = 'Slides to scroll';
443
$string['speed'] = 'Transition speed (ms)';
444
$string['swipeToSlide'] = 'Swipe to slide';
445
$string['variableWidth'] = 'Variable width';
446
$string['vertical'] = 'Vertical';
447
$string['verticalSwiping'] = 'Vertical swiping';
448
 
449
$string['autoplay_help'] = 'Autoplay';
450
$string['autoplaySpeed_help'] = 'Set the speed of the autoplay in milliseconds.';
451
$string['arrows_help'] = 'Display arrow buttons for next/previous slide navigation.';
452
$string['centerMode_help'] = 'Enables centered view with partial prev/next slides. Use with odd numbered slidesToShow counts.';
453
$string['centerPadding_help'] = 'Side padding when in center mode (px).';
454
$string['dots_help'] = 'Display dot indicators for slide navigation.';
455
$string['draggable_help'] = 'Enables dragging and flicking of slides.';
456
$string['fade_help'] = 'Enables fade effect on slides transition.';
457
$string['infinite_help'] = 'Enables infinite loop sliding.';
458
$string['rows_help'] = 'Number of rows to display when using multiple rows with slidesPerRow option.';
459
$string['slidesPerRow_help'] = 'Number of slides to display in one row.';
460
$string['slidesToShow_help'] = 'Number of slides to display at once.';
461
$string['slidesToScroll_help'] = 'Number of slides to scroll at once.';
462
$string['speed_help'] = 'Set the speed of the slide transition in milliseconds.';
463
$string['swipeToSlide_help'] = 'Enables swiping/dragging to slide to the closest slide after releasing touch.';
464
$string['variableWidth_help'] = 'Enables variable width slides.';
465
$string['vertical_help'] = 'Vertical slide orientation.';
466
$string['verticalSwiping_help'] = 'Enables vertical swiping/dragging of slides.';
467
 
468
$string['details_area'] = 'Details area';
469
$string['details_area_help'] = 'Choose how you want to display the details area.';
470
$string['details_area_size'] = 'Details area size';
471
$string['details_area_size_help'] = 'Choose how you want to size the details area.';
472
$string['like_item'] = 'Like item';
473
$string['like_item_help'] = 'Make the details area the same size as the card.';
474
$string['fit_content'] = 'Fit content';
475
$string['fit_content_help'] = 'Make the height of the details area the same as the card, and let the width be determined by the content.';
476
$string['details_area_locations'] = 'Details area locations';
477
$string['details_area_locations_help'] = 'Enter the details for each location you want to display in the details area.';
478
$string['details_bg_color'] = 'Details Background color';
479
$string['details_text_color'] = 'Details Text color';
480
$string['masonrycustomfield'] = "Dash settings";
481
$string['strgridsize'] = "Grid size";
482
$string['gridsizeoptions'] = "Wide\nTall\nSquare";
483
$string['strpromotion'] = "Promotion";
484
$string['promotionoptions'] = "Featured\nNormal\nDimmed";
485
$string['strcssclass'] = "CSS classes";
486
 
487
$string['strmasonrysearch'] = "Search box";
488
$string['strmasonrysort'] = "Sorting";
489
$string['strasc'] = "Asc";
490
$string['strdesc'] = "Desc";
491
$string['styleoptions'] = "Styling options";
492
$string['strinfo'] = "Info";
493
$string['strgrid'] = "Grid";
494
$string['styleoptions_help'] = "In order to apply individual styles to items, you can use custom fields. Pick the custom fields that you should be applied as CSS class to the grid item. Note: You have to create CSS styles yourself, Dash does not come with predefined CSS styles (but we plan to add the in the next version).";
495
 
496
// Details area.
497
$string['details_title'] = "Details Title";
498
$string['details_body_1'] = "Details Body 1";
499
$string['details_body_2'] = "Details Body 2";
500
$string['details_body_3'] = "Details Body 3";
501
$string['details_footer_left'] = "Details Footer left";
502
$string['details_footer_right'] = "Details Footer right";
503
$string['strdisabled'] = "Disabled";
504
$string['strexpanding'] = "Expanding";
505
$string['strfloating'] = "Floating";
506
$string['strmodal'] = "Modal";
507
 
508
// Export download option.
509
$string['downloadcsv'] = 'Download in CSV format';
510
$string['enabledownload'] = "Export data";
511
$string['enabledownload_help'] = "This setting enables users to download the data in both CSV and XLS formats.";
512
$string['defaultexportdata'] = "Dash export data";
513
$string['defaultexportdata_help'] = "This setting allows the configuration to enable/disable the dash datasource export data.";
514
$string['hidetable'] = "Hide the table content.";
515
$string['hidetable_help'] = " Enabling this option allows users to hide the table content in dash instance. Only the header and footer blocks will remain visible.";
516
$string['strdatasource'] = "datasource";
517
// ...Custom feature type.
518
$string['customfeaturetype'] = 'Custom feature type';
519
// ...Dashaddon content strings.
520
$string['contenteditor'] = 'Content';
521
$string['contentmodaltitle'] = 'Update the dash content';
522
$string['backgroundcolor'] = 'Background color';
523
$string['textcolor'] = 'Text color';
524
// ...Content addon layout options.
525
$string['layoutfull'] = 'Full layout';
526
$string['layoutdoubleequal'] = 'Double equal';
527
$string['layoutdoubleleft'] = 'Double (1/3, 2/3) ';
528
$string['layoutdoubleright'] = 'Double (2/3, 1/3)';
529
$string['layouttriple'] = 'Triple equal';
530
$string['contentlayout'] = 'Content layout';
531
$string['selectlayout'] = 'Select the content layout in preferences to add content';
532
$string['otheraddons'] = 'Other addons';
533
$string['contentdisplayallpage'] = 'All pages';
534
$string['contentdisplaysection'] = 'Section pages';
535
$string['contentdisplay'] = 'Display';
536
$string['contentsectiondisplay'] = 'Display sections';
537
$string['contentsections'] = 'Sections to display';
538
 
539
$string['dash:managedatasource'] = 'Manage Datasources';
540
$string['dash:managewidget'] = 'Manage Widgets';
541
$string['addcontent'] = 'Add content';
542
$string['editcontent'] = 'Edit content';
543
// ...Feature chooser strings.
544
$string['dashaddoncontentdesc'] = 'Choose from the following layouts';
545
$string['widgetsdesc'] = 'Pick a ready-to-use content widget and configure it';
546
$string['datasourcedesc'] = 'Add dynamic content with data sources and layouts';
547
// ...Conditions strings.
548
$string['showhiddencourses'] = 'Show hidden courses';
549
$string['maintable'] = 'Select main table <b>(mnt)</b> ';
550
$string['maintable_help'] = 'Choose the main table for field generation';
551
// ...Developer addon strings.
552
 
553
// ...Operators strings.
554
$string['operatorequal'] = '=';
555
$string['operatornotequal'] = '!=';
556
$string['operatorgreaterthan'] = '>';
557
$string['operatorgreaterthanequal'] = '>=';
558
$string['operatorlessthan'] = '<';
559
$string['operatorlessthanequal'] = '<=';
560
$string['operatorlike'] = 'LIKE';
561
$string['operatorlikebetween'] = 'LIKE %..%';
562
$string['operatornotlike'] = 'NOT LIKE';
563
$string['operatorin'] = 'IN (...)';
564
$string['operatornotin'] = 'NOT IN (...)';
565
$string['operatorinquery'] = 'IN (Query)';
566
$string['operator'] = 'Operator';
567
 
568
// ...Form section headers.
569
$string['fieldssection'] = 'Fields setup';
570
$string['conditionsection'] = 'Condition setup';
571
$string['fields'] = 'Fields';
572
$string['field'] = 'Field';
573
$string['fieldtransformdata'] = 'Transform the format';
574
$string['fieldtransformdata_help'] = 'Transform the format of the value when displayed in the table';
575
 
576
$string['fieldcustomdata'] = 'Additional format value';
577
$string['fieldcustomdata_help'] = 'Enter the additional data related to the selected attribute
578
<b>For example: </b>
579
1. For the link attribute, enter the link and use the field values as parameters <br>
580
2. For the percent attribute, Use the outof value. For the grades use 10 otherwise it uses 100
581
';
582
 
583
$string['operatorcondition'] = 'Condition';
584
$string['conditionvalue'] = 'Value';
585
$string['customcondition'] = 'Custom condition query';
586
$string['conditionaddfields'] = 'Add {no} condition(s)';
587
$string['conditionvalue_help'] = 'Condition Value - Enter the specific value against which the condition will be checked. This value is crucial in determining when the condition is met or satisfied.
588
Enter the values with comma(,) for IN conditions';
589
 
590
// ...Developer datasource and table.
591
$string['attribute'] = 'Attribute';
592
$string['maintablenotconfigured'] = 'Main table not configured for the developer data source';
593
$string['persistenttablealias'] = 'Custom source main table';
594
$string['developerfield'] = '{$a}';
595
$string['developerfieldid'] = 'id';
596
$string['tablejoinshdr'] = 'Join tables';
597
 
598
$string['tablejoin'] = 'Select Join table';
599
$string['tablejoin_help'] = 'Choose the table to join with main table. Use the alias for conditions.';
600
$string['tablejoinon'] = 'Enter condition query to join';
601
$string['deletejoin'] = 'Delete this join table';
602
 
603
$string['placeholderfields'] = 'Placeholder fields';
604
$string['placeholderfields_help'] = 'Select the fields and use those fields in the field additional custom values with {field_name}, this will be replaced with its corresponding values.';
605
$string['generateattributes'] = 'Generate field attributes';
606
$string['fieldattributeshdr'] = 'Transform field data format';
607
$string['transformformat'] = 'Transform format of {$a}';
608
$string['enablejoins'] = 'Enable joins';
609
$string['enableconditions'] = 'Enable conditions';
610
$string['generatefields'] = 'Generate fields';
611
$string['addjointable'] = 'Add {no} join table to form';
612
$string['deletefield'] = 'Delete this field';
613
$string['deletecondition'] = 'Delete this condition';
614
$string['tablejoinstatichdr'] = 'Joint table #{$a}';
615
$string['tablejoinsalias'] = 'Table alias';
616
$string['fieldstatichdr'] = 'Field #0';
617
$string['conditionstatichdr'] = 'Condition #0';
618
$string['operatorcondition_help'] = 'Conjunctive Operator - Choose between "AND" and "OR" to define how multiple conditions are combined.
619
- "AND" requires that all conditions must be true for the overall condition to be met.
620
- "OR" requires that at least one of the conditions must be true for the overall condition to be met.';
621
 
622
// ...Skill progress dash addon widget.
623
$string['widget:skillprogress'] = 'Skill progress';
624
$string['widget:skillprogress_help'] = 'Skill Progress displays the user\'s overall progress in all selected skills, including the current level and points earned for each skill individually.';
625
$string['coursedates'] = 'Course dates';
626
$string['skills'] = 'Skills';
627
$string['donut'] = 'Donut';
628
$string['currentlevel'] = 'Current level';
629
$string['nextlevelpoints'] = 'Next level points';
630
$string['totallevelpoints'] = 'Total level points';
631
$string['hideindividualskills'] = 'Hide individual skills';
632
 
633
// ...Myskill condition.
634
$string['myskills'] = 'My skills';
635
$string['hidecompletedskills'] = 'Hide completed skills';
636
$string['currentcourseskills'] = 'Current course skills';
637
$string['totalpoints'] = 'Total points';
638
$string['nextlevelstr'] = '{$a->points} points to become {$a->name}';
639
 
640
// ...Dash skill levels visual display.
641
$string['widget:skilllevelvisuals'] = 'Skill level visuals';
642
$string['widget:skilllevelvisuals_help'] = 'Display the levels associated with the selected skill as images.';
643
$string['fieldcurrentlevel'] = 'Display current level';
644
$string['fieldalllevels'] = 'Display all levels';
645
$string['chooseskill'] = 'Choose skill';
646
$string['tablealias_tsk'] = 'Skills';
647
$string['yourcurrentlevel'] = 'Your current level';
648
 
649
// ... My profile widget strings.
650
$string['myprofiletable'] = 'Profile';
651
$string['widget:myprofile'] = 'My profile';
652
$string['widget:myprofile_help'] = 'Display the information about the user profile with important KPI';
653
 
654
$string['field:profileimage'] = 'Show user profile image';
655
$string['field:fullname'] = 'Show user\'s full name';
656
 
657
$string['field:completedcourses'] = 'Completed courses';
658
$string['field:enrolledprogress'] = 'Completed/total courses';
659
$string['field:coursesinprogress'] = 'Courses in progress';
660
$string['field:currentcoursescount'] = 'Current courses';
661
$string['field:futurecoursescount'] = 'Future courses';
662
$string['field:pastcoursescount'] = 'Past courses';
663
$string['field:earnedskillpoints'] = 'Earned skill points';
664
$string['field:earnedandtotalpoints'] = 'Earned/total skill points';
665
$string['field:loginstreak'] = 'Login streak';
666
$string['field:loginsthisweek'] = 'Logins this week';
667
$string['field:completedcoursesinweek'] = 'Completed courses this week';
668
$string['field:completedactivitiesinweek'] = 'Completed activities this week';
669
$string['field:numberofdueactivities'] = 'Number of due activities';
670
$string['field:numberofoverdueactivities'] = 'Number of overdue activities';
671
$string['field:numberofunreadmsg'] = 'Number of unread messages';
672
$string['field:numberofcontactreq'] = 'Number of contact requests';
673
$string['field:sincelogindays'] = 'Number of days since last login';
674
$string['field:teammemberscount'] = 'Number of team members';
675
$string['field:onlineuserscount'] = 'Number of users currently online';
676
$string['field:profileuserinfo'] = 'Profile user info {$a}';
677
$string['field:kpi'] = 'KPI {$a}';
678
$string['loginstreakdays'] = 'Login streak days';
679
$string['loginstreakdaysdesc'] = 'Set the number of consecutive days required to maintain a streak.';
680
 
681
// ...myprofile kpi labels displayed to users.
682
$string['label:completedcourses'] = 'Completed courses';
683
$string['label:enrolledprogress'] = 'Completed courses';
684
$string['label:coursesinprogress'] = 'Courses in progress';
685
$string['label:currentcoursescount'] = 'Current courses';
686
$string['label:futurecoursescount'] = 'Future courses';
687
$string['label:pastcoursescount'] = 'Past courses';
688
$string['label:earnedskillpoints'] = 'Points collected';
689
$string['label:earnedandtotalpoints'] = 'Earned/total points';
690
$string['label:loginstreak'] = 'Day streak';
691
$string['label:loginsthisweek'] = 'Logins this week';
692
$string['label:completedcoursesinweek'] = 'Courses completed this week';
693
$string['label:completedactivitiesinweek'] = 'Activities completed this week';
694
$string['label:numberofdueactivities'] = 'Due activities';
695
$string['label:numberofoverdueactivities'] = 'Overdue activities';
696
$string['label:numberofunreadmsg'] = 'Unread messages';
697
$string['label:numberofcontactreq'] = 'Contact requests';
698
$string['label:sincelogindays'] = 'Days since last login';
699
$string['label:teammemberscount'] = 'Team members';
700
$string['label:onlineuserscount'] = 'Users currently online';
701
 
702
// ...Block dash.
703
$string['learningpath:path'] = 'Path';
704
$string['learningpath:infoarea'] = 'Info area content';
705
 
706
$string['widget:learningpath'] = 'Learning Path';
707
$string['widget:learningpath_help'] = 'List of courses available in the learning path.';
708
 
709
$string['dot'] = "Dot";
710
$string['tinyimage'] = "Tiny image";
711
$string['smallimage'] = "Small image";
712
$string['mediumimage'] = "Medium image";
713
$string['largeimage'] = "Large image";
714
$string['extralargeimage'] = "Extra large image";
715
 
716
$string['menu'] = "Menu order";
717
$string['courseshortname'] = "Course short name";
718
$string['coursefullname'] = "Course full name";
719
$string['courseidnumber'] = "Course idnumber";
720
$string['coursestartdate'] = "Course start date";
721
 
722
$string['asc'] = "ASC";
723
$string['desc'] = "DESC";
724
 
725
 
726
$string['field:infoarea'] = "Info area";
727
$string['field:infoarea_help'] = "if true, show the info area";
728
$string['field:courseimgsize'] = "Course image size";
729
$string['field:courseimgsize_help'] = "
730
Dot — 20x20 px dot, without the course image. <br>
731
Tiny image — 35x35px.<br>
732
Small image — 50x50px.<br>
733
Medium image — 75x75px.<br>
734
Large image — 100x100px.<br>
735
Extra large image — 150x150px.
736
";
737
$string['field:startelement'] = "Start element";
738
$string['field:startelement_help'] = " if true, adds the start element at the beginning of the path";
739
$string['field:finishelement'] = "Finish element";
740
$string['field:finishelement_help'] = "if true, adds the finish element at the End of the path";
741
$string['field:detailsarea'] = "Details area";
742
$string['field:detailsarea_help'] = "if true, displays a details area as modal upon clicking the course";
743
$string['field:orderby'] = "Order by";
744
$string['field:orderby_help'] = "Order by";
745
$string['field:orderdirection'] = "Order direction";
746
$string['field:orderdirection_help'] = "Order direction";
747
$string['field:limit'] = "Limit";
748
$string['field:limit_help'] = "Limit";
749
$string['field:learningpathdesktop'] = "Path for Desktop";
750
$string['field:learningpathtablet'] = "Path for Tablet";
751
$string['field:learningpathmobile'] = "Path for Mobile";
752
$string['leanringpath_infocontent'] = 'You have completed <b>{$a->completed}</b> out of <b> {$a->total} </b> courses. The next course in this learning path is: <b> {$a->nextcourse}</b>';
753
$string['trialpath'] = "Trial";
754
$string['anothertrailpath'] = "Another trial";
755
$string['circlepath'] = "Circle";
756
$string['desktop_learningpath'] = "Learning Path for Desktop";
757
$string['desktop_learningpath_desc'] = "";
758
$string['tablet_learningpath'] = "Learning Path for Tablet";
759
$string['tablet_learningpath_desc'] = "";
760
$string['mobile_learningpath'] = "Learning Path for Mobile";
761
$string['mobile_learningpath_desc'] = "";
762
 
763
$string['resumelearningpath'] = "Resume learning path";
764
$string['completedlearningpath'] = "Learning path complete. Good job!";
765
 
766
$string['resumecourse'] = "Resume course";
767
$string['completedcourse'] = "Completed course";
768
$string['startcourse'] = "Start course";
769
 
770
$string['restrictcurrentsection'] = "Automatically restrict to current section";
771
$string['restrictcurrentsection_desc'] = "If a dash block with the content addon is added to a single-section page, it shall be automatically restricted to that section.";
772
 
773
$string['learningpathstart'] = 'Start';
774
$string['learningpathfinish'] = 'Finish';
775
$string['nocourselearnigpath'] = "No courses have been added to the learning path yet.";
776
 
777
// ... enrol program string.
778
$string['programimagelink'] = 'Program image linked';
779
$string['smart_coursebutton'] = 'Smart course button';
780
$string['fullnamelinked'] = 'Fullname linked';
781
$string['contextlinked'] = 'Context linked';
782
$string['description'] = 'Description';
783
$string['programs:view'] = 'View programs';
784
$string['selfallocationwithkey'] = 'Sigup (Key required)';
785
$string['viewprogram'] = 'View program';
786
 
787
$string['createddate'] = 'Created date';
788
$string['modifieddate'] = 'Last modified date';
789
$string['duedate'] = 'Due date';
790
$string['categoryurl'] = 'Category URL';
791
$string['modulename'] = 'Module Name';
792
$string['programbg'] = "Enrol Program image";
793
$string['programbg_desc'] = "";
794
 
795
// Course certificate datasource strings.
796
$string['downloadcertificate'] = 'Download certificate';
797
$string['certificatecodelinked'] = 'Code linked';
798
 
799
// Category datasource.
800
$string['categories'] = 'Categories';
801
$string['categories_help'] = 'Categories datasource list the available categories.';
802
$string['recentcoursename'] = 'Recent course';
803
$string['categoryimagelink'] = 'Category link';
804
$string['categoryimage'] = 'Category image';
805
$string['categorycoursecount'] = 'Courses count';
806
// ...Category image settings.
807
$string['categoryimgheading'] = 'Category image';
808
$string['categoryimgheadingsub'] = 'Categories images';
809
$string['categoryimgdesc'] = 'Add images for the categories';
810
$string['categoryimgcategory'] = 'Image for category {$a->category}';
811
$string['categoryimgfallback'] = 'Category fallback image';
812
$string['categoryimgfallbackdesc'] = 'Upload the image for the default fallback of categories. If new categories are created, the fallback image will be displayed until a new image is added for the category';
813
$string['categoryimageurl'] = 'Category image url';
814
 
815
$string['cssclass'] = "CSS classes";
816
$string['cssclass_help'] = "Use a custom CSS class to apply multiple classes.";
817
$string['backgroundposition'] = 'Background Position';
818
$string['backgroundposition_help'] = 'Background image will focused on the given position';
819
$string['designercustombgposition'] = "Custom Background Position";
820
$string['backgroundsize'] = 'Background Size';
821
$string['backgroundsize_help'] = 'Background image will displayed in the size';
822
$string['designercustombgsize'] = "Custom Background Size";
823
$string['backgroundsize_help'] = 'Background image will displayed in the size';
824
 
825
$string['initial'] = "Initial";
826
$string['lefttop'] = "Left Top";
827
$string['leftcenter'] = "Left Center";
828
$string['leftbottom'] = "Left Bottom";
829
$string['righttop'] = "Right Top";
830
$string['rightcenter'] = "Right Center";
831
$string['rightbottom'] = "Right Bottom";
832
$string['centertop'] = "Center Top";
833
$string['centercenter'] = "Center Center";
834
$string['centerbottom'] = "Center Bottom";
835
 
836
$string['auto'] = "Auto";
837
$string['cover'] = "Cover";
838
$string['contain'] = "Contain";
839
 
840
$string['strcustom'] = "Custom";
841
$string['cohorts'] = "Cohorts";
842
$string['users_mycohort'] = "Users in one of my cohorts";
843
 
844
$string['currentcategory'] = 'Current Category';
845
$string['dashicon'] = 'Icon';
846
$string['dashicon_help'] = 'This icon shows onlu in the dashboards data source.';
847
$string['dashthumbnailimg'] = 'Thumbnail image';
848
$string['dashthumbnailimgurl'] = 'Thumbnail image URL';
849
$string['dashthumbnailimg_help'] = "This thumbnail image shows only in dashboards data source";
850
$string['dashbgimg'] = 'Background image';
851
$string['dashbgimg_help'] = 'This background image used as background for the dashboard.';
852
$string['coredashboard'] = "Main dashboard";
853
$string['backgroundimageurl'] = 'Background image URL';
854
 
855
$string['border_option'] = "Show border";
856
$string['border_option_help'] = "You can add the border of dash block.";
857
$string['bordervalue'] = "Border Value";
858
 
859
 
860
$string['managedashaddonplugins'] = "Manage addons";
861
$string['dashaddonpluginname'] = 'Dash addon name';
862
$string['hideshow'] = 'Hide/Show';
863
 
864
$string['maindashboard'] = "Main dashboard";
865
$string['enterclasses'] = "Enter classes";
866
// Permissions role context.
867
$string['permissionsrolecontext'] = 'Role Context';
868
$string['permissionsrolecontext_help'] = 'Select the context for which the user\'s role should be checked (Any context or system context only)';
869
// ...Dashaddon skill graph strings.
870
$string['managecapabilitymissing'] = 'Require capability "moodle/competency:competencymanage" to access the page is missing';
871
$string['managecompentency'] = 'Manage competencies appearance';
872
$string['totalprogress'] = 'Total progress';
873
$string['setup'] = 'Setup';
874
$string['compentenciesnotfound'] = 'Competency not found.';
875
$string['competencyappearance'] = 'Competency appearances';
876
$string['competencyheading'] = 'Setup competency appearance';
877
$string['competencycolor'] = 'Competency color';
878
$string['competencyimage'] = 'Competency image';
879
$string['missingdatasource'] = "The datasources are missing. Please check them.";
880