defaultLanguage = 'en';

galleryLanguage = {
	'image': 'image',
	'of': 'of',
	'play': 'play',
	'stop': 'stop',
	'previous': 'previous',
	'next': 'next',
	'close': 'close'
};

formcheckLanguage = {
	required: "This field is required.",
	alpha: "This field accepts alphabetic characters only.",
	alphanum: "This field accepts alphanumeric characters only.",
	nodigit: "No digits are accepted.",
	digit: "Please enter a valid integer.",
	digitmin: "The number must be at least %0",
	digitltd: "The value must be between %0 and %1",
	number: "Please enter a valid number.",
	email: "Please enter a valid email.",
	phone: "Please enter a valid phone.",
	url: "Please enter a valid url.",
	cc_number: "Please enter a valid credit card number.",
	cc_type: "Please choose a credit card type.",
	
	confirm: "This field is different from %0",
	differs: "This value must be different of %0",
	length_str: "The length is incorrect, it must be between %0 and %1",
	lengthmax: "The length is incorrect, it must be at max %0",
	lengthmin: "The length is incorrect, it must be at least %0",
	checkbox: "Please check the box",
	radios: "Please select a radio",
	select: "Please choose a value",
	country: "Please select a valid country",
	birthdate: "Please enter a valid birthdate (DD.MM.YYYY)"
};

countriesLanguages = {
	'other'	: 'Other countries',
	'CH'	: 'Switzerland',
	'FR'	: 'France',
	'DE'	: 'Germany',
	'ES'	: 'Spain',
	'PA'	: 'Panama',
	'SE'	: 'Sweden',
	'IT'	: 'Italy',
	'LU'	: 'Luxembourg',
	'BE'	: 'Belgium',
	'CZ'	: 'Czech Republic',
	'AT'	: 'Austria',
	'CO'	: 'Colombia'
};

officesLanguages = {
	"ouroffice" : "Our office in",
	"montreux"	: "Montreux",
	"geneve"	: "Geneva",
	"stgall"	: "St-Gallen",
	"zurich"	: "Zurich",
	"lausanne"	: "Lausanne",
	"locarno"	: "Locarno",
	"lugano"	: "Lugano",
	"lucerne"	: "Lucerne",
	"lyon"		: "Lyon",
	"milan"		: "Milan",
	"munich"	: "Munich",
	"nice"		: "Nice",
  "stockholm" : "Stockholm",
	"panama"	: "Panama",
	"prague"	: "Prague",
	"bern"		: "Bern",
	"basle"		: "Basel",
	"paris"		: "Paris",
	"bellinzona": "Bellinzona",
	"rome"		: "Rome",
	"bologna"	: "Bologna",
	"widnau"	: "Widnau",
	"koln"		: "Cologne",
	"wien"		: "Vienna",
	"luxembourg": "Luxembourg",
	"bruxelles" : "Bruxelles",
	"strasbourg": "Strasbourg",
	"madrid"	: "Madrid",
	"berlin"	: "Berlin",
	"barcelona"	: "Barcelona",
	"bogota"	: "Bogotá",
	"freiburg" : "Freiburg",
	 "hamburg" : "Hamburg"
}

officeDetails = {
	"helpline"		: "Advice, inscriptions and other information by telephone",
	"coordinates"	: "",
	"phone"			: "Telephone",
	"fax"			: "Fax",
	"email"			: "Mail",
	"site"			: "Website",
	"hours"			: "Opening hours",
	"closure"		: "Closed exceptionally",
	"holiday"		: "Bank holidays",
	"ondemand"		: "Only on request",
	"week"			: "Monday to friday",
	"wednesday"		: "Wednesday",
	"friday"		: "Friday",
	"saturday"		: "Saturday",
	"sunday"		: "Sunday",
	"days35"		: "Wednesday, friday",
	"days1246"		: "Mo, Tu, Th, Sa",
	"days1234"		: "Monday to thursday",
	"days135"		: "Monday, Wednesday, Friday",
	"days123456"	: "Monday to saturday",
	"days24"		: "Friday, thursday",
	"thursday"		: "Thursday",
	"days1235"		: "Mo, Tu, We, Fr"
}
