no need for 2 checkboxes when it is a boolean rule

This commit is contained in:
2016-08-11 12:55:09 +02:00
parent 3adfd566bc
commit e87eec2162
4 changed files with 40 additions and 59 deletions

View File

@@ -60,20 +60,20 @@ validation.message.header.length = number of headers is not correct! there are {
validation.message.header.match = header number {0} does not match "{1}" should be "{2}"
validation.message.value.of = Value {0} is not part of this list {1}
validation.rule.label.not_empty = not empty:
validation.rule.label.integer = integer:
validation.rule.label.double = double:
validation.rule.label.not_empty = not empty
validation.rule.label.integer = integer
validation.rule.label.double = double
validation.rule.label.minlength = minimum length:
validation.rule.label.maxlength = maximum length:
validation.rule.label.dateformat = date format:
validation.rule.label.alphanumeric = alphanumeric:
validation.rule.label.alphanumeric = alphanumeric
validation.rule.label.regexp = regular expression:
validation.rule.label.value_of = value in list:
validation.rule.label.groovy = groovy:
validation.rules.active = active
validation.rules.name = rule
validation.rules.value = value
validation.rule.label.unique = Unique in column:
validation.rule.label.unique = Unique in column
dialog.validation.rules.title = Validation rules
dialog.validation.rules.header = Validation rules of column "{0}"