You are here

function location_province_list_ch in Location 5

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

File

supported/location.ch.inc, line 5

Code

function location_province_list_ch() {
  return array(
    'ZH' => "Zurich",
    'BE' => "Bern",
    'LU' => "Lucerne",
    'UR' => "Uri",
    'SZ' => "Schwyz",
    'OW' => "Obwalden",
    'NW' => "Nidwalden",
    'GL' => "Glarus",
    'ZG' => "Zug",
    'FR' => "Fribourg",
    'SO' => "Solothurn",
    'BS' => "Basel-Stadt",
    'BL' => "Basel-Landschaft",
    'SH' => "Schaffhausen",
    'AR' => "Appenzell Ausserrhoden",
    'AI' => "Appenzell Innerhoden",
    'SG' => "St. Gallen",
    'GR' => "Graubunden",
    'AG' => "Aargau",
    'TG' => "Thurgau",
    'TI' => "Ticino",
    'VD' => "Vaud",
    'VS' => "Valais",
    'NE' => "",
    'GE' => "Geneva",
    'JU' => "Jura",
  );
}