# charitable/1.3.2/i18n/states/NZ.php

Charitable – Donation &amp; Fundraising Platform (Donation Forms, Recurring Donations &amp; Fundraising Campaigns), version 1.3.2. 32 lines.

- Page: https://pluginprobe.com/plugins/charitable/1.3.2/code/i18n/states/NZ.php
- Raw: https://pluginprobe.com/plugins/charitable/1.3.2/raw/i18n/states/NZ.php
- Modified: 2016-02-25T06:53:54+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/charitable/1.3.2/code/i18n/states/NZ.php#L10-L20`.

```php
<?php
/**
 * New Zealand States
 *
 * Credit to WooThemes, mikejolly and shivapoudel. This is shamelessly based on their implementation in WooCommerce.
 *
 * @since		1.0.0
 * @package		Charitable/i18n
 * @author 		Eric Daams
 * @copyright 	Copyright (c) 2015, Studio 164a
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License  
 */

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


```
