0byt3m1n1
Path:
/
var
/
lib
/
vz
/
www
/
clients
/
client6
/
web11
/
web
/
wp-content
/
plugins
/
woocommerce
/
i18n
/
states
/
[
Home
]
File: PK.php
<?php /** * Pakistan's states * * @package WooCommerce/i18n * @version 3.0.0 */ global $states; defined( 'ABSPATH' ) || exit; $states['PK'] = array( 'JK' => __( 'Azad Kashmir', 'woocommerce' ), 'BA' => __( 'Balochistan', 'woocommerce' ), 'TA' => __( 'FATA', 'woocommerce' ), 'GB' => __( 'Gilgit Baltistan', 'woocommerce' ), 'IS' => __( 'Islamabad Capital Territory', 'woocommerce' ), 'KP' => __( 'Khyber Pakhtunkhwa', 'woocommerce' ), 'PB' => __( 'Punjab', 'woocommerce' ), 'SD' => __( 'Sindh', 'woocommerce' ), );