var stxt = {
	 'canOnlyContainDigits': 'can only contain digits',
	 'canOnlyContainLettersAndDigits': 'can only contain letters and digits',
	 'containsToMuchCharsMax': 'contains to much characters, max',
	 'notEnoughCharsMin': 'not enough characters, min',
	 'theField': 'The field',
	 'theFields': 'The fields',
	 'hasntBeenFilledYet': 'hasn\'t been filled yet',
	 'haventBeenFilledYet': 'haven\'t been filled yet',
	 'and': 'and',
	 'inACompuserveAddressYouShouldReplaceCommas': 'In a compuserve-address you should replace commas with dots',
	 'anEmailAddressShouldNotContainCommas': 'An email address should not contain commas',
	 'nothingInFrontOfAtSign': 'Nothing in front of @-sign',
	 'anEmailAddressShouldContainAtSign': 'An e-mail address should contain @-sign',
	 'behindAtSignShouldBeLetterOrDigit': 'Behind @-sign should be a letter or digit',
	 'thereAreTwoDotsAfterTheAtSign': 'There are two dots after the @-sign',
	 'thisEmailAddressContainsSpaces': 'This e-mail address contains whitespace',
	 'theEmailAddressContainsInvalidChar': 'This e-mail address contains an invalid character',
	 'theDomainnameDoesntHaveDot': 'The domainname doesn\'t contain a dot.',
	 'thereAreNoDomainsEndingWith': 'There are no domainnames ending with',
	 'thisIsAnInvalidPostbankNumber': 'This is an invalid Postbank number\nFor example: P12345',
	 'thisBankaccountnumberIsInvalid': 'This bank account number is invalid.'
};