woocommerce/i18n/states/MY.php

30 lines
885 B
PHP
Raw Normal View History

<?php
/**
* Malaysian states
*
2014-09-16 20:36:16 +00:00
* @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' ),
2015-12-18 10:49:40 +00:00
'LBN' => __( 'Labuan', 'woocommerce' ),
'MLK' => __( 'Malacca (Melaka)', 'woocommerce' ),
'NSN' => __( 'Negeri Sembilan', 'woocommerce' ),
'PHG' => __( 'Pahang', 'woocommerce' ),
2015-12-18 10:49:40 +00:00
'PNG' => __( 'Penang (Pulau Pinang)', 'woocommerce' ),
'PRK' => __( 'Perak', 'woocommerce' ),
'PLS' => __( 'Perlis', 'woocommerce' ),
'SBH' => __( 'Sabah', 'woocommerce' ),
'SWK' => __( 'Sarawak', 'woocommerce' ),
'SGR' => __( 'Selangor', 'woocommerce' ),
'TRG' => __( 'Terengganu', 'woocommerce' ),
2015-12-18 10:49:40 +00:00
'PJY' => __( 'Putrajaya', 'woocommerce' ),
'KUL' => __( 'Kuala Lumpur', 'woocommerce' )
2014-09-16 20:36:16 +00:00
);