You are here

function location_province_list_se in Location 7.4

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

File

supported/location.se.inc, line 5

Code

function location_province_list_se() {
  return array(
    'ST' => "Stockholm",
    'UP' => "Uppsala",
    'SO' => "Södermanland",
    'OG' => "Östergotland",
    'JO' => "Jönköping",
    'KR' => "Kronoberg",
    'KA' => "Kalmar",
    'GO' => "Gotland",
    'BL' => "Blekinge",
    'SK' => "Skåne",
    'HA' => "Halland",
    'VG' => "Västra Götaland",
    'VL' => "Värmland",
    'OR' => "Örebro",
    'VM' => "Västmanland",
    'DA' => "Dalarna",
    'GA' => "Gävleborg",
    'VN' => "Västernorrland",
    'JA' => "Jämtland",
    'VB' => "Västerbotten",
    'NO' => "Norrbotten",
  );
}