FleetCart/Modules/Support/Resources/states/NZ.php
2023-06-11 13:14:03 +01:00

21 lines
449 B
PHP

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