moodle/lang/fi/hotpot.php
2004-10-21 11:18:11 +00:00

16 lines
538 B
PHP

<?PHP // $Id$
// hotpot.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
$string['clearall'] = 'Tyhjää kaikki';
$string['deleteall'] = 'Poista kaikki';
$string['modulename'] = 'Hot Potatoes kysely';
$string['modulenameplural'] = 'Hot Potatoes kyselyt';
$string['really'] = 'Haluatko todella poistaa kaikki vastaukset?';
$string['strattemptlabel'] = 'Yritykset: Tulos, Päiväys Aika (kesto), [Virheet]';
$string['thischarset'] = 'iso-8859-1';
$string['thisdirection'] = 'ltr';
$string['thislanguage'] = 'Suomi';
?>