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 / IR.php

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

58 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Iran 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 'KHZ' => __( 'Khuzestan (خوزستان)', 'charitable' ),
16 'THR' => __( 'Tehran (تهران)', 'charitable' ),
17 'ILM' => __( 'Ilaam (ایلا�
18 )', 'charitable' ),
19 'BHR' => __( 'Bushehr (بوشهر)', 'charitable' ),
20 'ADL' => __( 'Ardabil (اردبیل)', 'charitable' ),
21 'ESF' => __( 'Isfahan (اصفهان)', 'charitable' ),
22 'YZD' => __( 'Yazd (یزد)', 'charitable' ),
23 'KRH' => __( 'Kermanshah (کر�
24 انشاه)', 'charitable' ),
25 'KRN' => __( 'Kerman (کر�
26 ان)', 'charitable' ),
27 'HDN' => __( 'Hamadan (ه�
28 دان)', 'charitable' ),
29 'GZN' => __( 'Ghazvin (قزوین)', 'charitable' ),
30 'ZJN' => __( 'Zanjan (زنجان)', 'charitable' ),
31 'LRS' => __( 'Luristan (لرستان)', 'charitable' ),
32 'ABZ' => __( 'Alborz (البرز)', 'charitable' ),
33 'EAZ' => __( 'East Azarbaijan (آذربایجان شرقی)', 'charitable' ),
34 'WAZ' => __( 'West Azarbaijan (آذربایجان غربی)', 'charitable' ),
35 'CHB' => __( 'Chaharmahal and Bakhtiari (چهار�
36 حال و بختیاری)', 'charitable' ),
37 'SKH' => __( 'South Khorasan (خراسان جنوبی)', 'charitable' ),
38 'RKH' => __( 'Razavi Khorasan (خراسان رضوی)', 'charitable' ),
39 'NKH' => __( 'North Khorasan (خراسان جنوبی)', 'charitable' ),
40 'SMN' => __( 'Semnan (س�
41 نان)', 'charitable' ),
42 'FRS' => __( 'Fars (فارس)', 'charitable' ),
43 'QHM' => __( 'Qom (ق�
44 )', 'charitable' ),
45 'KRD' => __( 'Kurdistan / کردستان)', 'charitable' ),
46 'KBD' => __( 'Kohgiluyeh and BoyerAhmad (کهگیلوییه و بویراح�
47 د)', 'charitable' ),
48 'GLS' => __( 'Golestan (گلستان)', 'charitable' ),
49 'GIL' => __( 'Gilan (گیلان)', 'charitable' ),
50 'MZN' => __( 'Mazandaran (�
51 ازندران)', 'charitable' ),
52 'MKZ' => __( 'Markazi (�
53 رکزی)', 'charitable' ),
54 'HRZ' => __( 'Hormozgan (هر�
55 زگان)', 'charitable' ),
56 'SBN' => __( 'Sistan and Baluchestan (سیستان و بلوچستان)', 'charitable' )
57 );
58