support list of possible values

This commit is contained in:
Andreas Billmann
2015-12-17 23:41:20 +01:00
parent fc8627ff18
commit a67937a262
5 changed files with 45 additions and 24 deletions

View File

@@ -21,4 +21,5 @@ validation.message.date.format = is not a date of format {0}
validation.message.regexp = does not match {0}
validation.message.header.length = number of headers is not correct! there are {0} but there should be {1}
validation.message.header.match = header number {0} does not match "{1}" should be "{3}"
validation.message.header.match = header number {0} does not match "{1}" should be "{3}"
validation.message.value.of = Value {0} is not part of this list {1}