You are here

location.om.inc in Location 5

File

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

// 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",
  );
}

Functions