$.fn.ketchup.messages = {
  'required':     'This field is required.',
  'minlength':    'This field must have a minimal length of $arg1.',
  'maxlength':    'This field must have a maximal length of $arg1.',
  'rangelength':  'This field must have a length between $arg1 and $arg2.',
  'min':          'Must be at least $arg1.',
  'max':          'Can not be greater than $arg1.',
  'range':        'Must be between $arg1 and $arg2.',
  'number':       'Must be a number.',
  'digits':       'Must be digits.',
  'email':        'Must be a valid E-Mail.',
  'url':          'Must be a valid URL.',
  'username':     'Must be a valid username, no spaces or symbols.',
  'match':        'Must match the field above.',
  'date':         'Must be a valid date.',
  'minselect':    'Select at least $arg1 checkboxes.',
  'maxselect':    'Select not more than $arg1 checkboxes.',
  'rangeselect':  'Select between $arg1 and $arg2 checkboxes.',
  'conditional':  'This field is required based on previous answers.',
  'dateformat':   'This date must be in mm/dd/yyyy format.',
  'pastdate':     'This field must have a date less than or equal to the current date.',
  'emailoptional':'Must be a valid E-Mail.',
  'dateoptional': 'Must be a valid date.',
  'zipcode':      'Must be a valid zipcode in the format of xxxxx or xxxxx-xxxx.',
  'phone':        'Must be a valid phone number in the format of xxx-xxxx or xxx-xxx-xxxx.',
  'ssn':          'Must be a valid social security number in the format xxx-xx-xxxx.',
  'notequal':     'This must not be equal to $arg2.',
  'conditionalS':  'This field is required based on previous answers.',
  'conditionalMulti':'This field is required.'
};
