BookingBuddy.Strings = { ServerTime: "Sun, 22 Nov 2009 16:01:53 -0500", LS: { ChooseValidLocation: "Warning! Please choose a valid location.", AmbiguousLocation: "Warning! There may be more than one option for the location you entered", ViewAirportList: "Or view our airport list", NoSuggestions: "No suggestions" }, Validation: { SearchTwoHoursAway: "The time you have chosen has passed or is less than 2 hours from now.\nSearch anyway?", CorrectFollowing: "Please correct the following:", SearchDatePast: "one of your search dates is in the past", PickUpAfterDropOff: "Pick-up Date cannot come after Drop-off Date", ChooseValidDropOff: "please choose a valid Drop-off Date", ChooseValidPickupOff: "please choose a valid Pick-up Date", ChoosePickupCity: "please select a Pick-up City", CheckInAfterCheckOut: "Check-out Date must come after Check-in Date", ChooseDepartureDate: "please choose a valid Departure Date", ChooseArrivalDate: "please choose a valid Arrival Date", ChooseDestinationCity: "please select a Destination City", DepartureDateAfterReturnDate: "Departure Date cannot come after Return Date", ChooseReturnDate: "please choose a valid Return Date", ChooseDepartureDate: "please choose a valid Departure Date", EnterArrivalCity: "please enter an Arrival City or Airport code", EnterDepartureCity: "please enter a Departure City or Airport code", OneLocationInvalid: "One of your locations is invalid", PleaseCorrectFollowing: "Please correct the following:", DifferentLocations: "please enter different arrival and departure locations", Beyond330Days: new Template("Airline tickets go on sale up to 330 days in advance. Please enter a date before #{days_out} to find a flight.") }, LE: { GenericError: "Oops, there was a problem processing your request.", ChooseLocation: "Please choose a location.", ChooseArrivalAndDeparture: "Please choose both a Departure and an Arrival location." }, LT: { AirTemplateFrom: new Template("Flying from #{point_1}? Try these searches:"), AirTemplateTo: new Template("Flying to #{point_2}? Try these searches:"), AirTemplateRoundTrip: new Template("Flying from #{point_1} to #{point_2}? Try these searches:"), CruiseTemplate: new Template("Taking a cruise to #{point_1}? Try these searches:"), CarTemplate: new Template("Renting a car in #{point_1}? Try these searches:"), HotelTemplate: new Template("Visiting #{point_1}? Try these searches:"), VacationTemplateFrom: new Template("Vacation from #{point_1}? Try these searches:"), VacationTemplateTo: new Template("Vacationing in #{point_2}? Try these searches:"), DefaultTemplate: new Template("Going to #{point_1}? Try these searches:"), DefaultAdTemplate: new Template( '
' + '
' + '' + '' + '
' + '
' ) }, RS: { Default: { RSTemplate_air_roundtrip: new Template ( '
  • ' + '#{depart} to #{destination} (#{month_1}/#{day_1}/#{year_1} - #{month_2}/#{day_2}/#{year_2})' + '
  • ' ), RSTemplate_air_oneway: new Template ( '
  • ' + '#{depart} to #{destination} (#{month_1}/#{day_1}/#{year_1})' + '
  • ' ), RSTemplate_car: new Template ( '
  • ' + '#{destination} (#{month_1}/#{day_1}/#{year_1} - #{month_2}/#{day_2}/#{year_2})' + '
  • ' ), RSTemplate_hotel: new Template ( '
  • ' + '#{destination} (#{month_1}/#{day_1}/#{year_1} - #{month_2}/#{day_2}/#{year_2})' + '
  • ' ), RSTemplate_vacation: new Template ( '
  • ' + '#{depart} to #{destination} (#{month_1}/#{day_1}/#{year_1} - #{month_2}/#{day_2}/#{year_2})' + '
  • ' ), RSTemplate_cruise: new Template ( '
  • ' + '#{destination} (#{month_1})' + '
  • ' ) }, UK: { RSTemplate_air_roundtrip: new Template ( '
  • ' + '#{depart} to #{destination}' + '  ' + '#{day_1} #{month_1} - #{day_2} #{month_2}  ' + '' + 'View' + '' + '
  • ' ), RSTemplate_air_oneway: new Template ( '
  • ' + '#{depart} to #{destination}' + '  ' + '#{month_1} #{day_1}  ' + '' + 'View' + '' + '
  • ' ), RSTemplate_hotel: new Template ( '
  • ' + '#{destination}' + '  ' + ' #{month_1} #{day_1} - #{month_2} #{day_2}  ' + '' + 'View' + '' + '
  • ' ) } }, AFS: { AfsTitles : { DefaultTemplate: { 'air': new Template("#{city} Hotel Deals"), 'hotel': new Template("#{city} Activity Deals"), 'car': new Template("#{city} Hotel Deals"), 'cruise': new Template("#{city} Destination Deals"), 'vacation': new Template("#{city} Car Deals"), 'vacation_rental': new Template("#{city} Hotel Deals") }, // Based on afs Channels GeoTemplate: { hotel: new Template("#{city} Hotel Deals"), car_alt: new Template("#{city} Car Deals"), vacation: new Template("#{city} Vacation Package Deals") } }, AfsAds : { DefaultTemplate: new Template( '
    ' + '#{line1}' + '
    ' + '#{line2}#{line3}' + '
    ' + '#{visible_url}' + '
    ' ), // geo page specific ad display GeoTemplate: new Template( '
    ' + '#{line1}' + '
    ' + '#{visible_url}' + '#{line2}#{line3}' + '
    ' ) } }, Tools: { contractLink: new Template( ' close' + '' ), expandLink: new Template( '+ expand' + '' ) }, Weather: { MessageDomesticOnly: "BookingBuddy only provides domestic weather data at this time.", MessageEnterDeparture: "Please enter a departure location to see the average temperature for your departure city.", MessageEnterArrival: "Please enter an arrival location to see the average temperature for your destination city.", AverageHigh: "Avg. High", AverageLow: "Avg. Low", WeatherSource: "Source: National Climactic Data Center", ToolsTitle: "Weather", AverageTemps: "Average temperatures", ThreeMonthReport: new Template ( '

    #{city} Weather

    '+ 'Average Temperatures:'+ '
    '+ ''+ '
    '+ '
    Source: National Climatic Data Center
    ' ) }, DHTMLDropdown: { PremiumAdTemplate: new Template( '
    ' + '#{alt_text}#{label}' + '
    ' ), BasicAdTemplate: new Template( '
    ' + '#{label}' + '
    ' ) }, Deals: { DefaultTemplate: new Template( '
    ' + '
     
    ' + '
    #{price}
    ' + '
    #{destination_name}
    ' + '
    ' + '#{title}' + '
    ' + '#{source}' + '
    ' + '
    ' ), GeoLandingTemplate: new Template( '
    ' + '
     
    ' + '
    #{price}
    ' + '
    #{destination_name}
    ' + '
    ' + '#{title}' + '  ' + '#{source}' + '
    ' + '
    ' ) }, DefaultValues: { Vacation: { ArrivalCity: "" } } };