mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 09:52:54 +01:00
13 lines
415 B
PHP
13 lines
415 B
PHP
<?PHP // $Id$
|
|
// hotpot.php - created with Moodle 1.4 (2004083100)
|
|
|
|
|
|
$string['clearall'] = 'Mindet törli';
|
|
$string['deleteall'] = 'Mindet törli';
|
|
$string['modulename'] = 'Hot Potatoes teszt';
|
|
$string['modulenameplural'] = 'Hot Potatoes tesztek';
|
|
$string['really'] = 'A teszt minden eredményét törölni kívánja?';
|
|
$string['strattemptlabel'] = 'Próbálkozások: Pontszám, Dátum Idõ (Idõtartam), [Levonások]';
|
|
|
|
?>
|