cal_days_labels = ['Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa', 'Su'];
cal_months_labels = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];
cal_info = "Information\nReservation on-line is not possible for selected day. If you want to reserve ticket for that day please contact with our Call Center at:\n+48 32 728 3000";
cal_text = {NEXT:'Next month',PREV:'Previous month',THISMONTH:'Current month',CLOSE:'Close'}
txt_children = 'Children age:';
txt_select_city = 'Please enter city name or select city from the list.';
txt_select_cindate = "Check in date is incorrect.\nPlease enter date in the following format: DD-MM-YYYY or select date from the calendar.";
txt_select_cotdate = "Check out date is incorrect.\nPlease enter date in the following format: DD-MM-YYYY or select date from the calendar.";
txt_calculate_nights = "Time range you have selected is incorrent.\nCheck out date must be older then check in date by maximum 90 days.";

Date.dayNames = ['Niedziela', 'Poniedziałek', 'Wtorek', 'Środa', 'Czwartek', 'Piątek', 'Sobota'];
Date.abbrDayNames = ['Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa', 'Su'];
Date.monthNames = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];
Date.abbrMonthNames = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
Date.format = "yyyy-mm-dd";
Date.firstDayOfWeek = 1;
var	esky_calendar_translate = {
	'OutGreaterThenReturn' : 'Return date should be later then departure day.',
	'OutDateToClose' : 'Difference between departure and return dates should be greater then 2 days.',
	'DateOutOfRange' : 'Data wylotu i/lub powrotu nie może być dalsza niż 365 dni od dzisiaj.'
};
