You are here

location.cd.inc in Location 5

File

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

// Congo, The Democratic Republic of the
function location_province_list_cd() {
  return array(
    'BC' => "Bas-Congo",
    'BN' => "Bandundu",
    'EQ' => "Equateur",
    'KA' => "Katanga",
    'KE' => "Kasai-Oriental",
    'KN' => "Kinshasa",
    'KW' => "Kasai-Occidental",
    'MA' => "Maniema",
    'NK' => "Nord-Kivu",
    'OR' => "Orientale",
    'SK' => "Sud-Kivu",
  );
}

Functions