From: moodler Date: Wed, 7 Jul 2004 12:43:01 +0000 (+0000) Subject: Some new strings for passwords and IP subnets X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=74da954c11eddec50d71abfc07c141a64c6c74fe;p=moodle.git Some new strings for passwords and IP subnets --- diff --git a/lang/en/quiz.php b/lang/en/quiz.php index 73e428eb5d..88344d9315 100644 --- a/lang/en/quiz.php +++ b/lang/en/quiz.php @@ -174,6 +174,8 @@ $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['time'] = 'Time'; $string['timecompleted'] = 'Completed'; $string['timetaken'] = 'Time taken';