You are here

function location_province_list_gt in Location 5

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

File

supported/location.gt.inc, line 5

Code

function location_province_list_gt() {
  return array(
    'AV' => "Alta Verapaz",
    'BV' => "Baja Verapaz",
    'CM' => "Chimaltenango",
    'CQ' => "Chiquimula",
    'PE' => "El Peten",
    'PR' => "El Progreso",
    'QC' => "El Quiche",
    'ES' => "Escuintla",
    'GU' => "Guatemala",
    'HU' => "Huehuetenango",
    'IZ' => "Izabal",
    'JA' => "Jalapa",
    'JU' => "Jutiapa",
    'QZ' => "Quetzaltenango",
    'RE' => "Retalhuleu",
    'ST' => "Sacatepequez",
    'SM' => "San Marcos",
    'SR' => "Santa Rosa",
    'SO' => "Solola",
    'SU' => "Suchitepequez",
    'TO' => "Totonicapan",
    'ZA' => "Zacapa",
  );
}