mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
13 lines
410 B
PHP
13 lines
410 B
PHP
<?PHP // $Id$
|
|
// hotpot.php - created with Moodle 1.4 (2004083100)
|
|
|
|
|
|
$string['clearall'] = 'Ryd alle';
|
|
$string['deleteall'] = 'Slet alle';
|
|
$string['modulename'] = 'Hot Potatoes Quiz';
|
|
$string['modulenameplural'] = 'Hot Potatoes Quiz\'er';
|
|
$string['really'] = 'Ønsker du virkelig at slette alle resultater for denne quiz?';
|
|
$string['strattemptlabel'] = 'Forsøg: Score, Dato tid (varighed), [straf]';
|
|
|
|
?>
|