$.fn.ketchup.messages = {
  'required':     'Toto pole je povinné.',
  'minlength':    'This field must have a minimal length of $arg1.',
  'maxlength':    'This field must have a maximal length of $arg1.',
  'rangelength':  'Toto pole musí mít délku mezi $arg1 a $arg2 znaky.',
  'min':          'Must be at least $arg1.',
  'max':          'Nesmí být větší než $arg1.',
  'range':        'Musí být číslo mezi $arg1 a $arg2.',
  'number':       'Musí být číslo.',
  'digits':       'Musí být pouze číslice.',
  'phone':        'Musí být správný formát telefoního čísla.',
  'email':        'Musí být správný formát E-mailu.',
  'url':          'Musí být validní URL.',
  'username':     'Must be a valid username.',
  'match':        'Must match the field above.',
  'date':         'Musí být validní datum.',
  'minselect':    'Select at least $arg1 checkboxes.',
  'maxselect':    'Select not more than $arg1 checkboxes.',
  'rangeselect':  'Vyberte $arg1 až $arg2 zaškrtávacích polí.'
};
