0byt3m1n1
Path:
/
data
/
27
/
5
/
48
/
71
/
5374886
/
user
/
6435255
/
htdocs
/
wp-content
/
plugins
/
woocommerce
/
i18n
/
states
/
[
Home
]
File: ZA.php
<?php /** * South African states * * @package WooCommerce/i18n * @version 2.0.0 */ global $states; defined( 'ABSPATH' ) || exit; $states['ZA'] = array( 'EC' => __( 'Eastern Cape', 'woocommerce' ), 'FS' => __( 'Free State', 'woocommerce' ), 'GP' => __( 'Gauteng', 'woocommerce' ), 'KZN' => __( 'KwaZulu-Natal', 'woocommerce' ), 'LP' => __( 'Limpopo', 'woocommerce' ), 'MP' => __( 'Mpumalanga', 'woocommerce' ), 'NC' => __( 'Northern Cape', 'woocommerce' ), 'NW' => __( 'North West', 'woocommerce' ), 'WC' => __( 'Western Cape', 'woocommerce' ), );