mirror of
https://github.com/moodle/moodle.git
synced 2025-02-05 07:39:09 +01:00
Time limit strings added.
This commit is contained in:
parent
2783162cbd
commit
15a51f5b06
@ -184,5 +184,13 @@ $string['webct'] = 'WebCT format';
|
||||
$string['withsummary'] = 'with Summary Statistics';
|
||||
$string['wronggrade'] = 'Wrong grade (after line $a) : ';
|
||||
$string['yourfinalgradeis'] = 'Your final grade for this quiz is $a';
|
||||
|
||||
$string['quiztimer'] = 'Quiz Timer';
|
||||
$string['timelimit'] = 'Time limit';
|
||||
$string['quiztimelimit'] = 'Time limit: $a';
|
||||
$string['minutes'] = 'Minutes';
|
||||
$string['noscript'] = 'JavaScript must be enabled to continue!';
|
||||
$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?';
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user