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

// French Southern Territories

function location_province_list_tf() {
  return array('C' => "Iles Crozet",
    'K' => "Iles Kerguelen",
    'A' => "Ile Amsterdam",
    'P' => "Ile Saint-Paul",
    'D' => "Adelie Land");
}
