defaultLanguage = 'en';

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)",
	courses : "Please select at least one course"
};

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", 
  "berlin" : "Berlin",
  "freiburg" : "Freiburg"
};

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

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

pickerLanguage = {
	session_start	: 'Start of session',
	no_accommodation: 'No accommodation',
	non_avalaible	: 'Not available',
	see				: 'See',
	supp_selected	: 'Chosen supplement(s)',
	no_supp			: 'No supplement',
	cancel			: 'Cancel',
	change			: 'Modify',
	validate		: 'Validate',
	schoolNotAvalaible: 'For the moment, this school has not yet been prepared for our automatic system. You can nevertheless fill in the details manually.',
	systemNotAvalaible: 'For the moment, this school has not yet been prepared for our automatic system.',
	dateNotAvalaible: 'No date is available for the options you have chosen. Please make another choice.',
	courseNotAvalaible: 'This course is not available with the level you have chosen.',
	saveCourseError : 'An error occurred during the processing of your course.<br />Please try again later or contact us.',
	formular		: 'Form',
	remarks			: 'Remarks',
	details			: 'Details',
	summary			: 'Summary',
	validation		: 'Validation',
	yourprice		: 'Your price',
	remove			: 'Delete this course',
	reset 			: 'Reset',
	close			: 'Close',
	weeks			: 'weeks',
	contact			: 'Contact us',
	offer			: 'Offer request',
	print			: 'Print',
	inscription		: 'Enrolment',
	previous		: 'Previous',
	next			: 'Next',
	participants_b	: 'Offer for ',
	participants	: 'person/people',
	steps : {
		language : 'Language to be studied',
		country : 'Country',
		town : 'City',
		school : 'School',
		year : 'Year of departure',
		level : 'Level',
		type : 'Course type',
		duration : 'Duration',
		date : 'Start date',
		date_end : 'End date (estimate)',
		accommodation : 'Accommodation',
		accommodation_duration : 'Duration accommodation',
		supplements : 'Supplements',
		supplements2 : 'On-site supplements',
		price : 'Price (indicative)'
	},
	panel : {
		course : '1) Course',
		accomodation : '2) Accommodation',
		supplements : '3) Supplements'
	}
}

txtcutter = {
	close : 'Return to introduction...'
}

