/**
 * Swedish default error messages
 */
v2.$msg({
  'alpha': '${field} should only contain letters SE',
  'alphanum': '${field} should only contain letters and numbers SE',
  'car-regnum-nor': '${field} should be a valid norwegian auto registration number SE',
  'confirmation-of': '${field} should be a confirmation of ${field-id} SE',
  'email': '${field} should be a valid email address SE',
  'max-length': '${field} should be no more than ${max} characters long SE',
  'max-val': '${field} should be no bigger than ${min} SE',
  'min-length': '${field} should be atleast ${min} characters long SE',
  'min-val': '${field} should be atleast ${min} SE',
  'numeric': '${field} should only contain numbers SE',
  'phone-nor': '${field} should be a valid norwegian phone number SE',
  'required': '${field} är nödvändigt',
  'ssn-nor': '${field} should be a valid norwegian social security number SE',
  'url': '${field} should be a valid URL SE',
  'word': '${field} should only contain letters, numbers and punctuation SE'
});

