// JavaScript Document
text = new Array ();


// APPLICATION
text.materialError = 'Select a material';
text.otherCompound = 'Please contact your ERIKS-branche';
text.metersError = 'Specify the numbers of meters';
text.metersErrorToLarge = 'The provided number of meters may not be bigger than 500';


// SHAPE
text.numericError = 'Please specify a (positive) numeric value';
text.shapeChange = 'Changing the shape will delete the current dimensions. Do you want to continue?';


// SHAPES
		// FREE DRAWING
		text.drawingError = 'The present drawing will be deleted by changing the profile dimension. Do you want to continue? ';
		
		// ROUND
		
		// HOSE
		text.hoseError = 'The provided value may not be bigger than the input indicated in orange';
		
		// ELIPSE
		
		// SQUARE
		
		// RECTANGLE
		
		// TRAPEZIUM
		text.trapeziumError = 'The provided value may not be equal to or smaller than the input indicated in orange';
		
		// STRAIGHT U
		text.straightUError = 'The provided value may not be equal to or bigger than the input indicated in orange';
		
		// ROUND U
		text.roundUError = 'The provided value may not be equal to or bigger than the input indicated in orange';
		
		// T PROFILE
		text.tProfileDError = 'The provided value may not be equal to or bigger than the input indicated in orange';
		text.tProfileCError = 'The provided value may not be equal to or smaller than the input indicated in orange';
		
		// L PROFILE
		text.lProfileAError = 'The provided value may not be equal to or bigger than the input indicated in orange';
		text.lProfileBError = 'The provided value may not be equal to or bigger than the input indicated in orange';
		
		// D PROFILE
		
		// OPEN D PROFILE
		text.openDProfileBError = 'The provided value may not be equal to or bigger than half of the input indicated in orange';
		text.openDProfileCError = 'The provided value may not be equal to or bigger than half of the input indicated in orange';

		// D PROFILE 2
		
		// OPEN D PROFILE 2
		text.openDProfile2BError = 'The provided value may not be equal to or bigger than half of the input indicated in orange';
		text.openDProfile2CError = 'The provided value may not be equal to or bigger than half of the input indicated in orange';
		
		// P SECTION
		text.pSectionCError = 'The provided value may not be equal to or bigger than the input indicated in orange';
		text.pSectionDError = 'The provided value may not be bigger than half of the input indicated in orange';
		text.pSectionBError = 'The provided value may not be bigger than the input indicated in orange';
		
		// H PROFILE
		text.hProfileBError = 'The provided value may not be equal to or bigger than the input indicated in orange';
		
		// E PROFILE
		text.eProfileAError = 'The provided value may not be equal to or smaller than the input indicated in orange';
		text.eProfileFError = 'The provided value may not be equal to or smaller than the total of inputs indicated in orange';


		//offer popup errors
		text.companynameError = 'Please supply a company';
		text.firstnameError = 'Please supply a firstname';
		text.lastNameError = 'Please supply a lastname';
		text.streetnameError = 'Please supply a streetname';
		text.housenumberError = 'Please supply a housenumber';
		text.postalCodeError = 'Please supply a postalcode';
		text.localityError = 'Please supply a locality';
		text.emailaddressError = 'Please supply a valid emailaddress';
		text.phonenumberError = 'Please supply a phonenumber';
		text.generalFormError = 'Please fill out the form completely';
		text.genderError = 'Please supply a gender';

// SURFACE
text.surfaceError = 'The calculator isn\'t completely filled in, please check your values';
text.surfaceErrorMessage = 'The calculated surface doesn\'t exist for the current material. Please check your provided values.';

// APPLICATION TOOLBAR
text.deleteDesignA = 'The design with name';
text.deleteDesignB = 'will be deleted. Do you want to continue?';
text.saveOfferRequestError = 'The design must be saved before it can be send. Please provide a design name or press OK';
text.savedOfferRequest = 'The design is saved en send with the name';

