diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-07-14 13:27:06 +0200 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-07-14 13:27:06 +0200 |
commit | bf04fba3b1ff92b4288c37c474c8e4b9d4e2e342 (patch) | |
tree | 772122c26ea4ce387bad3ff27dc8d82910cb8827 /pdf-over-gui/src/main/resources/at | |
parent | d8455be73b62176f85a4008efd733497b7b13711 (diff) | |
download | pdf-over-bf04fba3b1ff92b4288c37c474c8e4b9d4e2e342.tar.gz pdf-over-bf04fba3b1ff92b4288c37c474c8e4b9d4e2e342.tar.bz2 pdf-over-bf04fba3b1ff92b4288c37c474c8e4b9d4e2e342.zip |
better error message if internet connection is unavailable
cf. #47
Diffstat (limited to 'pdf-over-gui/src/main/resources/at')
-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 | 1 |
2 files changed, 2 insertions, 0 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 2423d621..e8724ac7 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 @@ -130,6 +130,7 @@ dataSourceSelection.browse=&Browse for PDF on your computer dataSourceSelection.usePlaceholderText=A marker has been found where the creator of the document wants you to put your signature. Do you want to use it? dataSourceSelection.usePlaceholderTitle=Info error.ATrustConnection=Connection to A-Trust could not be established +error.CouldNotResolveHostname=Could not resolve hostname '%s'.\nAre you connected to the internet? error.CmdLineArgs=Error parsing the command-line arguments\: error.Details=Details error.EnteredReferenceValue=You entered the reference value\! 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 3ef421c0..355720ab 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 @@ -159,6 +159,7 @@ error.Title=Fehler error.TitleFatal=Fataler Fehler error.Unexpected=Unerwarteter Fehler error.ATrustConnection=Verbindung zu A-Trust konnte nicht aufgebaut werden +error.CouldNotResolveHostname=Server '%s' wurde nicht gefunden.\nÜberprüfen Sie Ihre Internetverbindung. exception.InvalidEmblemFile=%s ist eine ungültige Bildmarken-Datei\! exception.InvalidPort=%s ist ungültig\: muss eine Nummer zwischen %d und %d sein. exception.PasswordTooLong=Eingegebenes Passwort ist zu lange\! |