You are here

location.se.inc in Location 5

File

supported/location.se.inc
View source
<?php

// $Id $
// Sweden
function location_province_list_se() {
  return array(
    'ST' => "Stockholm",
    'UP' => "Uppdala",
    'SO' => "Sodermanland",
    'OG' => "Ostergotland",
    'JO' => "Jonkping",
    'KR' => "Kronoberg",
    'KA' => "Kalmar",
    'GO' => "Gotland",
    'BL' => "Blekinge",
    'SK' => "Skane",
    'HA' => "Halland",
    'VG' => "Vastra Gotaland",
    'VL' => "Varmland",
    'OR' => "Orebro",
    'VM' => "Vastmanland",
    'DA' => "Dalama",
    'GA' => "Gavleborg",
    'VN' => "Vasternorrland",
    'JA' => "Jamtland",
    'VB' => "Vasterbotten",
    'NO' => "Norrbotten",
  );
}

Functions