$.fn.ketchup.messages = {
  'required':     'You must enter information here',
  'minlength':    'Must be at least $arg1 characters.',
  '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':        'Please enter a valid Email.',
  'url':          'Must be a valid URL.',
  'username':     'Must be a valid username.',
  'match':        '$arg2',
  'date':         'Must be a valid date.',
  'minselect':    'You must make a selection here.',
  'terms':        'You must accept the terms and conditions.',
  'maxselect':    'Select not more than $arg1 checkboxes.',
  'rangeselect':  'Select between $arg1 and $arg2 checkboxes.',
  'com_description': 'Please enter your company name.',
  'com_coi_fk':		'Please select an industry.',
  'option1':		'Please make selection.'
};
