MDL-53524 tool_lp: Rename 'related competencies' to 'cross-referenced competencies'
This commit is contained in:
committed by
Frederic Massart
parent
95bc566d52
commit
8cceee8a1d
@@ -26,13 +26,13 @@ $string['actions'] = 'Actions';
|
||||
$string['activities'] = 'Activities';
|
||||
$string['addcohorts'] = 'Add cohorts';
|
||||
$string['addcompetency'] = 'Add competency';
|
||||
$string['addcrossreferencedcompetency'] = 'Add cross-referenced competency';
|
||||
$string['addingcompetencywillresetparentrule'] = 'Adding a new competency will remove the rule set on \'{$a}\'. Do you want to continue?';
|
||||
$string['addnewcompetency'] = 'Add new competency';
|
||||
$string['addnewcompetencyframework'] = 'Add new competency framework';
|
||||
$string['addnewplan'] = 'Add new learning plan';
|
||||
$string['addnewtemplate'] = 'Add new learning plan template';
|
||||
$string['addnewuserevidence'] = 'Add new evidence';
|
||||
$string['addrelatedcompetency'] = 'Add related competency';
|
||||
$string['aisrequired'] = '\'{$a}\' is required';
|
||||
$string['allchildrenarecomplete'] = 'All children are complete';
|
||||
$string['aplanswerecreated'] = '{$a} plans were created.';
|
||||
@@ -62,7 +62,7 @@ $string['competencyoutcome_evidence'] = 'Attach an evidence';
|
||||
$string['competencyoutcome_none'] = 'None';
|
||||
$string['competencyoutcome_recommend'] = 'Recommend the competency';
|
||||
$string['competencypicker'] = 'Competency picker';
|
||||
$string['competencyrelatedcompetencies'] = '{$a} related competencies';
|
||||
$string['competencycrossreferencedcompetencies'] = '{$a} cross-referenced competencies';
|
||||
$string['competencyrule'] = 'Competency rule';
|
||||
$string['competencyupdated'] = 'Competency updated';
|
||||
$string['completeplan'] = 'Complete this learning plan';
|
||||
@@ -81,6 +81,7 @@ $string['coursemodulecompetencyoutcome_recommend'] = 'Send for review';
|
||||
$string['coursesusingthiscompetency'] = 'Courses linked to this competency';
|
||||
$string['coveragesummary'] = '{$a->competenciescoveredcount} of {$a->competenciescount} competencies are covered ( {$a->coveragepercentage} % )';
|
||||
$string['createplans'] = 'Create plans';
|
||||
$string['crossreferencedcompetencies'] = 'Cross-referenced competencies';
|
||||
$string['default'] = 'Default';
|
||||
$string['deletecompetency'] = 'Delete competency \'{$a}\'?';
|
||||
$string['deletecompetencyparenthasrule'] = 'Delete competency \'{$a}\'? This will also remove the rule set on its parent.';
|
||||
@@ -252,12 +253,12 @@ $string['nocompetenciesincourse'] = 'No competencies have been linked to this co
|
||||
$string['nocompetenciesintemplate'] = 'No competencies have been linked to this template.';
|
||||
$string['nocompetencyframeworks'] = 'No competency frameworks have been created yet.';
|
||||
$string['nocompetencyselected'] = 'No competency selected';
|
||||
$string['nocrossreferencedcompetencies'] = 'No other competencies have been cross-referenced to this competency.';
|
||||
$string['nofiles'] = 'No files';
|
||||
$string['noevidence'] = 'No evidence';
|
||||
$string['nolinkedcourses'] = 'No courses are linked to this competency';
|
||||
$string['noparticipants'] = 'No participants found.';
|
||||
$string['noplanswerecreated'] = 'No plans were created.';
|
||||
$string['norelatedcompetencies'] = 'No other competencies have been related to this competency.';
|
||||
$string['notemplates'] = 'No learning plan templates have been created yet.';
|
||||
$string['nourl'] = 'No URL';
|
||||
$string['nouserevidence'] = 'No evidence of prior learning have been added yet.';
|
||||
@@ -287,7 +288,6 @@ $string['proficient'] = 'Proficient';
|
||||
$string['rate'] = 'Rate';
|
||||
$string['ratecomment'] = 'Evidence notes';
|
||||
$string['rating'] = 'Rating';
|
||||
$string['relatedcompetencies'] = 'Related competencies';
|
||||
$string['reviewstatus'] = 'Review status';
|
||||
$string['requestreview'] = 'Request review';
|
||||
$string['reopenplan'] = 'Reopen this learning plan';
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" data-action="relatedcompetencies">
|
||||
{{#pix}}t/add{{/pix}} {{#str}}addrelatedcompetency, tool_lp{{/str}}
|
||||
{{#pix}}t/add{{/pix}} {{#str}}addcrossreferencedcompetency, tool_lp{{/str}}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div data-region="relatedcompetencies">
|
||||
<p>
|
||||
<strong>{{#str}}relatedcompetencies, tool_lp{{/str}}:</strong>
|
||||
<strong>{{#str}}crossreferencedcompetencies, tool_lp{{/str}}:</strong>
|
||||
</p>
|
||||
<ul>
|
||||
{{#relatedcompetencies}}
|
||||
@@ -19,6 +19,6 @@
|
||||
{{/relatedcompetencies}}
|
||||
</ul>
|
||||
{{^relatedcompetencies}}
|
||||
{{#str}}norelatedcompetencies, tool_lp{{/str}}
|
||||
{{#str}}nocrossreferencedcompetencies, tool_lp{{/str}}
|
||||
{{/relatedcompetencies}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user