You are here

location.ws.inc in Location 5

File

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

// Samoa
function location_province_list_ws() {
  return array(
    'AN' => "A'ana",
    'AI' => "Aiga-i-le-Tai",
    'AT' => "Atua",
    'FA' => "Fa'asaleleaga",
    'GE' => "Gaga'emauga",
    'GF' => "Gagaifomauga",
    'PA' => "Palauli",
    'SA' => "Satupa'itea",
    'TU' => "Tuamasaga",
    'VF' => "Va'a-o-Fonoti",
    'VS' => "Vaisigano",
  );
}

Functions