moodle/lang/en/hotpot.php
2004-09-12 13:21:01 +00:00

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?';
?>