HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/JTent/tentje.com/wwwroot/wp-content/plugins/woocommerce/i18n/states/NZ.php
<?php
/**
 * New Zealand States
 *
 * @author      WooThemes
 * @category    i18n
 * @package     WooCommerce/i18n
 * @version     2.3.0
 */
global $states;

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

$states['NZ'] = array(
	'NL' => __( 'Northland', 'woocommerce' ),
	'AK' => __( 'Auckland', 'woocommerce' ),
	'WA' => __( 'Waikato', 'woocommerce' ),
	'BP' => __( 'Bay of Plenty', 'woocommerce' ),
	'TK' => __( 'Taranaki', 'woocommerce' ),
	'GI' => __( 'Gisborne', 'woocommerce' ),
	'HB' => __( 'Hawke&rsquo;s Bay', 'woocommerce' ),
	'MW' => __( 'Manawatu-Wanganui', 'woocommerce' ),
	'WE' => __( 'Wellington', 'woocommerce' ),
	'NS' => __( 'Nelson', 'woocommerce' ),
	'MB' => __( 'Marlborough', 'woocommerce' ),
	'TM' => __( 'Tasman', 'woocommerce' ),
	'WC' => __( 'West Coast', 'woocommerce' ),
	'CT' => __( 'Canterbury', 'woocommerce' ),
	'OT' => __( 'Otago', 'woocommerce' ),
	'SL' => __( 'Southland', 'woocommerce' ),
);