From: moodler Date: Wed, 29 Mar 2006 03:05:27 +0000 (+0000) Subject: added ['confirmstartattemptnotimelimit'] X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c6f32032ea9bdedd6287c8192eead4b1969a4bf6;p=moodle.git added ['confirmstartattemptnotimelimit'] --- diff --git a/lang/en_utf8/quiz.php b/lang/en_utf8/quiz.php index 571bd721b7..1920dc3920 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -86,6 +86,7 @@ $string['completedon'] = 'Completed on'; $string['confirmclose'] = 'You are about to close this attempt. Once you close the attempt you will no longer be able to change your answers.'; $string['confirmserverdelete'] = 'Are you sure you want to remove the server $a from the list?'; $string['confirmstartattempt'] = 'The Quiz has a time limit. Are you sure that you wish to start?'; +$string['confirmstartattemptnotimelimit'] = 'This quiz has no time limit. Do you wish to proceed?'; $string['confirmstartnolimit'] = 'This quiz is limited to $a attempts. Accessing the quiz will be counted as an attempt. Do you wish to proceed?'; $string['confirmstartlimit'] = 'This quiz has a time limit and is limited to $a attempts. Accessing the quiz will be counted as an attempt. Do you wish to proceed?'; $string['containercategorycreated'] = 'This category has been created to store all the original categories moved to site level due to the causes specified below.';