You are here

location.pf.inc in Location 5

File

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

// French Polynesia
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 ",
  );
}

Functions