var validatorStrings = ({ Required: 'The field %fieldname% must be filled out.', Email: '"%fieldname%" is not a valid e-mail address!', Time: 'The time %fieldname% must be a valid time. (hh:mm)', Number: 'The field %fieldname% must be a number.', GolfIDErrorText: 'Golf-ID is not valid. Format: YYMMDD-CCC' });