Skip to content

Commit

Permalink
MDL-53524 tool_lp: Rename 'related competencies' to 'cross-referenced…
Browse files Browse the repository at this point in the history
… competencies'
  • Loading branch information
gauts authored and Frederic Massart committed Apr 18, 2016
1 parent 95bc566 commit 8cceee8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions admin/tool/lp/lang/en/tool_lp.php
Expand Up @@ -26,13 +26,13 @@
$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.';
Expand Down Expand Up @@ -62,7 +62,7 @@
$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';
Expand All @@ -81,6 +81,7 @@
$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.';
Expand Down Expand Up @@ -252,12 +253,12 @@
$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.';
Expand Down Expand Up @@ -287,7 +288,6 @@
$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';
Expand Down
2 changes: 1 addition & 1 deletion admin/tool/lp/templates/manage_competencies_page.mustache
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions admin/tool/lp/templates/related_competencies.mustache
@@ -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}}
Expand All @@ -19,6 +19,6 @@
{{/relatedcompetencies}}
</ul>
{{^relatedcompetencies}}
{{#str}}norelatedcompetencies, tool_lp{{/str}}
{{#str}}nocrossreferencedcompetencies, tool_lp{{/str}}
{{/relatedcompetencies}}
</div>

0 comments on commit 8cceee8

Please sign in to comment.