replaced static validation error text

This commit is contained in:
Andreas Billmann
2015-12-17 20:52:09 +01:00
parent 9278bfa13a
commit 8ebc18e452
4 changed files with 19 additions and 9 deletions

View File

@@ -7,4 +7,9 @@ menu.about = About
menu.file = File
menu.edit = Edit
menu.help = Help
title.validation.errors = Validation Errors:
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

View File

@@ -15,4 +15,9 @@ menu.about = \u00dcber ...
menu.file = Datei
menu.edit = Bearbeiten
menu.help = Hilfe
title.validation.errors = Fehler in der Datei:
title.validation.errors = Fehler in der Datei:
# validaton messages
validation.message.not.empty = Darf nicht leer sein.
validation.message.integer = Muss eine Zahl sein.
validation.message.alphanumeric = Darf nur Zahlen und Buchstaben enthalten.