<?php
// $Id: location.zw.inc,v 1.6 2008/01/24 09:00:03 bdragon Exp $

// Zimbabwe

function location_province_list_zw() {
  return array('BU' => "Bulawayo (city)",
    'HA' => "Harare (city)",
    'ML' => "Manicaland",
    'MC' => "Mashonaland Central",
    'ME' => "Mashonaland East",
    'MW' => "Mashonaland West",
    'MV' => "Masvingo",
    'MN' => "Matabeleland North",
    'MS' => "Matabeleland South",
    'MD' => "Midlands");
}
