You are here

location.ga.inc in Location 5

File

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

// Gabon
function location_province_list_ga() {
  return array(
    'ES' => "Estuaire",
    'HO' => "Haut-Ogooue",
    'MO' => "Moyen-Ogooue",
    'NG' => "Ngounie",
    'NY' => "Nyanga",
    'OI' => "Ogooue-Ivindo",
    'OL' => "Ogooue-Lolo",
    'OM' => "Ogooue-Maritime",
    'WN' => "Woleu-Ntem",
  );
}

Functions