mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 18:08:02 +01:00
12 lines
521 B
PHP
12 lines
521 B
PHP
<?php // $Id$
|
|
// quiz.php - created with Moodle 1.2 development (2003111400)
|
|
//translators: You might want to leave the first two items 'as is' in English
|
|
$string['modulename'] = 'Hot Potatoes Quiz';
|
|
$string['modulenameplural'] = 'Hot Potatoes Quizzes';
|
|
$string['strattemptlabel'] = 'Pagkuha: Iskor, Petsa Oras (Tagal), [Parusa]';
|
|
$string['deleteall'] = 'Burahin lahat';
|
|
$string['clearall'] = 'Blangkuhin lahat';
|
|
$string['really'] = 'Talaga bang nais mong burahin ang lahat ng resulta ng pagsusulit na ito?';
|
|
|
|
?>
|