Index: moodle/mod/lamslesson/lang/en/lamslesson.php =================================================================== diff -u -re4196a23f0ee88b42d53c9e2bcf728170f3da793 -rdd28ba5f76c6f048cf8995119ce74c7a93837078 --- moodle/mod/lamslesson/lang/en/lamslesson.php (.../lamslesson.php) (revision e4196a23f0ee88b42d53c9e2bcf728170f3da793) +++ moodle/mod/lamslesson/lang/en/lamslesson.php (.../lamslesson.php) (revision dd28ba5f76c6f048cf8995119ce74c7a93837078) @@ -86,5 +86,13 @@ $string['introduction'] = 'Introduction'; $string['openmonitor'] = 'Monitor this lesson'; $string['lastmodified'] = 'Last modified'; -$string['openlesson'] = 'Click here to open the lesson now'; +$string['openlesson'] = 'Open Lesson'; $string['empty'] = 'empty'; +$string['completionfinish'] = 'Show as complete when user finished the lesson'; +$string['yourprogress'] = 'Your Lesson Progress'; +$string['youhavecompleted'] = 'You have completed: '; +$string['outof'] = 'out of approximately'; +$string['lessonincompleted'] = 'Lesson is not yet completed'; +$string['lessoncompleted'] = 'You have completed this lesson'; +$string['activities'] = 'activities'; +$string['ymmv'] = 'Total activities depend on your learning path.'; \ No newline at end of file