You are here

location.cm.inc in Location 5

File

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

// Cameroon
function location_province_list_cm() {
  return array(
    'ADA' => "Adamawa Province (Adamaoua)",
    'CEN' => "Centre Province",
    'EST' => "East Province (Est)",
    'EXN' => "",
    'LIT' => "Littoral Province",
    'NOR' => "North Province (Nord)",
    'NOT' => "Northwest Province (Nord-Ouest)",
    'OUE' => "West Province (Ouest)",
    'SUD' => "South Province (Sud)",
    'SOU' => "Southwest Province (Sud-Ouest).",
  );
}

Functions