You are here

location.mo.inc in Location 5

File

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

// Macau
function location_province_list_mo() {
  return array(
    'OLF' => "Our Lady Fatima Parish",
    'ANT' => "St. Anthony Parish",
    'LAZ' => "St. Lazarus Parish",
    'CAT' => "Cathedral Parish",
    'LAW' => "St. Lawrence Parish",
  );
}

Functions