]> git.mjollnir.org Git - moodle.git/commitdiff
Changed some lang entries for high scores feature
authormark-nielsen <mark-nielsen>
Sun, 10 Sep 2006 01:17:30 +0000 (01:17 +0000)
committermark-nielsen <mark-nielsen>
Sun, 10 Sep 2006 01:17:30 +0000 (01:17 +0000)
lang/en_utf8/lesson.php

index d1663bcfe54fa03b35c05f2acfb5ed30f5df6fc4..e6e17e52b2d254f7dc198257b3e57b115a23aa84 100644 (file)
@@ -147,6 +147,7 @@ $string['mediafilepopup'] = 'Click here to view this lesson\'s media file.';
 $string['mediaheight'] = 'Window height: ';
 $string['mediawidth'] = ' width: ';
 $string['minimumnumberofquestions'] = 'Minimum number of questions';
+$string['missingname'] = 'Please enter a nickname';
 $string['modattempts'] = 'Allow student review';
 $string['modattemptsnoteacher'] = 'Student review only works for students.';
 $string['modulename'] = 'Lesson';
@@ -273,7 +274,6 @@ $string['usepassword'] = 'Password protected lesson';
 $string['viewgrades'] = 'View grades';
 $string['viewhighscores'] = 'View high scores list';
 $string['viewreports'] = 'View $a->attempts completed $a->student attempts';
-$string['waitpostscore'] = 'Please wait while posting high score...';
 $string['welldone'] = 'Well done!';
 $string['whatdofirst'] = 'What would you like to do first?';
 $string['wronganswerjump'] = 'Wrong answer jump';
@@ -288,7 +288,4 @@ $string['yourgradeisnow'] = 'Your grade for the lesson has been changed to $a';
 $string['yourresponse'] = 'Your response';
 $string['youshouldview'] = 'You should answer at least: $a';
 
-
-
-
 ?>