MDL-55586 blocks_lp: Translation strings in competencies

This commit is contained in:
Issam Taboubi
2016-09-19 12:01:19 -04:00
parent 1f2744851f
commit c2cd126033
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -28,6 +28,8 @@ $string['competenciestoreview'] = 'Competencies to review';
$string['lp:addinstance'] = 'Add a new learning plans block';
$string['lp:myaddinstance'] = 'Add a new learning plans block to Dashboard';
$string['lp:view'] = 'View learning plans block';
$string['myplans'] = 'My plans';
$string['noactiveplans'] = 'No active plans at the moment.';
$string['planstoreview'] = 'Plans to review';
$string['pluginname'] = 'Learning plans';
$string['viewmore'] = 'View more...';
+3 -3
View File
@@ -37,7 +37,7 @@
}}
<div>
{{#hasplans}}
<h3>My plans</h3>
<h3>{{#str}}myplans, block_lp{{/str}}</h3>
<div class="sub-content">
{{#hasactiveplans}}
<ul>
@@ -50,7 +50,7 @@
</ul>
{{/hasactiveplans}}
{{^hasactiveplans}}
<p>No active plans at the moment. <a href="{{plansurl}}">{{#str}}viewotherplans, block_lp{{/str}}</a></p>
<p>{{#str}}noactiveplans, block_lp{{/str}} <a href="{{plansurl}}">{{#str}}viewotherplans, block_lp{{/str}}</a></p>
{{/hasactiveplans}}
</div>
{{/hasplans}}
@@ -70,7 +70,7 @@
</div>
{{/hascompstoreview}}
{{#hasplanstoreview}}
<h3>Plans to review</h3>
<h3>{{#str}}planstoreview, block_lp{{/str}}</h3>
<div class="sub-content">
<ul>
{{#planstoreview}}