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

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

- Page: https://pluginprobe.com/plugins/charitable/1.3.2/code/i18n/states/ZA.php
- Raw: https://pluginprobe.com/plugins/charitable/1.3.2/raw/i18n/states/ZA.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/ZA.php#L10-L20`.

```php
<?php
/**
 * South African 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(
	'EC'  => __( 'Eastern Cape', 'charitable' ),
	'FS'  => __( 'Free State', 'charitable' ),
	'GP'  => __( 'Gauteng', 'charitable' ),
	'KZN' => __( 'KwaZulu-Natal', 'charitable' ),
	'LP'  => __( 'Limpopo', 'charitable' ),
	'MP'  => __( 'Mpumalanga', 'charitable' ),
	'NC'  => __( 'Northern Cape', 'charitable' ),
	'NW'  => __( 'North West', 'charitable' ),
	'WC'  => __( 'Western Cape', 'charitable' )
);

```
