You are here

function location_province_list_de in Location 5

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

File

supported/location.de.inc, line 206

Code

function location_province_list_de() {
  return array(
    'BB' => 'Brandenburg',
    'BE' => 'Berlin',
    'BW' => 'Baden-Württemberg',
    'BY' => 'Bayern',
    'HB' => 'Bremen',
    'HE' => 'Hessen',
    'HH' => 'Hamburg',
    'MV' => 'Mecklenburg-Vorpommern',
    'NI' => 'Niedersachsen',
    'NW' => 'Nordrhein-Westfalen',
    'RP' => 'Rheinland-Pfalz',
    'SH' => 'Schleswig-Holstein',
    'SL' => 'Saarland',
    'SN' => 'Sachsen',
    'ST' => 'Sachsen-Anhalt',
    'TH' => 'Thüringen',
  );
}