mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
13 lines
414 B
PHP
13 lines
414 B
PHP
<?PHP // $Id$
|
|
// hotpot.php - created with Moodle 1.4 (2004083100)
|
|
|
|
|
|
$string['clearall'] = 'Wyszy¶æ wszystkie';
|
|
$string['deleteall'] = 'Usuñ wszystkie';
|
|
$string['modulename'] = 'Quiz Hot Potatoes';
|
|
$string['modulenameplural'] = 'Quizy Hot Potatoes';
|
|
$string['really'] = 'Czy na pewno chcesz usun±æ wszystkie wyniki tego quizu?';
|
|
$string['strattemptlabel'] = 'Próby: Wynik, Czas (Czas trwania), [Kary]';
|
|
|
|
?>
|