MOON
Server: Apache
System: Linux server.netcommlabs.in 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
User: dermova (1051)
PHP: 5.4.45
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dermova/public_html/india/wp-content/plugins/woocommerce/i18n/states/MY.php
<?php
/**
 * Malaysian states
 *
 * @author      WooThemes
 * @category    i18n
 * @package     WooCommerce/i18n
 * @version     2.0.0
 */
global $states;

$states['MY'] = array(
	'JHR' => __( 'Johor', 'woocommerce' ),
	'KDH' => __( 'Kedah', 'woocommerce' ),
	'KTN' => __( 'Kelantan', 'woocommerce' ),
	'MLK' => __( 'Melaka', 'woocommerce' ),
	'NSN' => __( 'Negeri Sembilan', 'woocommerce' ),
	'PHG' => __( 'Pahang', 'woocommerce' ),
	'PRK' => __( 'Perak', 'woocommerce' ),
	'PLS' => __( 'Perlis', 'woocommerce' ),
	'PNG' => __( 'Pulau Pinang', 'woocommerce' ),
	'SBH' => __( 'Sabah', 'woocommerce' ),
	'SWK' => __( 'Sarawak', 'woocommerce' ),
	'SGR' => __( 'Selangor', 'woocommerce' ),
	'TRG' => __( 'Terengganu', 'woocommerce' ),
	'KUL' => __( 'W.P. Kuala Lumpur', 'woocommerce' ),
	'LBN' => __( 'W.P. Labuan', 'woocommerce' ),
	'PJY' => __( 'W.P. Putrajaya', 'woocommerce' )
);