defaultLanguage = 'en';
defaultServer = 'eslagency';

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'
};

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",
	"goteborg"	: "Göteborg",
	"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"
}

officeDetails = {
	"helpline"		: "Advice, inscriptions and other information by telephone",
	"coordinates"	: "",
	"phone"			: "Telephone",
	"fax"			: "Fax",
	"email"			: "Mail",
	"site"			: "Website",
	"hours"			: "Opening hours",
	"closure"		: "Closed exceptionally",
	"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"
}

qqLanguage = {
	'combine' 	: 'The length of your first course has been changed to combine with your second course.',
	'startdate'	: 'There\'s a problem with the startdate of your second course. Please contact ESL for further information.',
	'noresult'	: 'No result',
	'empty'		: 'None'
};

Analytics = {
	'code'	: 'UA-7514044-1'
}

Google = {
	'key':'ABQIAAAA0wEliG6S0Sb0-YgAwpw1exRuC7mAnZOOF-vChIdvka7_nJljVBQKAi4A3jbRsktXdxS_W5AdZWsi1A'
}

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

finderLanguage = {
	schoolfinder	: 'SchoolFinder',
	schooldetail 	: 'School details',
	select			: 'Select',
	change			: 'Modify...',
	quickquote		: 'Online offer',
	steps_P : [
					'Languages',
					'Programmes',
					'Schools'
	],	
	steps : [
					'Languages',
					'Countries',
					'Towns',
					'Schools',
					'Details'
	]
};

feedbackLanguage = {
	week 	: ' week(s)',
	required: "This field is required.",
	date_err : ''
};

monthsLanguage = [ 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December' ];
daysLanguage = [ 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];

otherLanguage = {
		specifyTransport : 'Specify the type of transport'
}