HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/theflexguy.com/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;

$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'),
);