window.Translate = {
    Days: ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"],
    DaysAbr: ["Mon", "Tue", "Wed", "Thur", "Fri", "Sat", "Sun"],
    Months: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
    Adult: "Adult",
    Adults: "Adults",
    Child: "Child",
    Children: "Children",
    ChildAge: function(index) { return "Childs age" + index; },
    RoomNo: function(index) { return "room" + index; },
    Currency: "SEK",
    PrevMonth: "Previous month",
    NextMonth: "Next month",
    ErrorGlobalSearch: "Search failed, please try again",
    ErrorEventSearch: "Event search failed, try to reload page",
    ErrorBookingSearch: "Booking search failed, please try again",
    ErrorAddToBasket: "Unable to add product to basket, please try again",
    ErrorAddComment: "Unable to add comment, please try again",
    ErrorPackageLight: "Unable to load package, please search again",
    ErrorVTRStation: "You must name a place of departure",
    PromptNoDates: "Please choose date",
    PromptAddComment: "Complete all fields, add comment",
    PromptCommentTime: "This product can be commented on once a day",
    IVStop: "Stop slideshow",
    IVStart: "Start slideshow",
    ClusterCount: function(count) { return "Show all " + count + " destinations"; },
    Search: "Search",
    Advanced: "Advanced",
    BookingOnly: "Booking only",
    Tdb: "Accessability",
    RouteCreate: "Create a route",
    RouteCommit: "Final route",
    RouteStop: "You have reached ",
    Map: "Map",
    MapSatellite: "Satellite",
    MapTerrain: "Terrain",
    RouteCreatePrompt: "Where do you want to start the route?",
    RouteCommitPrompt: "You can now click on map to add up to 25 stops. Click on the button again to finish.",
    RouteErrorStops: "Too many stops",
    Close: "Close",
    Remove: "Delete",
    FavouriteSaved: "Saved to Favorites",
    Print: "Print",
    Fullscreen: "Full screen",
    Restore: "Restore",
    Menu: "Menu",
    MapMenuImages: "Show slideshow",
    SearchMapMax: "Maximize",
    SearchMapMin: "Minimize",
    WeatherButton: "Weather",
    Distance: "Distance",
    TravelTime: "Estimated travel time",
    MapCat: function(id) { switch (id) { case 1: return 'All accommodation'; case 2: return 'All in food'; case 3: return 'All sights'; case 4: return 'All activities'; } },
    Basket: function(c) { return "You have " + c + " product(s) in your basket"; },
    ShowAll: "View all",
	ToBasket: "To basket",
    Back: "Return",
    ReportWhy: "Reason for reporting comment?",
    ReportError: "You have to state reason for report",
    ReportOk: "The comment has been reported",
    Destinations: "Destinations",
    BookingNoHits: "No availability found.",
    Info: "Info",
    Events:"Events",
    Packages: "Offers",
    Activities: "Activities",
    Sights: "Sights",
    Themes: "Themes",
    ReadMore: "Read more",
    OfferImageUrl: "/images/gui/image-ribbon.png"
};
