You are here

location.li.inc in Location 5

File

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

// Liechtenstein
function location_province_list_li() {
  return array(
    'V' => "Vaduz",
    'A' => "Schaan",
    'B' => "Balzers",
    'N' => "Triesen",
    'E' => "Eschen",
    'M' => "Mauren",
    'T' => "Triesenberg",
    'R' => "Ruggell",
    'G' => "Gamprin",
    'L' => "Schellenberg",
    'P' => "Planken",
  );
}

Functions