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["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...";