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 'tool_lp', language 'en'
|
|
|
19 |
*
|
|
|
20 |
* @package tool_lp
|
|
|
21 |
* @copyright 2015 Damyon Wiese
|
|
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
23 |
*/
|
|
|
24 |
|
|
|
25 |
defined('MOODLE_INTERNAL') || die();
|
|
|
26 |
|
|
|
27 |
$string['actions'] = 'Actions';
|
|
|
28 |
$string['activities'] = 'Activities';
|
|
|
29 |
$string['addcohorts'] = 'Add cohorts';
|
|
|
30 |
$string['addcohortstosync'] = 'Add cohorts to sync';
|
|
|
31 |
$string['addcompetency'] = 'Add competency';
|
|
|
32 |
$string['addcoursecompetencies'] = 'Add competencies to course';
|
|
|
33 |
$string['addcrossreferencedcompetency'] = 'Add cross-referenced competency';
|
|
|
34 |
$string['addingcompetencywillresetparentrule'] = 'Adding a new competency will remove the rule set on \'{$a}\'. Do you want to continue?';
|
|
|
35 |
$string['addnewcompetency'] = 'Add new competency';
|
|
|
36 |
$string['addnewcompetencyframework'] = 'Add new competency framework';
|
|
|
37 |
$string['addnewplan'] = 'Add new learning plan';
|
|
|
38 |
$string['addnewtemplate'] = 'Add new learning plan template';
|
|
|
39 |
$string['addnewuserevidence'] = 'Add new evidence';
|
|
|
40 |
$string['addtemplatecompetencies'] = 'Add competencies to learning plan template';
|
|
|
41 |
$string['aisrequired'] = '\'{$a}\' is required';
|
|
|
42 |
$string['aplanswerecreated'] = '{$a} learning plans were created.';
|
|
|
43 |
$string['aplanswerecreatedmoremayrequiresync'] = '{$a} learning plans were created; more will be created during the next synchronisation.';
|
|
|
44 |
$string['assigncohorts'] = 'Assign cohorts';
|
|
|
45 |
$string['averageproficiencyrate'] = 'The average proficiency rate for completed learning plans based on this template is {$a}%.';
|
|
|
46 |
$string['cancelreviewrequest'] = 'Cancel review request';
|
|
|
47 |
$string['cannotaddrules'] = 'This competency cannot be configured.';
|
|
|
48 |
$string['cannotcreateuserplanswhentemplateduedateispassed'] = 'New learning plans cannot be created. The template due date has expired, or is about to expire.';
|
|
|
49 |
$string['cannotcreateuserplanswhentemplatehidden'] = 'New learning plans cannot be created while this template is hidden.';
|
|
|
50 |
$string['category'] = 'Category';
|
|
|
51 |
$string['chooserating'] = 'Choose a rating...';
|
|
|
52 |
$string['cohortssyncedtotemplate'] = 'Cohorts synced to this learning plan template';
|
|
|
53 |
$string['competenciesforframework'] = 'Competencies for {$a}';
|
|
|
54 |
$string['competenciesmostoftennotproficient'] = 'Competencies most often not proficient in completed learning plans';
|
|
|
55 |
$string['competenciesmostoftennotproficientincourse'] = 'Competencies most often not proficient in this course';
|
|
|
56 |
$string['competencycannotbedeleted'] = 'The competency \'{$a}\' can not be deleted';
|
|
|
57 |
$string['competencycreated'] = 'Competency created';
|
|
|
58 |
$string['competencycrossreferencedcompetencies'] = '{$a} cross-referenced competencies';
|
|
|
59 |
$string['competencyframework'] = 'Competency framework';
|
|
|
60 |
$string['competencyframeworkcreated'] = 'Competency framework created.';
|
|
|
61 |
$string['competencyframeworkname'] = 'Name';
|
|
|
62 |
$string['competencyframeworkroot'] = 'No parent (top-level competency)';
|
|
|
63 |
$string['competencyframeworks'] = 'Competency frameworks';
|
|
|
64 |
$string['competencyframeworksrepository'] = 'Competency frameworks repository';
|
|
|
65 |
$string['competencyframeworkupdated'] = 'Competency framework updated.';
|
|
|
66 |
$string['competencyoutcome_complete'] = 'Mark as complete';
|
|
|
67 |
$string['competencyoutcome_evidence'] = 'Attach an evidence';
|
|
|
68 |
$string['competencyoutcome_none'] = 'None';
|
|
|
69 |
$string['competencyoutcome_recommend'] = 'Recommend the competency';
|
|
|
70 |
$string['competencypicker'] = 'Competency picker';
|
|
|
71 |
$string['competencyrule'] = 'Competency rule';
|
|
|
72 |
$string['competencyupdated'] = 'Competency updated';
|
|
|
73 |
$string['completeplan'] = 'Complete this learning plan';
|
|
|
74 |
$string['completeplanconfirm'] = 'Set the learning plan \'{$a}\' to completed? If so, the current status of all users\' competencies will be recorded, and the plan will become read only.';
|
|
|
75 |
$string['configurecoursecompetencysettings'] = 'Configure course competencies';
|
|
|
76 |
$string['configurescale'] = 'Configure scales';
|
|
|
77 |
$string['coursecompetencies'] = 'Course competencies';
|
|
|
78 |
$string['coursecompetencyratingsarenotpushedtouserplans'] = 'Competency ratings in this course do not affect learning plans.';
|
|
|
79 |
$string['coursecompetencyratingsarepushedtouserplans'] = 'Competency ratings in this course are updated immediately in learning plans.';
|
|
|
80 |
$string['coursecompetencyratingsquestion'] = 'When a course competency is rated, does the rating update the competency in the learning plans, or is it only applied to the course?';
|
|
|
81 |
$string['coursesusingthiscompetency'] = 'Courses linked to this competency';
|
|
|
82 |
$string['coveragesummary'] = '{$a->competenciescoveredcount} of {$a->competenciescount} competencies are covered ( {$a->coveragepercentage}% )';
|
|
|
83 |
$string['createplans'] = 'Create learning plans';
|
|
|
84 |
$string['createlearningplans'] = 'Create learning plans';
|
|
|
85 |
$string['crossreferencedcompetencies'] = 'Cross-referenced competencies';
|
|
|
86 |
$string['default'] = 'Default';
|
|
|
87 |
$string['deletecompetency'] = 'Delete competency \'{$a}\'?';
|
|
|
88 |
$string['deletecompetencyframework'] = 'Delete competency framework \'{$a}\'?';
|
|
|
89 |
$string['deletecompetencyparenthasrule'] = 'Delete competency \'{$a}\'? This will also remove the rule set for its parent.';
|
|
|
90 |
$string['deleteplan'] = 'Delete learning plan \'{$a}\'?';
|
|
|
91 |
$string['deleteplans'] = 'Delete the learning plans';
|
|
|
92 |
$string['deletetemplate'] = 'Delete learning plan template \'{$a}\'?';
|
|
|
93 |
$string['deletetemplatewithplans'] = 'This template has learning plans associated. You have to indicate how to process those plans.';
|
|
|
94 |
$string['deletethisplan'] = 'Delete this learning plan';
|
|
|
95 |
$string['deletethisuserevidence'] = 'Delete this evidence';
|
|
|
96 |
$string['deleteuserevidence'] = 'Delete the evidence of prior learning \'{$a}\'?';
|
|
|
97 |
$string['description'] = 'Description';
|
|
|
98 |
$string['duedate'] = 'Due date';
|
|
|
99 |
$string['duedate_help'] = 'The date that a learning plan should be completed by.';
|
|
|
100 |
$string['editcompetency'] = 'Edit competency';
|
|
|
101 |
$string['editcompetencyframework'] = 'Edit competency framework';
|
|
|
102 |
$string['editplan'] = 'Edit learning plan';
|
|
|
103 |
$string['editrating'] = 'Edit rating';
|
|
|
104 |
$string['edittemplate'] = 'Edit learning plan template';
|
|
|
105 |
$string['editthisplan'] = 'Edit this learning plan';
|
|
|
106 |
$string['editthisuserevidence'] = 'Edit this evidence';
|
|
|
107 |
$string['edituserevidence'] = 'Edit evidence';
|
|
|
108 |
$string['evidence'] = 'Evidence';
|
|
|
109 |
$string['findcourses'] = 'Find courses';
|
|
|
110 |
$string['filterbyactivity'] = 'Filter competencies by resource or activity';
|
|
|
111 |
$string['frameworkcannotbedeleted'] = 'The competency framework \'{$a}\' cannot be deleted';
|
|
|
112 |
$string['hidden'] = 'Hidden';
|
|
|
113 |
$string['hiddenhint'] = '(hidden)';
|
|
|
114 |
$string['idnumber'] = 'ID number';
|
|
|
115 |
$string['inheritfromframework'] = 'Inherit from competency framework (default)';
|
|
|
116 |
$string['itemstoadd'] = 'Items to add';
|
|
|
117 |
$string['jumptocompetency'] = 'Jump to competency';
|
|
|
118 |
$string['jumptouser'] = 'Jump to user';
|
|
|
119 |
$string['learningplancompetencies'] = 'Learning plan competencies';
|
|
|
120 |
$string['learningplans'] = 'Learning plans';
|
|
|
121 |
$string['levela'] = 'Level {$a}';
|
|
|
122 |
$string['linkcompetencies'] = 'Link competencies';
|
|
|
123 |
$string['linkcompetency'] = 'Link competency';
|
|
|
124 |
$string['linkedcompetencies'] = 'Linked competencies';
|
|
|
125 |
$string['linkedcourses'] = 'Linked courses';
|
|
|
126 |
$string['linkedcourseslist'] = 'Linked courses:';
|
|
|
127 |
$string['listcompetencyframeworkscaption'] = 'List of competency frameworks';
|
|
|
128 |
$string['listofevidence'] = 'List of evidence';
|
|
|
129 |
$string['listplanscaption'] = 'List of learning plans';
|
|
|
130 |
$string['listtemplatescaption'] = 'List of learning plan templates';
|
|
|
131 |
$string['loading'] = 'Loading...';
|
|
|
132 |
$string['locatecompetency'] = 'Locate competency';
|
|
|
133 |
$string['managecompetenciesandframeworks'] = 'Manage competencies and frameworks';
|
|
|
134 |
$string['modcompetencies'] = 'Course competencies';
|
|
|
135 |
$string['modcompetencies_help'] = 'Course competencies linked to this activity.';
|
|
|
136 |
$string['move'] = 'Move';
|
|
|
137 |
$string['movecompetency'] = 'Move competency';
|
|
|
138 |
$string['movecompetencyafter'] = 'Move competency after \'{$a}\'';
|
|
|
139 |
$string['movecompetencyframework'] = 'Move competency framework';
|
|
|
140 |
$string['movecompetencytochildofselfwillresetrules'] = 'Moving the competency will remove its own rule, and the rules set for its parent and destination. Do you want to continue?';
|
|
|
141 |
$string['movecompetencywillresetrules'] = 'Moving the competency will remove the rules set for its parent and destination. Do you want to continue?';
|
|
|
142 |
$string['moveframeworkafter'] = 'Move competency framework after \'{$a}\'';
|
|
|
143 |
$string['movetonewparent'] = 'Relocate';
|
|
|
144 |
$string['myplans'] = 'My learning plans';
|
|
|
145 |
$string['nfiles'] = '{$a} file(s)';
|
|
|
146 |
$string['noactivities'] = 'No activities';
|
|
|
147 |
$string['nocompetencies'] = 'No competencies have been created in this framework.';
|
|
|
148 |
$string['nocompetenciesincourse'] = 'No competencies have been linked to this course.';
|
|
|
149 |
$string['nocompetenciesinactivity'] = 'No competencies have been linked to this activity or resource.';
|
|
|
150 |
$string['nocompetenciesinevidence'] = 'No competencies have been linked to this evidence.';
|
|
|
151 |
$string['nocompetenciesinlearningplan'] = 'No competencies have been linked to this learning plan.';
|
|
|
152 |
$string['nocompetenciesintemplate'] = 'No competencies have been linked to this learning plan template.';
|
|
|
153 |
$string['nocompetenciesinlist'] = 'No competencies have been selected.';
|
|
|
154 |
$string['nocompetencyframeworks'] = 'No competency frameworks have been created yet.';
|
|
|
155 |
$string['nocompetencyselected'] = 'No competency selected';
|
|
|
156 |
$string['nocrossreferencedcompetencies'] = 'No other competencies have been cross-referenced to this competency.';
|
|
|
157 |
$string['noevidence'] = 'No evidence';
|
|
|
158 |
$string['nofiles'] = 'No files';
|
|
|
159 |
$string['nolinkedcourses'] = 'No courses are linked to this competency';
|
|
|
160 |
$string['noparticipants'] = 'No participants found.';
|
|
|
161 |
$string['noplanswerecreated'] = 'No learning plans were created.';
|
|
|
162 |
$string['notemplates'] = 'No learning plan templates have been created yet.';
|
|
|
163 |
$string['nourl'] = 'No URL';
|
|
|
164 |
$string['nouserevidence'] = 'No evidence of prior learning has been added yet.';
|
|
|
165 |
$string['nouserplans'] = 'No learning plans have been created yet.';
|
|
|
166 |
$string['oneplanwascreated'] = 'A learning plan was created';
|
|
|
167 |
$string['outcome'] = 'Outcome';
|
|
|
168 |
$string['overridegrade'] = 'Override existing competency grade when completed.';
|
|
|
169 |
$string['path'] = 'Path:';
|
|
|
170 |
$string['parentcompetency'] = 'Parent';
|
|
|
171 |
$string['parentcompetency_edit'] = 'Edit parent';
|
|
|
172 |
$string['parentcompetency_help'] = 'Define the parent under which the competency will be added. It can either be another competency within the same framework, or the root of the competency framework for a top-level competency.';
|
|
|
173 |
$string['planapprove'] = 'Make active';
|
|
|
174 |
$string['plancompleted'] = 'Learning plan completed';
|
|
|
175 |
$string['plancreated'] = 'Learning plan created';
|
|
|
176 |
$string['plandescription'] = 'Description';
|
|
|
177 |
$string['planname'] = 'Name';
|
|
|
178 |
$string['plantemplate'] = 'Select learning plan template';
|
|
|
179 |
$string['plantemplate_help'] = 'A learning plan created from a template will contain a list of competencies that match the template. Updates to the template will be reflected in any plan created from that template.';
|
|
|
180 |
$string['planunapprove'] = 'Send back to draft';
|
|
|
181 |
$string['planupdated'] = 'Learning plan updated';
|
|
|
182 |
$string['pluginname'] = 'Learning plans';
|
|
|
183 |
$string['points'] = 'Points';
|
|
|
184 |
$string['pointsgivenfor'] = 'Points given for \'{$a}\'';
|
|
|
185 |
$string['proficient'] = 'Proficient';
|
|
|
186 |
$string['progress'] = 'Progress';
|
|
|
187 |
$string['rate'] = 'Rate';
|
|
|
188 |
$string['ratecomment'] = 'Evidence notes';
|
|
|
189 |
$string['rating'] = 'Rating';
|
|
|
190 |
$string['ratingaffectsonlycourse'] = 'Rating a competency only updates the competency in this course';
|
|
|
191 |
$string['ratingaffectsuserplans'] = 'Rating a competency also updates the competency in all of the learning plans';
|
|
|
192 |
$string['reopenplan'] = 'Reopen this learning plan';
|
|
|
193 |
$string['reopenplanconfirm'] = 'Reopen the learning plan \'{$a}\'? If so, the status of the users\' competencies that was recorded at the time the plan was previously completed will be deleted, and the plan will become active again.';
|
|
|
194 |
$string['requestreview'] = 'Request review';
|
|
|
195 |
$string['reviewer'] = 'Reviewer';
|
|
|
196 |
$string['reviewstatus'] = 'Review status';
|
|
|
197 |
$string['savechanges'] = 'Save changes';
|
|
|
198 |
$string['scale'] = 'Scale';
|
|
|
199 |
$string['scale_help'] = 'A scale determines how proficiency is measured in a competency. After selecting a scale, it needs to be configured.
|
|
|
200 |
|
|
|
201 |
* The item selected as \'Default\' is the rating given when a competency is automatically completed.
|
|
|
202 |
* The item(s) selected as \'Proficient\' indicate(s) which value(s) will mark the competencies as proficient when they are rated.';
|
|
|
203 |
$string['scalevalue'] = 'Scale value';
|
|
|
204 |
$string['search'] = 'Search...';
|
|
|
205 |
$string['selectcohortstosync'] = 'Select cohorts to sync';
|
|
|
206 |
$string['selectcompetencymovetarget'] = 'Select a location to move this competency to:';
|
|
|
207 |
$string['selectedcompetency'] = 'Selected competency';
|
|
|
208 |
$string['selectuserstocreateplansfor'] = 'Select users to create learning plans for';
|
|
|
209 |
$string['sendallcompetenciestoreview'] = 'Send all competencies in review for evidence of prior learning \'{$a}\'';
|
|
|
210 |
$string['sendcompetenciestoreview'] = 'Send competencies for review';
|
|
|
211 |
$string['shortname'] = 'Name';
|
|
|
212 |
$string['sitedefault'] = ' (Site default) ';
|
|
|
213 |
$string['startreview'] = 'Start review';
|
|
|
214 |
$string['state'] = 'State';
|
|
|
215 |
$string['status'] = 'Status';
|
|
|
216 |
$string['stopreview'] = 'Finish review';
|
|
|
217 |
$string['stopsyncingcohort'] = 'Stop syncing cohort';
|
|
|
218 |
$string['taxonomies'] = 'Taxonomies';
|
|
|
219 |
$string['taxonomy_add_behaviour'] = 'Add behaviour';
|
|
|
220 |
$string['taxonomy_add_competency'] = 'Add competency';
|
|
|
221 |
$string['taxonomy_add_concept'] = 'Add concept';
|
|
|
222 |
$string['taxonomy_add_domain'] = 'Add domain';
|
|
|
223 |
$string['taxonomy_add_indicator'] = 'Add indicator';
|
|
|
224 |
$string['taxonomy_add_level'] = 'Add level';
|
|
|
225 |
$string['taxonomy_add_outcome'] = 'Add outcome';
|
|
|
226 |
$string['taxonomy_add_practice'] = 'Add practice';
|
|
|
227 |
$string['taxonomy_add_proficiency'] = 'Add proficiency';
|
|
|
228 |
$string['taxonomy_add_skill'] = 'Add skill';
|
|
|
229 |
$string['taxonomy_add_value'] = 'Add value';
|
|
|
230 |
$string['taxonomy_edit_behaviour'] = 'Edit behaviour';
|
|
|
231 |
$string['taxonomy_edit_competency'] = 'Edit competency';
|
|
|
232 |
$string['taxonomy_edit_concept'] = 'Edit concept';
|
|
|
233 |
$string['taxonomy_edit_domain'] = 'Edit domain';
|
|
|
234 |
$string['taxonomy_edit_indicator'] = 'Edit indicator';
|
|
|
235 |
$string['taxonomy_edit_level'] = 'Edit level';
|
|
|
236 |
$string['taxonomy_edit_outcome'] = 'Edit outcome';
|
|
|
237 |
$string['taxonomy_edit_practice'] = 'Edit practice';
|
|
|
238 |
$string['taxonomy_edit_proficiency'] = 'Edit proficiency';
|
|
|
239 |
$string['taxonomy_edit_skill'] = 'Edit skill';
|
|
|
240 |
$string['taxonomy_edit_value'] = 'Edit value';
|
|
|
241 |
$string['taxonomy_parent_behaviour'] = 'Parent behaviour';
|
|
|
242 |
$string['taxonomy_parent_competency'] = 'Parent competency';
|
|
|
243 |
$string['taxonomy_parent_concept'] = 'Parent concept';
|
|
|
244 |
$string['taxonomy_parent_domain'] = 'Parent domain';
|
|
|
245 |
$string['taxonomy_parent_indicator'] = 'Parent indicator';
|
|
|
246 |
$string['taxonomy_parent_level'] = 'Parent level';
|
|
|
247 |
$string['taxonomy_parent_outcome'] = 'Parent outcome';
|
|
|
248 |
$string['taxonomy_parent_practice'] = 'Parent practice';
|
|
|
249 |
$string['taxonomy_parent_proficiency'] = 'Parent proficiency';
|
|
|
250 |
$string['taxonomy_parent_skill'] = 'Parent skill';
|
|
|
251 |
$string['taxonomy_parent_value'] = 'Parent value';
|
|
|
252 |
$string['taxonomy_selected_behaviour'] = 'Selected behaviour';
|
|
|
253 |
$string['taxonomy_selected_competency'] = 'Selected competency';
|
|
|
254 |
$string['taxonomy_selected_concept'] = 'Selected concept';
|
|
|
255 |
$string['taxonomy_selected_domain'] = 'Selected domain';
|
|
|
256 |
$string['taxonomy_selected_indicator'] = 'Selected indicator';
|
|
|
257 |
$string['taxonomy_selected_level'] = 'Selected level';
|
|
|
258 |
$string['taxonomy_selected_outcome'] = 'Selected outcome';
|
|
|
259 |
$string['taxonomy_selected_practice'] = 'Selected practice';
|
|
|
260 |
$string['taxonomy_selected_proficiency'] = 'Selected proficiency';
|
|
|
261 |
$string['taxonomy_selected_skill'] = 'Selected skill';
|
|
|
262 |
$string['taxonomy_selected_value'] = 'Selected value';
|
|
|
263 |
$string['template'] = 'Learning plan template';
|
|
|
264 |
$string['templatebased'] = 'Template based';
|
|
|
265 |
$string['templatecohortnotsyncedwhileduedateispassed'] = 'Cohorts will not be synchronised if the template\'s due date has passed.';
|
|
|
266 |
$string['templatecohortnotsyncedwhilehidden'] = 'Cohorts will not be synchronised while this template is hidden.';
|
|
|
267 |
$string['templatecompetencies'] = 'Learning plan template competencies';
|
|
|
268 |
$string['templatecreated'] = 'Learning plan template created';
|
|
|
269 |
$string['templatename'] = 'Name';
|
|
|
270 |
$string['templates'] = 'Learning plan templates';
|
|
|
271 |
$string['templateupdated'] = 'Learning plan template updated';
|
|
|
272 |
$string['totalrequiredtocomplete'] = 'Total required to complete';
|
|
|
273 |
$string['unlinkcompetencycourse'] = 'Unlink the competency \'{$a}\' from the course?';
|
|
|
274 |
$string['unlinkcompetencyplan'] = 'Unlink the competency \'{$a}\' from the learning plan?';
|
|
|
275 |
$string['unlinkcompetencytemplate'] = 'Unlink the competency \'{$a}\' from the learning plan template?';
|
|
|
276 |
$string['unlinkplanstemplate'] = 'Unlink the learning plans from their template';
|
|
|
277 |
$string['unlinkplantemplate'] = 'Unlink from learning plan template';
|
|
|
278 |
$string['unlinkplantemplateconfirm'] = 'Unlink the learning plan \'{$a}\' from its template? Any change made to the template will no longer be applied to the plan. This action can not be undone.';
|
|
|
279 |
$string['uponcoursecompletion'] = 'Upon course completion:';
|
|
|
280 |
$string['uponcoursemodulecompletion'] = 'Upon activity completion:';
|
|
|
281 |
$string['usercompetencyfrozen'] = 'This record is now frozen. It reflects the state of the user\'s competency when their learning plan was marked as complete.';
|
|
|
282 |
$string['userevidence'] = 'Evidence of prior learning';
|
|
|
283 |
$string['userevidencecreated'] = 'Evidence of prior learning created';
|
|
|
284 |
$string['userevidencedescription'] = 'Description';
|
|
|
285 |
$string['userevidencefiles'] = 'Files';
|
|
|
286 |
$string['userevidencename'] = 'Name';
|
|
|
287 |
$string['userevidencesummary'] = 'Summary';
|
|
|
288 |
$string['userevidenceupdated'] = 'Evidence of prior learning updated';
|
|
|
289 |
$string['userevidenceurl'] = 'URL';
|
|
|
290 |
$string['userevidenceurl_help'] = 'The URL must start with \'http://\' or \'https://\'.';
|
|
|
291 |
$string['viewdetails'] = 'View details';
|
|
|
292 |
$string['visible'] = 'Visible';
|
|
|
293 |
$string['visible_help'] = 'A competency framework can be hidden whilst it is being set up or updated to a new version.';
|
|
|
294 |
$string['when'] = 'When';
|
|
|
295 |
$string['xcompetencieslinkedoutofy'] = '{$a->x} out of {$a->y} competencies linked to courses';
|
|
|
296 |
$string['xcompetenciesproficientoutofy'] = '{$a->x} out of {$a->y} competencies are proficient';
|
|
|
297 |
$string['xcompetenciesproficientoutofyincourse'] = 'You are proficient in {$a->x} out of {$a->y} competencies in this course.';
|
|
|
298 |
$string['xplanscompletedoutofy'] = '{$a->x} out of {$a->y} learning plans completed for this template';
|
|
|
299 |
$string['privacy:metadata'] = 'The Learning plans plugin does not store any personal data.';
|