/* English Language */

var langs = {
	"error_people" : "Please, check the number of people. This field cant\'t be empty.",
	"error_dates" : "Please, check the departure and arrival dates.",
	"error_nights" : "Minimum 3 nights only. Contact us for 2 nights.",
	"error_date_min" : "The arrival date canīt be less than today.",
	"error_date_year" : "You canīt reserve at one year or more.",
	
	"error_name" : "Please type in your name.",
	"error_surname" : "Please type in your surname.",
	"error_city" : "Please type in the city where you currently reside.",
	"error_country" : "Please type in the country where you currently reside.",
	"error_mobile" : "Please type in your mobile number",
	"error_mobile2" : "Incorrect mobile number.",
	"error_phone" : "Incorrect phone number.",
	"error_mail" : "Incorrect e-mail address.",
	"error_comment" : "Incorrect comment. "

};