MDL-55586 report_competency: Translation strings in competencies

This commit is contained in:
Issam Taboubi 2016-09-14 11:31:39 -04:00
parent c2cd126033
commit 0d12feb6c8
2 changed files with 5 additions and 1 deletions

View File

@ -24,6 +24,7 @@
$string['competency'] = 'Competency';
$string['coursecompetencybreakdownsummary'] = 'A report of all the students in the course, and their progress towards the course competencies';
$string['notrated'] = 'Not rated';
$string['pluginname'] = 'Competency breakdown';
$string['rating'] = 'Rating';
$string['usercompetencysummary'] = 'User competency summary';

View File

@ -1 +1,4 @@
<a href="#" title="{{#str}}usercompetencysummary, report_competency{{/str}}">{{#grade}}{{gradename}}{{/grade}}{{^grade}}Not rated{{/grade}}</a>
<a href="#" title="{{#str}}usercompetencysummary, report_competency{{/str}}">
{{#grade}}{{gradename}}{{/grade}}
{{^grade}}{{#str}}notrated, report_competency{{/str}}{{/grade}}
</a>