// Alert message translation text JS
//  23/10/2006 - This file has been created to cater for the multi-language functionality in the Javascript MyWebsiteTranslation.js file.
// This file should be declared before MyWebsiteTranslation.js is declared in order for the variables to be instantianted before being referenced.

var StaticTextTable = {};

StaticTextTable["reportHeader"] = "Please modify the following part(s) of the form:\n";
StaticTextTable["reportText1"] = "- Please accept the Terms and Conditions\n";
StaticTextTable["reportText2"] = "- Name on Card\n";
StaticTextTable["reportText3"] = "- The Card Number entered is invalid for the Card Type selected\n";
StaticTextTable["reportText4"] = "- Expiry Date is in the past\n";
StaticTextTable["reportText5"] = "- First Name\n";
StaticTextTable["reportText6"] = "- Last Name\n";
StaticTextTable["reportText7"] = "- Postcode\n";
StaticTextTable["reportText8"] = "- Address Line 1\n";
StaticTextTable["reportText9"] = "- Town/City\n";
StaticTextTable["reportText10"] = "- County/State\n";
StaticTextTable["reportText11"] = "- Valid Email Address\n";
StaticTextTable["reportText12"] = "- Special Requirements exceeds 1000 characters\n";
StaticTextTable["reportText13"] = "no end";
StaticTextTable["reportText14"] = "At least one product must be selected";
StaticTextTable["reportText15"] = "- Start Date must be DD, dd/mm/yyyy \n";
StaticTextTable["reportText16"] = "- End Date must be DD, dd/mm/yyyy \n";
StaticTextTable["reportText17"] = "- End Date must not be before Start Date \n";
StaticTextTable["reportText18"] = "- No Of Nights \n";
StaticTextTable["reportText19"] = "- Price From \n";
StaticTextTable["reportText20"] = "- Price To \n";
StaticTextTable["reportText21"] = "- Room 1 - Maximum capacity is ";
StaticTextTable["reportText22"] = "- Room 2 - Maximum capacity is ";
StaticTextTable["reportText23"] = "- Room 3 - Maximum capacity is ";
StaticTextTable["reportText24"] = "- Maximum capacity is ";
StaticTextTable["reportText25"] = "Cannot search in past. Please select current/future month.";
StaticTextTable["reportText26"] = "Please select the No. of Units you would like for this supplement.";
StaticTextTable["reportText27"] = "Please select the supplements that you wish to add to your booking.";
StaticTextTable["reportText28"] = "- Email is required for receiving periodic marketing emails.\n";
StaticTextTable["reportText29"] = "- Home Phone\n";
StaticTextTable["reportText30"] = "- No. of Nights value must be greater than 0  \n";
StaticTextTable["reportText31"] = "- Select at least one Adult, Child or Concession for Room ";
StaticTextTable["reportText32"] = "- Select at least one Adult, Child or Concession";
StaticTextTable["reportText33"] = "- Your search must include at least 1 Adult or a Concession\n";
StaticTextTable["reportText34"] = "- Security Code\n";
StaticTextTable["reportText35"] = "Please select an available check-in date.";
StaticTextTable["reportText36"] = "- Commencing Date is in the past\n";
StaticTextTable["reportText37"] = "- Card Type\n";
StaticTextTable["reportText38"] = "- Card Number\n";
StaticTextTable["reportText39"] = "- Expiry Date is before Valid From\n";

StaticTextTable.SearchNearby = {
    NearbyPropertiesHaveAvailability:'The following nearby properties have confirmed availability',
    OtherOptionsNearby:'Other Options Nearby',
    SeeMoreOptions:'See More Options',
    ShowOtherOptionsNearby:'Show Other Options Nearby',
    TotalStayFrom:'Total stay from ',
    TotalPriceFrom:'Total price from ',
    MilesAway:' miles away',
    MoreInformation:'&raquo; More Information'
};

var StaticMonthsArrayText = ['January','February','March','April','May','June','July','August','September','October','November','December','Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'];

var StaticDaysArrayText = ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sun','Mon','Tue','Wed','Thu','Fri','Sat'];

StaticTextTable.ThreeDSecure = {
    AcsTimeoutTryAgain: "We are unable to connect to the bank that issued your card.\nClick OK to try again or Cancel to enter another card."
};
