PluginProbe
Charitable – Donation & Fundraising Platform (Donation Forms, Recurring Donations & Fundraising Campaigns) / 1.3.2
Charitable – Donation & Fundraising Platform (Donation Forms, Recurring Donations & Fundraising Campaigns) v1.3.2
1.8.12.3 1.8.12.2 1.8.12.1 1.8.12 1.8.11.3 1.8.11.2 1.8.11.1 1.8.11 1.6.6 1.6.60 1.6.7 1.6.8 1.6.9 1.7.0 1.7.0.1 1.7.0.11 1.7.0.12 1.7.0.14 1.7.0.2 1.7.0.3 1.7.0.5 1.7.0.6 1.7.0.7 1.7.0.9 1.8.0 All 210 releases
charitable / i18n / states / MY.php

MY.php in Charitable – Donation & Fundraising Platform (Donation Forms, Recurring Donations & Fundraising Campaigns) 1.3.2, at i18n/states/MY.php

32 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Malaysian states
4 *
5 * Credit to WooThemes, mikejolly and shivapoudel. This is shamelessly based on their implementation in WooCommerce.
6 *
7 * @since 1.0.0
8 * @package Charitable/i18n
9 * @author Eric Daams
10 * @copyright Copyright (c) 2015, Studio 164a
11 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
12 */
13
14 return array(
15 'JHR' => __( 'Johor', 'charitable' ),
16 'KDH' => __( 'Kedah', 'charitable' ),
17 'KTN' => __( 'Kelantan', 'charitable' ),
18 'MLK' => __( 'Melaka', 'charitable' ),
19 'NSN' => __( 'Negeri Sembilan', 'charitable' ),
20 'PHG' => __( 'Pahang', 'charitable' ),
21 'PRK' => __( 'Perak', 'charitable' ),
22 'PLS' => __( 'Perlis', 'charitable' ),
23 'PNG' => __( 'Pulau Pinang', 'charitable' ),
24 'SBH' => __( 'Sabah', 'charitable' ),
25 'SWK' => __( 'Sarawak', 'charitable' ),
26 'SGR' => __( 'Selangor', 'charitable' ),
27 'TRG' => __( 'Terengganu', 'charitable' ),
28 'KUL' => __( 'W.P. Kuala Lumpur', 'charitable' ),
29 'LBN' => __( 'W.P. Labuan', 'charitable' ),
30 'PJY' => __( 'W.P. Putrajaya', 'charitable' )
31 );
32