mirror of
https://github.com/moodle/moodle.git
synced 2025-02-08 17:11:49 +01:00
16 lines
547 B
PHP
16 lines
547 B
PHP
<?PHP // $Id$
|
|
// hotpot.php - created with Moodle 1.4.2+ (2004083126)
|
|
|
|
|
|
$string['clearall'] = 'Töm allt';
|
|
$string['deleteall'] = 'Ta bort allt';
|
|
$string['modulename'] = 'Test av typen Hot Potatoes';
|
|
$string['modulenameplural'] = 'Test av typen Hot Potatoes';
|
|
$string['really'] = 'Vill Du verkligen ta bort alla resultat för det här testet?';
|
|
$string['strattemptlabel'] = 'Försök: Resultat, Datum Tid (Varaktighet), [Avdrag]';
|
|
$string['thischarset'] = 'iso-8859-1';
|
|
$string['thisdirection'] = 'ltr';
|
|
$string['thislanguage'] = 'Swedish';
|
|
|
|
?>
|