You are here

function location_province_list_eg in Location 5

Same name and namespace in other branches
  1. 5.3 supported/location.eg.inc \location_province_list_eg()
  2. 6.3 supported/location.eg.inc \location_province_list_eg()
  3. 7.5 supported/location.eg.inc \location_province_list_eg()
  4. 7.3 supported/location.eg.inc \location_province_list_eg()
  5. 7.4 supported/location.eg.inc \location_province_list_eg()

File

supported/location.eg.inc, line 5

Code

function location_province_list_eg() {
  return array(
    'DHY' => "Ad Daqahliyah",
    'BAM' => "Al Bahr al Ahmar",
    'BHY' => "Al Buhayrah",
    'FYM' => "Al Fayyum",
    'GBY' => "Al Gharbiyah",
    'IDR' => "Al Iskandariyah",
    'IML' => "Al Isma'iliyah",
    'JZH' => "Al Jizah",
    'MFY' => "Al Minufiyah",
    'MNY' => "Al Minya",
    'QHR' => "Al Qahirah",
    'QLY' => "Al Qalyubiyah",
    'WJD' => "Al Wadi al Jadid",
    'SHQ' => "Ash Sharqiyah",
    'SWY' => "As Suways",
    'ASW' => "Aswan",
    'ASY' => "Asyut",
    'BSW' => "Bani Suwayf",
    'BSD' => "Bur Sa'id",
    'DMY' => "Dumyat",
    'JNS' => "Janub Sina'",
    'KSH' => "Kafr ash Shaykh",
    'MAT' => "Matruh",
    'QIN' => "Qina",
    'SHS' => "Shamal Sina'",
    'SUH' => "Suhaj",
  );
}