File: /var/www/html/wp-content/plugins/erp/i18n/states/NZ.php
<?php
/**
* New Zealand States
*
* @category i18n
*/
global $states;
$states['NZ'] = [
'NL' => __( 'Northland', 'erp' ),
'AK' => __( 'Auckland', 'erp' ),
'WA' => __( 'Waikato', 'erp' ),
'BP' => __( 'Bay of Plenty', 'erp' ),
'TK' => __( 'Taranaki', 'erp' ),
'HB' => __( 'Hawke’s Bay', 'erp' ),
'MW' => __( 'Manawatu-Wanganui', 'erp' ),
'WE' => __( 'Wellington', 'erp' ),
'NS' => __( 'Nelson', 'erp' ),
'MB' => __( 'Marlborough', 'erp' ),
'TM' => __( 'Tasman', 'erp' ),
'WC' => __( 'West Coast', 'erp' ),
'CT' => __( 'Canterbury', 'erp' ),
'OT' => __( 'Otago', 'erp' ),
'SL' => __( 'Southland', 'erp' ),
];