You are here

function location_province_list_gr in Location 5

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

File

supported/location.gr.inc, line 5

Code

function location_province_list_gr() {
  return array(
    'AT' => "Attica",
    'CN' => "Central Greece",
    'CM' => "Central Macedonia",
    'CR' => "Crete",
    'EM' => "East Macedonia and Thrace",
    'EP' => "Epirus",
    'II' => "Ionian Islands",
    'NA' => "North Aegean",
    'PP' => "Peloponnesos",
    'SA' => "South Aegean",
    'TH' => "Thessaly",
    'WG' => "West Greece",
    'WM' => "West Macedonia",
  );
}