diff options
author | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2014-12-03 18:14:48 +0100 |
---|---|---|
committer | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2014-12-03 18:14:48 +0100 |
commit | c072c4e780b4582b18b3b36ee75c5fd58db00dad (patch) | |
tree | b92de4570bcd83e761633ac4863cbfb299425820 /pdf-over-gui/src/main/resources | |
parent | d74a1c548cdc9c1617810779deb5aab6aa3c59a2 (diff) | |
download | pdf-over-c072c4e780b4582b18b3b36ee75c5fd58db00dad.tar.gz pdf-over-c072c4e780b4582b18b3b36ee75c5fd58db00dad.tar.bz2 pdf-over-c072c4e780b4582b18b3b36ee75c5fd58db00dad.zip |
Show appropriate error when submitting empty TAN
Diffstat (limited to 'pdf-over-gui/src/main/resources')
-rw-r--r-- | pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties | 1 | ||||
-rw-r--r-- | pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties index 1fb2c2de..4db02e9a 100644 --- a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties +++ b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties @@ -99,6 +99,7 @@ error.InvalidSettings=Invalid settings are still present. Please check your inpu error.IOError=Input/Output Error error.LocalBKU=Please check if a local CCE (citizen card environment) is running\n\nYou need a CCE to access your citizen card. Further information under www.buergerkarte.at error.MayNotBeAPDF=This may not be a PDF file +error.NoTan=No TAN entered error.PDFProtected=This PDF file is encrypted and can therefore not be signed error.PDFPwdProtected=This PDF file is password protected and can therefore not be signed error.PositioningNotPossible=Manual positioning currently not possible due to a Java Bug. Using automatic positioning. diff --git a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties index 18ead540..86696107 100644 --- a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties +++ b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties @@ -99,6 +99,7 @@ error.InvalidSettings=Ung�ltige Einstellungen vorhanden. Bitte �berpr�fen. error.IOError=Ein-/Ausgabe-Fehler error.LocalBKU=Bitte pr�fen sie, ob Ihre lokale BKU (B�rgerkartenumgebung) l�uft\n\nSie ben�tigen eine BKU, um auf Ihre B�rgerkarte zuzugreifen. Weitere Informationen unter www.buergerkarte.at error.MayNotBeAPDF=Dies ist m�glicherweise keine PDF-Datei +error.NoTan=Keine TAN eingeben error.PDFProtected=Diese PDF-Datei ist verschl�sselt und kann daher nicht signiert werden error.PDFPwdProtected=Diese PDF-Datei ist Passwortgesch�tzt und kann daher nicht signiert werden error.PositioningNotPossible=Positionsauswahl ist im Moment nicht verf�gbar wegen eines Java Fehlers. Die Position wird automatisch bestimmt. @@ -109,7 +110,7 @@ error.Signatur=Signatur-Fehler error.SignaturePanel.NoPage=Keine Seite gew�hlt error.SignaturePanel.NoRender=Konnte Seite nicht darstellen error.SWTLib=Fehler beim Laden der SWT-Bibliothek -error.TanTooLong=Eingegebener TAN zu lange +error.TanTooLong=Eingegebene TAN zu lange error.Title=Fehler error.TitleFatal=Fataler Fehler error.Unexpected=Unerwarteter Fehler |