You are here

location.ck.inc in Location 5

File

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

// Cook Islands
function location_province_list_ck() {
  return array(
    'PU' => "Pukapuka",
    'RK' => "Rakahanga",
    'MK' => "Manihiki",
    'PE' => "Penrhyn",
    'NI' => "Nassau Island",
    'SU' => "Surwarrow",
    'PA' => "Palmerston",
    'AI' => "Aitutaki",
    'MA' => "Manuae",
    'TA' => "Takutea",
    'MT' => "Mitiaro",
    'AT' => "Atiu",
    'MU' => "Mauke",
    'RR' => "Rarotonga",
    'MG' => "Mangaia",
  );
}

Functions