8 lines
132 B
PHP
8 lines
132 B
PHP
<?PHP // $Id$
|
|
// countries.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
|
|
|
|
|
|
$string['NZ'] = 'Aotearoa';
|
|
|
|
?>
|