]> git.mjollnir.org Git - moodle.git/commitdiff
Modified some strings and added a few others
authormark-nielsen <mark-nielsen>
Sat, 30 Dec 2006 17:31:37 +0000 (17:31 +0000)
committermark-nielsen <mark-nielsen>
Sat, 30 Dec 2006 17:31:37 +0000 (17:31 +0000)
lang/en_utf8/lesson.php

index 80829e3034e2ddfd99fa98ec8e9ca04a5de91c03..61a7b4b43280743e6a12b61340b7b7af833ab772 100644 (file)
@@ -1,7 +1,6 @@
 <?PHP // $Id$ 
       // lesson.php - created with Moodle 1.7 beta + (2006101003)
 
-
 $string['accesscontrol'] = 'Access control';
 $string['actionaftercorrectanswer'] = 'Action after correct answer';
 $string['actions'] = 'Actions';
@@ -139,10 +138,10 @@ $string['lessonopen'] = 'This lesson will be open on $a.';
 $string['lessonopens'] = 'Lesson opens';
 $string['lessonpagelinkingbroken'] = 'First page not found.  Lesson page linking must be broken.  Please contact an admin.';
 $string['lessonstats'] = 'Lesson statistics';
+$string['linkedmedia'] = 'Linked media';
 $string['loginfail'] = 'Login failed, please try again...';
 $string['lowscore'] = 'Low score';
 $string['lowtime'] = 'Low time';
-$string['mainmenu'] = 'Course menu';
 $string['manualgrading'] = 'Grade Essays';
 $string['matchesanswer'] = 'Matches with answer';
 $string['maxhighscores'] = 'Number of high scores displayed';
@@ -153,7 +152,7 @@ $string['maxtime'] = 'Time limit (minutes)';
 $string['maxtimewarning'] = 'You have $a minute(s) to finish the lesson.';
 $string['mediaclose'] = 'Show close button:';
 $string['mediafile'] = 'Pop-up to file or web page';
-$string['mediafilepopup'] = 'Click here to view this lesson\'s media file.';
+$string['mediafilepopup'] = 'Click here to view';
 $string['mediaheight'] = 'Window height:';
 $string['mediawidth'] = 'width:';
 $string['minimumnumberofquestions'] = 'Minimum number of questions';
@@ -235,7 +234,7 @@ $string['redisplaypage'] = 'Redisplay page';
 $string['report'] = 'Report';
 $string['reports'] = 'Reports';
 $string['response'] = 'Response';
-$string['returnmainmenu'] = 'Return to main menu';
+$string['returnto'] = 'Return to $a';
 $string['returntocourse'] = 'Return to the course';
 $string['review'] = 'Review';
 $string['reviewlesson'] = 'Review lesson';
@@ -299,5 +298,4 @@ $string['yourcurrentgradeis'] = 'Your current grade is $a';
 $string['yourcurrentgradeisoutof'] = 'Your current grade is $a->grade out of $a->total';
 $string['youshouldview'] = 'You should answer at least: $a';
 
-
 ?>