From: moodler Date: Thu, 8 Jul 2004 08:00:03 +0000 (+0000) Subject: Missing string for password stuff X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3230a30655ab50766a6897e3c1ad3e5f4316a4cd;p=moodle.git Missing string for password stuff --- diff --git a/lang/en/quiz.php b/lang/en/quiz.php index 88344d9315..36a7d3d445 100644 --- a/lang/en/quiz.php +++ b/lang/en/quiz.php @@ -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';