PageRenderTime 47ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/samples/frameworks/fw1/assets/i18n/default.properties

http://github.com/cfaddict/hyrule
Properties File | 44 lines | 38 code | 3 blank | 3 comment | 0 complexity | a54ca40973bb631268c514903ccf46ee MD5 | raw file
Possible License(s): Apache-2.0
  1. #DEFAULT CONSTRAINT MESSAGES
  2. blank=The field {property} must contain a value.
  3. required=The field {property} must contain a value.
  4. email=The field {property} is not a valid email address.
  5. unique=The field {property} is not a unique value.
  6. size=The field {property} was not in the size range of {size}.
  7. inlist=The field {property} was not in the list of possible values.
  8. min=The minimum value {min} was not met for the field {property}.
  9. max=The maximum value {max} was exceeded for the field {property}.
  10. range=The range was not met for the field {property}.
  11. regex=The field {property} does not follow the regular expression pattern {pattern}.
  12. numeric=The field {property} is not a valid number.
  13. sameas=The field {property} was not the same as {sameas}.
  14. sameasnocase=The field {property} was not the same as {sameas}.
  15. validator=There field {property} did not pass validation.
  16. #DFAULT TYPES
  17. type.any=The field {property} is not of type any.
  18. type.array=The field {property} is not a valid array.
  19. type.binary=The field {property} is not of type binary.
  20. type.boolean=The field {property} is not of type boolean.
  21. type.component=The field {property} is not of type component.
  22. type.creditcard=The field {property} is not a valid credit card.
  23. type.date=The field {property} is not a valid date.
  24. type.email=The field {property} is not a valid email address.
  25. type.eurodate=The field {property} is not a valid euro date.
  26. type.float=The field {property} is not of type float.
  27. type.guid=The field {property} is not of type guid.
  28. type.integer=The field {property} is not a valid integer.
  29. type.query=The field {property} is not of type query.
  30. type.ssn=The field {property} is not a valid social security number.
  31. type.string=The field {property} is not a valid string.
  32. type.struct=The field {property} is not a valid struct.
  33. type.telephone=The field {property} is not a valid telephone number.
  34. type.url=The field {property} is not a valid URL.
  35. type.uuid=The field {property} is not of type uuid.
  36. type.usdate=The field {property} is not a valid US date.
  37. type.variablename=The field {property} is not a valid variable name.
  38. type.zipcode=The field {property} is not a valid zip code.
  39. type.maxlength=The maximum value {max} was exceeded for the field {property}.
  40. #CUSTOM
  41. product.categories.size=Please select at least one category for this product.