read and edit csv preferences

This commit is contained in:
Andreas Billmann
2016-01-11 09:03:22 +01:00
parent 5762354d19
commit 789c5012a4
14 changed files with 391 additions and 12 deletions

View File

@@ -7,6 +7,7 @@ menu.about = About
menu.file = File
menu.edit = Edit
menu.help = Help
menu.preferences = Preferences
title.validation.errors = Validation Errors:
stateline.csv = CSV:
@@ -20,6 +21,12 @@ 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!
preferences.quoteChar = Quote character:
preferences.delimiterChar = Delimiter character:
preferences.ignoreEmptyLines = Ignore empty lines:
preferences.surroundingSpacesNeedQuotes = Surrounding spaces need quotes:
preferences.quoteMode = Quote mode:
# validaton messages
validation.message.not.empty = should not be empty
validation.message.integer = should be an integer