]> git.mjollnir.org Git - moodle.git/commitdiff
Added string overdue for quiztimer
authorjulmis <julmis>
Tue, 27 Jul 2004 02:09:48 +0000 (02:09 +0000)
committerjulmis <julmis>
Tue, 27 Jul 2004 02:09:48 +0000 (02:09 +0000)
lang/en/quiz.php

index 36a7d3d445c8eb04c2d17b7aaaad09d7a1169157..ec025ac603f2c17067d300dd24957055b04cf913 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP // $Id$ 
+<?PHP // $Id$
       // quiz.php - created with Moodle 1.2 development (2004010900)
 
 
@@ -204,4 +204,5 @@ $string['timeleft'] = 'Time Remaining';
 $string['timesup'] = 'Time is up!';
 $string['timelimitexeeded'] = 'Sorry! Quiz time limit exeeded!';
 $string['confirmstartattempt'] = 'The Quiz has a time limit. Are you sure that you wish to start?';
+$string['overdue'] = 'Overdue';
 ?>