var lang=new Object();

lang["NoInitials"]				= "The field [Initials] seems to be empty";
lang["NoLastName"]				= "The field [Last name] seems to be empty";
lang["NoFirstName"]				= "The field [First name] seems to be empty";
lang["NoAddress"]				= "The field [Address] seems to be empty";
lang["NoHouseNumber"]			= "The field [House number] seems to be empty";
lang["NoZip"]					= "The field [Postal code] seems to be empty";
lang["InvalidZip"]				= "The field [Postal code] seems to contain an invalid postal code";
lang["NoCity"]					= "The field [City] seems to be empty";
lang["NoGender"]				= "The field [Gender] seems to be empty";
lang["NoEmail"]					= "The field [E-mail address] seems to be empty";
lang["InvalidEmail"]			= "The field [E-mail address] seems to contain an invalid e-mailaddress";
lang["InvalidOptin"]			= "You indicated that you want to keep posted by e-mail,\n  but you didn\'t enter an e-mailaddress in the field [E-mail address]";
lang["InvalidMobile"]			= "The field [Mobile phone seems to contain an invalid mobile phone number";
lang["NoClass"]					= "The field [Class] seems to be empty";
lang["InvalidClass"]			= "The field [Class] does not seem to contain a numeric value";
lang["NoType"]					= "The field [Schooltype] seems to be empty";
lang["NoBirthDate"]				= "The field [Date of birth] seems to be empty";
lang["InvalidBirthDate"]		= "The field [Date of birth] seems to contain an invalid date";
lang["NoActivitiesNoFolders"]	= "You didn\'t apply for one of the events and\n  you didn\'t request any brochures or folders either";
lang["NoFolders"]				= "You didn\'t request any brochures or folders";
lang["NoInstitute"]				= "The field [Education] seems to be empty";
lang["RequestForm"]				= "Application form";
lang["Errors"]					= "Filling out the form you\'ve made the following error(s)";
lang["CorrectAndTryAgain"]		= "Because of these errors the form could not be processed.\nPlease correct the errors and try again";
lang["NothingFound"]			= "No results found...";

lang["MAVO_NoFaculties"]		= "You have not selected any Master\'s degree programme";
lang["MAVO_NoProvince"]			= "You have not selected any province in the field [Province]";
lang["NoActivities"]				= "You have not selected any presentation"
lang["CommError"]					= "There was a problem validating the form.\nPlease try again later.";
lang["PresentationAlreadyBooked"]	= 
	"Earlier you enroled for \'@PRESENTATION\' at @OLDTIME. "+
	"This earlier enrolment will be cancelled and be replaced by a new enrolment for @NEWTIME.";
lang["TimeAlreadyBooked"]			= 
	"Earlier you enroled for \'@OLDPRESENTATION\' at @TIME. "+
	"This earlier enrolment will be cancelled and be replaced by \'@NEWPRESENTATION\' at the same time.";
lang["EnrolmentErrors"]				= "Validating the form the following conflicts were found in your enrolment ";
lang["UpdateEnrolments?"]			= "If you continue this enrolment the changes mentioned above will be made permanent. Are you sure you want to do this?"

