You are here

function location_province_list_sy in Location 5

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

File

supported/location.sy.inc, line 5

Code

function location_province_list_sy() {
  return array(
    'HA' => "Al Hasakah",
    'LA' => "Al Ladhiqiyah",
    'QU' => "Al Qunaytirah",
    'RQ' => "Ar Raqqah",
    'SU' => "As Suwayda",
    'DA' => "Dara",
    'DZ' => "Dayr az Zawr",
    'DI' => "Dimashq",
    'HL' => "Halab",
    'HM' => "Hamah",
    'HI' => "Hims",
    'ID' => "Idlib",
    'RD' => "Rif Dimashq",
    'TA' => "Tartus",
  );
}