mirror of
https://github.com/moodle/moodle.git
synced 2025-02-19 07:41:02 +01:00
11 lines
388 B
PHP
Executable File
11 lines
388 B
PHP
Executable File
<?PHP // $Id$
|
|
// hotpot.php - created with Moodle 1.4.1 (2004083101)
|
|
|
|
|
|
$string['clearall'] = 'Whakawātea te katoa';
|
|
$string['deleteall'] = 'Whakakore te katoa';
|
|
$string['modulename'] = 'Hot Potatoes Quiz';
|
|
$string['modulenameplural'] = 'Hot Potatoes Quizzes';
|
|
$string['really'] = 'Ka whai tonu koe kia whakakore ngā whakataunga katoa mō tēnei pākiki?';
|
|
|
|
?>
|