You are here

location.sn.inc in Location 5

File

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

// Senegal
function location_province_list_sn() {
  return array(
    'DA' => "Dakar",
    'DI' => "Diourbel",
    'FA' => "Fatick",
    'KA' => "Kaolack",
    'KO' => "Kolda",
    'LO' => "Louga",
    'MA' => "Matam",
    'SL' => "Saint-Louis",
    'TA' => "Tambacounda",
    'TH' => "Thies ",
    'ZI' => "Ziguinchor",
  );
}

Functions