You are here

function location_province_list_pf in Location 5

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

File

supported/location.pf.inc, line 5

Code

function location_province_list_pf() {
  return array(
    'M' => "Archipel des Marquises",
    'T' => "Archipel des Tuamotu",
    'I' => "Archipel des Tubuai",
    'V' => "Iles du Vent",
    'S' => "Iles Sous-le-Vent ",
  );
}