21 lines
449 B
PHP
21 lines
449 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'NL' => 'Northland',
|
||
|
'AK' => 'Auckland',
|
||
|
'WA' => 'Waikato',
|
||
|
'BP' => 'Bay of Plenty',
|
||
|
'TK' => 'Taranaki',
|
||
|
'GI' => 'Gisborne',
|
||
|
'HB' => 'Hawke’s Bay',
|
||
|
'MW' => 'Manawatu-Wanganui',
|
||
|
'WE' => 'Wellington',
|
||
|
'NS' => 'Nelson',
|
||
|
'MB' => 'Marlborough',
|
||
|
'TM' => 'Tasman',
|
||
|
'WC' => 'West Coast',
|
||
|
'CT' => 'Canterbury',
|
||
|
'OT' => 'Otago',
|
||
|
'SL' => 'Southland',
|
||
|
];
|