mirror of
https://github.com/moodle/moodle.git
synced 2025-02-11 03:03:43 +01:00
13 lines
417 B
PHP
13 lines
417 B
PHP
|
<?PHP // $Id$
|
|||
|
// hotpot.php - created with Moodle 1.4 (2004083100)
|
|||
|
|
|||
|
|
|||
|
$string['clearall'] = 'Vy<56>istit v<>e';
|
|||
|
$string['deleteall'] = 'Odstranit v<>e';
|
|||
|
$string['modulename'] = 'Test Hot Potatoes';
|
|||
|
$string['modulenameplural'] = 'Testy Hot Potatoes';
|
|||
|
$string['really'] = 'Opravdu chcete odstranit v<>echny v<>sledky v tomto testu?';
|
|||
|
$string['strattemptlabel'] = 'Pokusy: Sk<53>re, Datum <20>as (Trv<72>n<EFBFBD>), [Trestn<74> body]';
|
|||
|
|
|||
|
?>
|