[hibernate-commits] Hibernate SVN: r14214 - validator/trunk/src/java/org/hibernate/validator/resources.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Dec 5 19:14:50 EST 2007


Author: epbernard
Date: 2007-12-05 19:14:49 -0500 (Wed, 05 Dec 2007)
New Revision: 14214

Added:
   validator/trunk/src/java/org/hibernate/validator/resources/DefaultValidatorMessages_en.properties
Log:
HV-48 add DefaultValidatorMessages_en.properties

Added: validator/trunk/src/java/org/hibernate/validator/resources/DefaultValidatorMessages_en.properties
===================================================================
--- validator/trunk/src/java/org/hibernate/validator/resources/DefaultValidatorMessages_en.properties	                        (rev 0)
+++ validator/trunk/src/java/org/hibernate/validator/resources/DefaultValidatorMessages_en.properties	2007-12-06 00:14:49 UTC (rev 14214)
@@ -0,0 +1,16 @@
+validator.assertFalse=assertion failed
+validator.assertTrue=assertion failed
+validator.future=must be a future date
+validator.length=length must be between {min} and {max}
+validator.max=must be less than or equal to {value}
+validator.min=must be greater than or equal to {value}
+validator.notNull=may not be null
+validator.past=must be a past date
+validator.pattern=must match "{regex}"
+validator.range=must be between {min} and {max}
+validator.size=size must be between {min} and {max}
+validator.email=not a well-formed email address
+validator.notEmpty=may not be null or empty
+validator.digits=Numeric value out of bounds (<{integerDigits} digits>.<{fractionalDigits} digits> expected)
+validator.creditCard=Invalid credit card number
+validator.ean=Invalid EAN
\ No newline at end of file




More information about the hibernate-commits mailing list