Mercurial > hg > LGDataverses
annotate DVN-web/src/main/java/customMessages.properties @ 7:6750dab0f86e
Adding developer guide.
author | "jurzua <jurzua@mpiwg-berlin.mpg.de>" |
---|---|
date | Tue, 26 May 2015 14:05:03 +0200 |
parents | 2ae72563a29d |
children |
rev | line source |
---|---|
2
2ae72563a29d
Commit of the project with the correct structure.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff
changeset
|
1 # Redefine the default jsf messages |
2ae72563a29d
Commit of the project with the correct structure.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff
changeset
|
2 javax.faces.component.UIInput.CONVERSION=Conversion error occurred. |
2ae72563a29d
Commit of the project with the correct structure.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff
changeset
|
3 javax.faces.component.UIInput.REQUIRED=This field is required. |
2ae72563a29d
Commit of the project with the correct structure.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff
changeset
|
4 javax.faces.component.UIInput.REQUIRED_detail=This field is required. |
2ae72563a29d
Commit of the project with the correct structure.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff
changeset
|
5 javax.faces.component.UISelectOne.INVALID=Value is not a valid option. |
2ae72563a29d
Commit of the project with the correct structure.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff
changeset
|
6 javax.faces.component.UISelectMany.INVALID=Value is not a valid option. |
2ae72563a29d
Commit of the project with the correct structure.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff
changeset
|
7 javax.faces.validator.NOT_IN_RANGE=Specified attribute is not between the expected values of {0} and {1}. |
2ae72563a29d
Commit of the project with the correct structure.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff
changeset
|
8 javax.faces.validator.DoubleRangeValidator.MAXIMUM=Value is greater than allowable maximum of '{0}'. |
2ae72563a29d
Commit of the project with the correct structure.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff
changeset
|
9 javax.faces.validator.DoubleRangeValidator.MINIMUM=Value is less than allowable minimum of '{0}'. |
2ae72563a29d
Commit of the project with the correct structure.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff
changeset
|
10 javax.faces.validator.DoubleRangeValidator.TYPE=Value is not of the correct type. |
2ae72563a29d
Commit of the project with the correct structure.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff
changeset
|
11 javax.faces.validator.LengthValidator.MAXIMUM=Value is greater than allowable maximum of '{0}'. |
2ae72563a29d
Commit of the project with the correct structure.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff
changeset
|
12 javax.faces.validator.LengthValidator.MINIMUM=Value is less than allowable minimum of '{0}'. |
2ae72563a29d
Commit of the project with the correct structure.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff
changeset
|
13 javax.faces.validator.LongRangeValidator.MAXIMUM=Value is greater than allowable maximum of '{0}'. |
2ae72563a29d
Commit of the project with the correct structure.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff
changeset
|
14 javax.faces.validator.LongRangeValidator.MINIMUM=Value is less than allowable minimum of '{0}'. |
2ae72563a29d
Commit of the project with the correct structure.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff
changeset
|
15 javax.faces.validator.LongRangeValidator.TYPE=Value is not of the correct type. |
2ae72563a29d
Commit of the project with the correct structure.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff
changeset
|
16 javax.faces.validator.LongRangeValidator.NOT_IN_RANGE=Specified attribute is not between the expected values of {0} and {1}. |
2ae72563a29d
Commit of the project with the correct structure.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff
changeset
|
17 javax.faces.converter.LongConverter.LONG=Value could not be converted to long. |
2ae72563a29d
Commit of the project with the correct structure.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff
changeset
|
18 javax.faces.converter.IntegerConverter.INTEGER=Value could not be converted to integer. |
2ae72563a29d
Commit of the project with the correct structure.
"jurzua <jurzua@mpiwg-berlin.mpg.de>"
parents:
diff
changeset
|
19 javax.faces.converter.NumberConverter.NUMBER=Value could not be converted to number. |