]> git.mjollnir.org Git - moodle.git/commitdiff
Missing string for password stuff
authormoodler <moodler>
Thu, 8 Jul 2004 08:00:03 +0000 (08:00 +0000)
committermoodler <moodler>
Thu, 8 Jul 2004 08:00:03 +0000 (08:00 +0000)
lang/en/quiz.php

index 88344d9315ba9a659513692e68f5589371cfbc77..36a7d3d445c8eb04c2d17b7aaaad09d7a1169157 100644 (file)
@@ -123,6 +123,8 @@ $string['notenoughsubquestions'] = 'Not enough sub-questions have been defined!<
 $string['notenoughanswers'] = 'This type of question requires at least $a answers';
 $string['numerical'] = 'Numerical';
 $string['paragraphquestion'] = 'Paragraph Question not supported at line $a. The question will be ignored';
+$string['passworderror'] = 'The password entered was incorrect';
+$string['passworderror'] = 'The password entered was incorrect';
 $string['percentcorrect'] = 'Percent Correct';
 $string['publish'] = 'Publish';
 $string['publishedit'] = 'You must have permission in the publishing course to add or edit questions in this category';
@@ -159,6 +161,9 @@ $string['reportmulti_resp'] = 'Individual Responses';
 $string['reportoverview'] = 'Overview';
 $string['reportregrade'] = 'Regrade attempts';
 $string['reportsimplestat'] = 'Simple statistics';
+$string['requirepassword'] = 'Require password';
+$string['requirepasswordmessage'] = 'To attempt this quiz you need to know the quiz password';
+$string['requiresubnet'] = 'Require network address';
 $string['review'] = 'Review';
 $string['save'] = 'Save';
 $string['savegrades'] = 'Save grades';
@@ -174,8 +179,7 @@ $string['showcorrectanswer'] = 'In feedback, show correct answers?';
 $string['showfeedback'] = 'After answering, show feedback?';
 $string['shuffleanswers'] = 'Shuffle answers';
 $string['shufflequestions'] = 'Shuffle questions';
-$string['requirepassword'] = 'Require password';
-$string['requiresubnet'] = 'Require network address';
+$string['subneterror'] = 'Sorry, this quiz has been locked so that it is only accessible from certain locations.  Currently your computer is not one of those allowed to use this quiz.';
 $string['time'] = 'Time';
 $string['timecompleted'] = 'Completed';
 $string['timetaken'] = 'Time taken';