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

// Oman

function location_province_list_om() {
  return array('DA' => "Ad Dakhiliyah",
    'BA' => "Al Batinah",
    'WU' => "Al Wusta",
    'SH' => "Ash Sharqiyah",
    'ZA' => "Az Zahirah",
    'MA' => "Masqat",
    'MU' => "Musandam",
    'ZU' => "Zufar");
}
