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

// Sierra Leone

function location_province_list_sl() {
  return array('E' => "Eastern",
    'N' => "Northern",
    'S' => "Southern",
    'W' => "Western");
}
