Added string overdue for quiztimer

This commit is contained in:
julmis
2004-07-27 02:09:48 +00:00
parent 3a088d689c
commit 2d767e5dba
+2 -1
View 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';
?>