Index: moodle/mod/lamslesson/lang/en/lamslesson.php =================================================================== RCS file: /usr/local/cvsroot/moodle/mod/lamslesson/lang/en/lamslesson.php,v diff -u -r1.5 -r1.6 --- moodle/mod/lamslesson/lang/en/lamslesson.php 24 Jan 2011 14:31:03 -0000 1.5 +++ moodle/mod/lamslesson/lang/en/lamslesson.php 31 Jan 2011 01:07:48 -0000 1.6 @@ -43,6 +43,11 @@ $string['availablesequences'] = 'Sequences'; $string['openauthor'] = 'Author new LAMS lessons'; +// Capabilities +$string['lamslesson:manage'] = 'Manage lessons'; +$string['lamslesson:participate'] = 'Participate in lessons'; + + // Admin interface $string['adminheader'] = 'LAMS Server Configuration'; $string['admindescription'] = 'Configure your LAMS server settings. Make sure that the values you enter here correspond with the once you already entered in your LAMS server. Otherwise the integration might not work.'; @@ -97,4 +102,6 @@ $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 +$string['ymmv'] = 'Total activities depend on your learning path.'; +$string['yourmarkis'] = 'Your final mark/grade is:'; +$string['outofmark'] = 'out of';