You are here

location.lu.inc in Location 5

File

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

// Luxembourg
function location_province_list_lu() {
  return array(
    'DD' => "Diekirch",
    'DC' => "Clervaux",
    'DR' => "Redange",
    'DV' => "Vianden",
    'DW' => "Wiltz",
    'GG' => "Grevenmacher",
    'GE' => "Echternach",
    'GR' => "Remich",
    'LL' => "Luxembourg",
    'LC' => "Capellen",
    'LE' => "Esch-sur-Alzette",
    'LM' => "Mersch",
  );
}

Functions