You are here

function location_province_list_pg in Location 5

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

File

supported/location.pg.inc, line 5

Code

function location_province_list_pg() {
  return array(
    'BV' => "Bougainville",
    'CE' => "Central",
    'CH' => "Chimbu",
    'EH' => "Eastern Highlands",
    'EB' => "East New Britain",
    'ES' => "East Sepik",
    'EN' => "Enga",
    'GU' => "Gulf",
    'MD' => "Madang",
    'MN' => "Manus",
    'MB' => "Milne Bay",
    'MR' => "Morobe",
    'NC' => "National Capital",
    'NI' => "New Ireland",
    'NO' => "Northern",
    'SA' => "Sandaun",
    'SH' => "Southern Highlands",
    'WE' => "Western",
    'WH' => "Western Highlands",
    'WB' => "West New Britain",
  );
}