2015-12-17 19:55:40 +01:00
|
|
|
menu.open.csv = Open CSV File
|
|
|
|
|
menu.open.config = Open Validation Config
|
2016-07-22 23:51:08 +02:00
|
|
|
menu.create.config = Create Validation Config
|
2015-12-17 19:55:40 +01:00
|
|
|
menu.save = Save
|
|
|
|
|
menu.save.as = Save As ...
|
2016-02-12 16:03:23 +01:00
|
|
|
menu.save.config = Save Validation Config
|
|
|
|
|
menu.save.as.config = Save Validation Config as ...
|
2015-12-17 19:55:40 +01:00
|
|
|
menu.close = Close
|
|
|
|
|
menu.about = About
|
|
|
|
|
menu.file = File
|
|
|
|
|
menu.edit = Edit
|
|
|
|
|
menu.help = Help
|
2016-01-11 09:03:22 +01:00
|
|
|
menu.preferences = Preferences
|
2016-01-13 23:07:29 +01:00
|
|
|
menu.delete.row = Delete row
|
|
|
|
|
menu.add.row = Add row
|
2016-08-05 23:09:22 +02:00
|
|
|
menu.goto.line = Goto line
|
2016-01-13 23:07:29 +01:00
|
|
|
|
2015-12-17 20:52:09 +01:00
|
|
|
title.validation.errors = Validation Errors:
|
|
|
|
|
|
2015-12-18 12:19:19 +01:00
|
|
|
stateline.csv = CSV:
|
|
|
|
|
stateline.configuration = Validation Configuration:
|
|
|
|
|
stateline.state = State:
|
|
|
|
|
|
|
|
|
|
state.changed = changed
|
|
|
|
|
state.unchanged = unchanged
|
|
|
|
|
|
|
|
|
|
dialog.exit.title = Close Application
|
|
|
|
|
dialog.exit.header.text = Do you want to close application?
|
|
|
|
|
dialog.exit.text = There are changes made to the csv file. If you close now, the changes are lost!
|
|
|
|
|
|
2016-01-12 22:03:20 +01:00
|
|
|
dialog.preferences.title = Preferences
|
|
|
|
|
dialog.preferences.header.text = Preferences
|
|
|
|
|
|
2016-08-05 23:09:22 +02:00
|
|
|
dialog.goto.line.title = Go to line
|
|
|
|
|
dialog.goto.line.header.text = Go to given line (max. {0}) and select line!
|
|
|
|
|
dialog.goto.line.label = Line:
|
|
|
|
|
|
2016-01-11 09:03:22 +01:00
|
|
|
preferences.quoteChar = Quote character:
|
|
|
|
|
preferences.delimiterChar = Delimiter character:
|
|
|
|
|
preferences.ignoreEmptyLines = Ignore empty lines:
|
|
|
|
|
preferences.surroundingSpacesNeedQuotes = Surrounding spaces need quotes:
|
|
|
|
|
preferences.quoteMode = Quote mode:
|
|
|
|
|
|
2015-12-17 20:52:09 +01:00
|
|
|
# validaton messages
|
|
|
|
|
validation.message.not.empty = should not be empty
|
|
|
|
|
validation.message.integer = should be an integer
|
2015-12-17 23:55:08 +01:00
|
|
|
validation.message.double = should be a double
|
2015-12-17 22:09:32 +01:00
|
|
|
validation.message.alphanumeric = should be alphanumeric
|
|
|
|
|
validation.message.groovy.exception = groovy script '{0}' throws exception: {1}
|
|
|
|
|
validation.message.groovy.return.null = groovy script '{0}' returns null
|
|
|
|
|
validation.message.min.length = has not min length of {0}
|
|
|
|
|
validation.message.max.length = has not max length of {0}
|
|
|
|
|
validation.message.date.format = is not a date of format {0}
|
|
|
|
|
validation.message.regexp = does not match {0}
|
2016-08-05 23:09:22 +02:00
|
|
|
validation.message.uniqueness = value {0} is not unique (found in line {1})
|
2015-12-17 22:09:32 +01:00
|
|
|
|
|
|
|
|
validation.message.header.length = number of headers is not correct! there are {0} but there should be {1}
|
2016-08-05 23:09:22 +02:00
|
|
|
validation.message.header.match = header number {0} does not match "{1}" should be "{2}"
|
2016-02-05 08:00:32 +01:00
|
|
|
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.minlength = minimum length:
|
|
|
|
|
validation.rule.label.maxlength = maximum length:
|
|
|
|
|
validation.rule.label.dateformat = date format:
|
|
|
|
|
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
|
2016-07-23 10:01:27 +02:00
|
|
|
validation.rules.name = rule
|
|
|
|
|
validation.rules.value = value
|
2016-02-05 08:00:32 +01:00
|
|
|
|
|
|
|
|
dialog.validation.rules.title = Validation rules
|
|
|
|
|
dialog.validation.rules.header = Validation rules of column "{0}"
|
2016-08-05 23:09:22 +02:00
|
|
|
context.menu.edit.column.rules = Edit rules
|
|
|
|
|
|
|
|
|
|
lineNumber = Selected line:
|