mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
12 lines
500 B
PHP
Executable File
12 lines
500 B
PHP
Executable File
<?php // $Id$
|
|
// quiz.php - created with Moodle 1.2 development (2003111400)
|
|
//translators: You might want to leave the first two items 'as is' in English
|
|
$string['modulename'] = 'Hot Potatoes Quiz';
|
|
$string['modulenameplural'] = 'Hot Potatoes Quizzes';
|
|
$string['strattemptlabel'] = 'Attempts: Score, Date Time (Duration), [Penalties]';
|
|
$string['deleteall'] = 'Delete all';
|
|
$string['clearall'] = 'Clear all';
|
|
$string['really'] = 'Do you really want to delete all results for this quiz?';
|
|
|
|
?>
|