// All text strings used in the Feed Maps control - replace this file with a translated version to present the map in a different language
MCFM.prototype.setLanguageTable = function()
{
    this.txt_FromHere = "From Here";
    this.txt_ToHere = "To Here";
    this.txt_StartAddress = "Start Address";
    this.txt_EndAddress = "End Address";    
    this.txt_FindingDirections = "Finding Directions ...";
    this.txt_PleaseEnterLocation = "Please enter a location name or address";
    this.txt_ClearDirections = "Clear Directions";
    this.txt_G_GEO_SUCCESS = "Success";
    this.txt_G_GEO_MISSING_ADDRESS = "Missing Address: The address was either missing or had no value.";
    this.txt_G_GEO_UNAVAILABLE_ADDRESS = "Unavailable Address:  The geocode for the given address cannot be returned due to legal or contractual reasons.";
    this.txt_G_GEO_UNKNOWN_ADDRESS = "No corresponding geographic location could be found for one of the specified addresses. This may be due to the fact that the address is relatively new, or it may be incorrect.";
    this.txt_G_GEO_TOO_MANY_QUERIES = "Too Many Queries: The daily geocoding quota for this site has been exceeded.";
    this.txt_G_GEO_SERVER_ERROR = "A geocoding or directions request could not be successfully processed, yet the exact reason for the failure is not known.";
    this.txt_G_GEO_MISSING_QUERY = "The HTTP q parameter was either missing or had no value. For geocoder requests, this means that an empty address was specified as input. For directions requests, this means that no query was specified in the input.";
    this.txt_G_GEO_BAD_KEY = "The given key is either invalid or does not match the domain for which it was given.";
    this.txt_G_GEO_BAD_REQUEST = "A directions request could not be successfully parsed.";
    this.txt_G_GEO_DEFAULTERROR = "Unable to obtain directions.";
    this.txt_ErrorCode = "Error Code";    
    this.txt_ViewAll = "View All";
    this.txt_Location = "Location";
    this.txt_Locations = "Locations";
    this.txt_Photo = "Photo";
    this.txt_Photos = "Photos";
    this.txt_Hotel = "Hotel";
    this.txt_Hotels = "Hotels";
    this.txt_Radius = "Radius";
    this.txt_miles = "miles";
    this.txt_Go = "Go";
    this.txt_Clear = "Clear";
    this.txt_Any = "Any";
    this.txt_All = "All";
    this.txt_None = "None";
    this.txt_lat = "lat";
    this.txt_long = "long";
    this.txt_StreetView = "Street View";
    this.txt_Traffic = "Traffic";
    this.txt_Information = "Information";
    this.txt_HideSidebar = "Hide Sidebar";
    this.txt_ShowSidebar = "Show Sidebar";
    this.txt_HideOptions = "Hide Options";
    this.txt_ShowOptions = "Show Options";
    this.txt_MoreInformation = "More Information";
    this.txt_From = "From";
    this.txt_MonthNames = [ "", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ];
    this.txt_PleaseWait = "Please Wait";     
    this.txt_FindingHotels = "Finding Hotels ...";
    this.txt_Close = "Close";     
    this.txt_Show = "Show";     
    this.txt_SelectedDate = "Selected Date";     
    this.txt_Date = "Date";     
    this.txt_Rooms = "Rooms";     
    this.txt_Nights = "Nights";     
    this.txt_SortBy = "Sort By";     
    this.txt_Name = "Name";     
    this.txt_Price = "Price"; 
    this.txt_Refresh = "Refresh";
    this.txt_Update = "Update";
    this.txt_ViewMore = "View more hotels at ";
    this.txt_MapChannelsHotels = "Map Channels Hotels";
    this.txt_Loading = "Loading Map Please Wait...<br/><img src='http://www.hotelscomparative.com/images/Loading.gif'>";
    this.txt_OnlyVisibleLocations = "Only Visible Locations";
    this.txt_MapCursorCoordinates = "Map cursor co-ordinates";
    this.txt_FindAddress = "Find Address"
    this.txt_Name = "Hotel Name";
    this.txt_PhotosProvided = "Photos provided by Panoramio are<br/>under the copyright of their owners";
    this.txt_ViewThisImage = "View this image on Panoramio";
    this.txt_ZoomIn = "Zoom In";
    this.txt_ZoomOut = "Zoom Out";
    this.txt_Magnify = "Magnify";
    this.txt_GetDirections = "Get Directions";
    this.txt_Back = "Back";
    this.txt_ImageNotAvailable = "Image not available";
    this.txt_Distance = "Distance";
    this.txt_metres = "metres";
    this.txt_Direction = "Direction";
    this.txt_Directions = "Directions";
    this.txt_StreetViewUnavailable = "Street View imagery is unavailable here";
}
