From: rkingdon Date: Tue, 17 Feb 2004 11:22:25 +0000 (+0000) Subject: A couple more strings for the sanity check. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c65e968162f4686e2d49f960d85b1ed37fb75812;p=moodle.git A couple more strings for the sanity check. --- diff --git a/lang/en/lesson.php b/lang/en/lesson.php index 38d17ff81c..43195f69ab 100644 --- a/lang/en/lesson.php +++ b/lang/en/lesson.php @@ -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.
Do you want to start at the last page you saw?";