comparison DVN-web/src/main/java/customMessages.properties @ 2:2ae72563a29d

Commit of the project with the correct structure.
author "jurzua <jurzua@mpiwg-berlin.mpg.de>"
date Tue, 10 Mar 2015 15:34:59 +0100
parents
children
comparison
equal deleted inserted replaced
1:9e0426facae5 2:2ae72563a29d
1 # Redefine the default jsf messages
2 javax.faces.component.UIInput.CONVERSION=Conversion error occurred.
3 javax.faces.component.UIInput.REQUIRED=This field is required.
4 javax.faces.component.UIInput.REQUIRED_detail=This field is required.
5 javax.faces.component.UISelectOne.INVALID=Value is not a valid option.
6 javax.faces.component.UISelectMany.INVALID=Value is not a valid option.
7 javax.faces.validator.NOT_IN_RANGE=Specified attribute is not between the expected values of {0} and {1}.
8 javax.faces.validator.DoubleRangeValidator.MAXIMUM=Value is greater than allowable maximum of '{0}'.
9 javax.faces.validator.DoubleRangeValidator.MINIMUM=Value is less than allowable minimum of '{0}'.
10 javax.faces.validator.DoubleRangeValidator.TYPE=Value is not of the correct type.
11 javax.faces.validator.LengthValidator.MAXIMUM=Value is greater than allowable maximum of '{0}'.
12 javax.faces.validator.LengthValidator.MINIMUM=Value is less than allowable minimum of '{0}'.
13 javax.faces.validator.LongRangeValidator.MAXIMUM=Value is greater than allowable maximum of '{0}'.
14 javax.faces.validator.LongRangeValidator.MINIMUM=Value is less than allowable minimum of '{0}'.
15 javax.faces.validator.LongRangeValidator.TYPE=Value is not of the correct type.
16 javax.faces.validator.LongRangeValidator.NOT_IN_RANGE=Specified attribute is not between the expected values of {0} and {1}.
17 javax.faces.converter.LongConverter.LONG=Value could not be converted to long.
18 javax.faces.converter.IntegerConverter.INTEGER=Value could not be converted to integer.
19 javax.faces.converter.NumberConverter.NUMBER=Value could not be converted to number.