/**
 * English default error messages
 */
v2.$msg({
  'alpha': '${field} should only contain letters',
  'alphanum': '${field} should only contain letters and numbers',
  'car-regnum-nor': '${field} should be a valid norwegian auto registration number',
  'confirmation-of': '${field} should be a confirmation of ${field-id}',
  'email': '${field} m&aring; inneholde en gyldig epostadresse',
  'max-length': '${field} should be no more than ${max} characters long',
  'max-val': '${field} should be no bigger than ${min}',
  'min-length': '${field} should be atleast ${min} characters long',
  'min-val': '${field} should be atleast ${min}',
  'numeric': '${field} should only contain numbers',
  'phone-nor': '${field} should be a valid norwegian phone number',
  'required': '${field} m&aring; fylles ut!',
  'ssn-nor': '${field} should be a valid norwegian social security number',
  'url': '${field} should be a valid URL',
  'word': '${field} should only contain letters, numbers and punctuation'
});

