]> git.mjollnir.org Git - moodle.git/commitdiff
A couple more strings for the sanity check.
authorrkingdon <rkingdon>
Tue, 17 Feb 2004 11:22:25 +0000 (11:22 +0000)
committerrkingdon <rkingdon>
Tue, 17 Feb 2004 11:22:25 +0000 (11:22 +0000)
lang/en/lesson.php

index 38d17ff81c95cebc18d39fef807fddb9847b11ae..43195f69ab08fad542ed5f25cea180b32d3cfefa 100644 (file)
@@ -26,6 +26,7 @@ $string['movepagehere'] = "Move page to here";
 $string['moving'] = "Moving page: \$a";
 $string['nextpage'] = "Next page";
 $string['noanswer'] = "No answer given";
+$string['noattemptrecordsfound'] = "No Attempt Records Found: No Grade given";
 $string['numberofcorrectanswers'] = "Number of correct answers: \$a";
 $string['numberofpagesviewed'] = "Number of pages viewed: \$a";
 $string['outof'] = "Out of \$a";
@@ -34,6 +35,7 @@ $string['pagecontents'] = "Page contents";
 $string['pagetitle'] = "Page title";
 $string['pleasecheckoneanswer'] = "Please check one answer";
 $string['response'] = "Response";
+$string['sanitycheckfailed'] = "Sanity Check Failed: This attempt has been deleted";
 $string['savepage'] = "Save page";
 $string['thispage'] = "This page";
 $string['youhaveseen'] = "You have seen more than one page of this lesson already.<br />Do you want to start at the last page you saw?";