Files
SmartCSV.fx/src/main/resources/ninja/javafx/smartcsv/fx/smartcsv.properties

15 lines
429 B
Properties
Raw Normal View History

2015-12-17 19:55:40 +01:00
menu.open.csv = Open CSV File
menu.open.config = Open Validation Config
menu.save = Save
menu.save.as = Save As ...
menu.close = Close
menu.about = About
menu.file = File
menu.edit = Edit
menu.help = Help
2015-12-17 20:52:09 +01:00
title.validation.errors = Validation Errors:
# validaton messages
validation.message.not.empty = should not be empty
validation.message.integer = should be an integer
validation.message.alphanumeric = should be alphanumeric