From 8cceee8a1d76c0334da0c92d85fcd707ceb1b073 Mon Sep 17 00:00:00 2001 From: Serge Gauthier Date: Thu, 17 Mar 2016 13:51:27 -0400 Subject: [PATCH] MDL-53524 tool_lp: Rename 'related competencies' to 'cross-referenced competencies' --- admin/tool/lp/lang/en/tool_lp.php | 8 ++++---- admin/tool/lp/templates/manage_competencies_page.mustache | 2 +- admin/tool/lp/templates/related_competencies.mustache | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/admin/tool/lp/lang/en/tool_lp.php b/admin/tool/lp/lang/en/tool_lp.php index 5f0e0590fac..09429fdb84c 100644 --- a/admin/tool/lp/lang/en/tool_lp.php +++ b/admin/tool/lp/lang/en/tool_lp.php @@ -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'; diff --git a/admin/tool/lp/templates/manage_competencies_page.mustache b/admin/tool/lp/templates/manage_competencies_page.mustache index a4cd797f5cc..b5432f2d95a 100644 --- a/admin/tool/lp/templates/manage_competencies_page.mustache +++ b/admin/tool/lp/templates/manage_competencies_page.mustache @@ -91,7 +91,7 @@
  • - {{#pix}}t/add{{/pix}} {{#str}}addrelatedcompetency, tool_lp{{/str}} + {{#pix}}t/add{{/pix}} {{#str}}addcrossreferencedcompetency, tool_lp{{/str}}
  • diff --git a/admin/tool/lp/templates/related_competencies.mustache b/admin/tool/lp/templates/related_competencies.mustache index 919e205b018..b53ee4ae2a8 100644 --- a/admin/tool/lp/templates/related_competencies.mustache +++ b/admin/tool/lp/templates/related_competencies.mustache @@ -1,6 +1,6 @@

    - {{#str}}relatedcompetencies, tool_lp{{/str}}: + {{#str}}crossreferencedcompetencies, tool_lp{{/str}}:

      {{#relatedcompetencies}} @@ -19,6 +19,6 @@ {{/relatedcompetencies}}
    {{^relatedcompetencies}} - {{#str}}norelatedcompetencies, tool_lp{{/str}} + {{#str}}nocrossreferencedcompetencies, tool_lp{{/str}} {{/relatedcompetencies}}