You are here

location.pl.inc in Location 5

File

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

// Poland
function location_province_list_pl() {
  return array(
    'DO' => "Dolnoslaskie",
    'KP' => "Kujawsko-Pomorskie",
    'LO' => "Lodzkie",
    'LL' => "Lubelskie",
    'LU' => "Lubuskie",
    'ML' => "Malopolskie",
    'MZ' => "Mazowieckie",
    'OP' => "Opolskie",
    'PP' => "Podkarpackie",
    'PL' => "Podlaskie",
    'PM' => "Pomorskie",
    'SL' => "Slaskie",
    'SW' => "Swietokrzyskie",
    'WM' => "Warminsko-Mazurskie",
    'WP' => "Wielkopolskie",
    'ZA' => "Zachodniopomorskie",
  );
}

Functions