var translation = new Object();
translation.colonWithSpace = ": ";
translation.decimalSeparator = ".";
translation.integerSeparator = " ";
translation.miscIn = "in";
translation.dateToday = "Today";
translation.dateAtTime = "At";
translation.dateClosed = "Closed";
translation.dateEveryDay = "Every day";
translation.month = new Array("January","February","March","April","May","June","July","August","September","October","November","December");
translation.monthAbbr = new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
translation.day = new Array("Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday");
translation.dayAbbr = new Array("Mon","Tue","Wed","Thu","Fri","Sat","Sun");
translation.error_date_earlier_than_current_date = "The date you entered is earlier than the current date.";
translation.alert_duration = "The duration is invalid.";
translation.alert_ski_resort = "You have not choosen your ski resort.";
translation.alert_ski_resort_change = "Do you really want to change your ski resort?\n(Your basket will be cancelled)";
translation.alert_ski_shop = "You have not choosen your ski shop.";
translation.alert_ski_shop_change = "Do you really want to change your ski shop?\n(Your basket will be cancelled)";
translation.alert_participant_form = "Please give us the participants' names to benefit from the repatriation / assistance insurance.";
translation.confirm_add_ski_equipment = "You would like to add a new option on your reservation.\nDo you want to save the changes on the participants?";
translation.date_not_valid = "The date you entered is not a valid date.";
translation.lastname = "Lastname";
translation.firstname = "Firstname";
translation.resort = "Ski resort";
translation.resorts = "Ski resorts";
translation.schedules = "Schedules";
translation.ski_shop = "Ski shop";
translation.ski_shops = "Ski shops";
translation.participant_form_action = "http://www.best-price-ski-rental.com/eng/catalog#ski-equipment-list";

