0byt3m1n1
Path:
/
data
/
27
/
5
/
48
/
71
/
5374886
/
user
/
6435255
/
htdocs
/
wp-content
/
plugins
/
woocommerce
/
i18n
/
states
/
[
Home
]
File: MY.php
<?php /** * Malaysian states * * @package WooCommerce/i18n * @version 2.0.0 */ global $states; defined( 'ABSPATH' ) || exit; $states['MY'] = array( 'JHR' => __( 'Johor', 'woocommerce' ), 'KDH' => __( 'Kedah', 'woocommerce' ), 'KTN' => __( 'Kelantan', 'woocommerce' ), 'LBN' => __( 'Labuan', 'woocommerce' ), 'MLK' => __( 'Malacca (Melaka)', 'woocommerce' ), 'NSN' => __( 'Negeri Sembilan', 'woocommerce' ), 'PHG' => __( 'Pahang', 'woocommerce' ), 'PNG' => __( 'Penang (Pulau Pinang)', 'woocommerce' ), 'PRK' => __( 'Perak', 'woocommerce' ), 'PLS' => __( 'Perlis', 'woocommerce' ), 'SBH' => __( 'Sabah', 'woocommerce' ), 'SWK' => __( 'Sarawak', 'woocommerce' ), 'SGR' => __( 'Selangor', 'woocommerce' ), 'TRG' => __( 'Terengganu', 'woocommerce' ), 'PJY' => __( 'Putrajaya', 'woocommerce' ), 'KUL' => __( 'Kuala Lumpur', 'woocommerce' ), );