You are here

function location_province_list_kh in Location 5

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

File

supported/location.kh.inc, line 5

Code

function location_province_list_kh() {
  return array(
    'PP' => "Phnom Penh",
    'PS' => "Preah Seihanu (Kompong Som or Sihanoukville)",
    'PA' => "Pailin",
    'KB' => "Keb",
    'BM' => "Banteay Meanchey",
    'BA' => "Battambang",
    'KM' => "Kampong Cham",
    'KN' => "Kampong Chhnang",
    'KU' => "Kampong Speu",
    'KO' => "Kampong Som",
    'KT' => "Kampong Thom",
    'KP' => "Kampot",
    'KL' => "Kandal",
    'KK' => "Kaoh Kong",
    'KR' => "Kratie",
    'MK' => "Mondul Kiri",
    'OM' => "Oddar Meancheay",
    'PU' => "Pursat",
    'PR' => "Preah Vihear",
    'PG' => "Prey Veng",
    'RK' => "Ratanak Kiri",
    'SI' => "Siemreap",
    'ST' => "Stung Treng",
    'SR' => "Svay Rieng",
    'TK' => "Takeo",
  );
}