You are here

location.pw.inc in Location 5

File

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

// Palau
function location_province_list_pw() {
  return array(
    'AM' => "Aimeliik",
    'AR' => "Airai",
    'AN' => "Angaur",
    'HA' => "Hatohobei",
    'KA' => "Kayangel",
    'KO' => "Koror",
    'ME' => "Melekeok",
    'NA' => "Ngaraard",
    'NG' => "Ngarchelong",
    'ND' => "Ngardmau",
    'NT' => "Ngatpang",
    'NC' => "Ngchesar",
    'NR' => "Ngeremlengui",
    'NW' => "Ngiwal",
    'PE' => "Peleliu",
    'SO' => "Sonsorol",
  );
}

Functions