mirror of
https://github.com/moodle/moodle.git
synced 2025-02-03 06:39:17 +01:00
11 lines
254 B
PHP
11 lines
254 B
PHP
|
<?PHP // $Id$
|
||
|
// countries.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
|
||
|
|
||
|
|
||
|
$string['NZ'] = 'Aotearoa';
|
||
|
$string['thischarset'] = 'iso-8859-1';
|
||
|
$string['thisdirection'] = 'ltr';
|
||
|
$string['thislanguage'] = 'Maori - (Ngai Tahu)';
|
||
|
|
||
|
?>
|