You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$string['leanringpath_infocontent'] = 'You have completed {$a->completed} out of {$a->total} courses. The next course in this learning path is: <b> {$a->nextcourse}</b>';
745
+
$string['field:learningpathdesktop'] = "Path for Desktop";
746
+
$string['field:learningpathtablet'] = "Path for Tablet";
747
+
$string['field:learningpathmobile'] = "Path for Mobile";
748
+
$string['leanringpath_infocontent'] = 'You have completed <b>{$a->completed}</b> out of <b> {$a->total} </b> courses. The next course in this learning path is: <b> {$a->nextcourse}</b>';
747
749
$string['trialpath'] = "Trial";
748
750
$string['anothertrailpath'] = "Another trial";
749
751
$string['circlepath'] = "Circle";
@@ -759,12 +761,12 @@
759
761
760
762
$string['resumecourse'] = "Resume course";
761
763
$string['completedcourse'] = "Completed course";
764
+
$string['startcourse'] = "Start course";
762
765
763
766
$string['restrictcurrentsection'] = "Automatically restrict to current section";
764
767
$string['restrictcurrentsection_desc'] = "If a dash block with the content addon is added to a single-section page, it shall be automatically restricted to that section.";
765
768
766
769
$string['learningpathstart'] = 'Start';
767
770
$string['learningpathfinish'] = 'Finish';
771
+
$string['nocourselearnigpath'] = "No courses have been added to the learning path yet.";
768
772
769
-
$string['restrictcurrentsection'] = "Automatically restrict to current section";
770
-
$string['restrictcurrentsection_desc'] = "If a dash block with the content addon is added to a single-section page, it shall be automatically restricted to that section.";
0 commit comments