mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
e4ecb47ac4
He will be coordinating the basque translation from now on.
12 lines
361 B
PHP
12 lines
361 B
PHP
<?PHP // $Id$
|
|
// hotpot.php - created with Moodle 1.4 + (2004083100)
|
|
|
|
|
|
$string['clearall'] = 'Garbitu dena';
|
|
$string['deleteall'] = 'Ezabatu dena';
|
|
$string['modulename'] = 'Hot Potatoes motako ariketa';
|
|
$string['modulenameplural'] = 'Hot Potatoes motako ariketak';
|
|
$string['really'] = 'Benetan nahi dituzu ezabatu ariketa honetako emaitza guztiak?';
|
|
|
|
?>
|