Index: moodle/mod/lamslesson/lang/en/lamslesson.php =================================================================== diff -u -r82b05bec226a5e8a2e57f35727aefe8b8a3d2fad -rf33b561f38d98d71de239a1721f48dfc83bc738c --- moodle/mod/lamslesson/lang/en/lamslesson.php (.../lamslesson.php) (revision 82b05bec226a5e8a2e57f35727aefe8b8a3d2fad) +++ moodle/mod/lamslesson/lang/en/lamslesson.php (.../lamslesson.php) (revision f33b561f38d98d71de239a1721f48dfc83bc738c) @@ -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