diff options
Diffstat (limited to 'pdf-over-gui/src/main/resources')
-rw-r--r-- | pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties | 18 | ||||
-rw-r--r-- | pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties | 16 |
2 files changed, 19 insertions, 15 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 740a09d1..f6bf904c 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 @@ -20,8 +20,8 @@ advanced_config.Signature_Title=Si&gnature advanced_config.SigPHTransparency=Signature placeholder transparency advanced_config.SigPHTransparencyMax=Opaque advanced_config.SigPHTransparencyMin=Invisible -advanced_config.SigBlockLang=Signature block language -advanced_config.SigBlockLang_ToolTip=Select the language used in the signature block +advanced_config.SigBlockLang=Signature block language: +advanced_config.SigBlockLang_ToolTip=Select the language to be used in the signature block argument.error.output=is not a directory argument.help.bku=Select the CCE to use. Values are: LOCAL, MOBILE. Example: -b <option> argument.help.config=Defines which configuration file to use. Example: -c <config file> @@ -69,21 +69,23 @@ error.FailedToSaveSettings=Failed to save configuration file! error.FileNotExist=File %s does not exist! error.Initialization=Initialization failed. Please check your configuration. error.InvalidBKU=Invalid CCE selection. Please check. +error.InvalidLocale=Locale not valid error.InvalidPhoneNumber=Given phone number is invalid! Example: +43664123456789 error.InvalidSettings=Invalid settings are still present. Please check your input. error.LocalBKU=Please check if a local CCE is running +error.MayNotBeAPDF=This may not be a PDF File +error.PositioningNotPossible=Manual positioning currently not possible due to a Java Bug. Using automatic positioning. error.PrepareDocument=Failed to prepare document for signature. error.Retry=Retry error.SaveOutputFolder=Failed to save signed document to configured output folder. error.Signatur=Signature error -error.SignaturePanel.NoPage="No page selected" -error.SignaturePanel.NoRender="Could not render page" +error.SignaturePanel.NoPage=No page selected +error.SignaturePanel.NoRender=Could not render page +error.SWTLib=Error loading SWT library error.TanTooLong=Entered TAN too long +error.Title=Error +error.TitleFatal=Fatal Error error.Unexpected=Unexpected Error -error.title=Error -error.MayNotBeAPDF=This may not be a PDF File -error.InvalidLocale=Locale not valid -error.PositioningNotPossible=Manual positioning currently not possible due to a Java Bug. Using automatic positioning. exception.InvalidEmblemFile=%s is an invalid signature logo file! exception.InvalidPort=%s is invalid: has to be a number between %d and %d exception.PasswordTooLong=Given password is too long! 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 419496b2..ec557208 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 @@ -20,7 +20,7 @@ advanced_config.Signature_Title=Si&gnatur advanced_config.SigPHTransparency=Signaturplatzhalter-Transparenz advanced_config.SigPHTransparencyMax=Undurchsichtig advanced_config.SigPHTransparencyMin=Unsichtbar -advanced_config.SigBlockLang=Sprache für Signaturblock +advanced_config.SigBlockLang=Sprache des Signaturblocks: advanced_config.SigBlockLang_ToolTip=Wählen Sie eine Sprache für den Signaturblock argument.error.output=ist kein Ordner argument.help.bku=Wählen Sie die BKU. Gültige Werte: LOCAL, MOBILE. Bsp.: -b <bku> @@ -69,21 +69,23 @@ error.FailedToSaveSettings=Konnte Konfigurationsdatei nicht speichern! error.FileNotExist=Datei %s existiert nicht! error.Initialization=Initialisierung fehlgeschlagen. Bitte überprüfen Sie Ihre Konfiguration. error.InvalidBKU=Ungültige BKU-Auswahl. Bitte überprüfen. +error.InvalidLocale=Ungültige Sprache error.InvalidPhoneNumber=Telefonnummer ungültig! Beispiel: +43664123456789 error.InvalidSettings=Ungültige Einstellungen vorhanden. Bitte überprüfen. error.LocalBKU=Bitte prüfen sie, ob Ihre lokale BKU läuft +error.MayNotBeAPDF=Dies ist möglicherweise keine PDF Datei +error.PositioningNotPossible=Positionsauswahl ist im Moment nicht verfügbar wegen eines Java Fehlers. Die Position wird automatisch bestimmt. error.PrepareDocument=Konnte Dokument nicht zur Signatur vorbereiten. error.Retry=Wiederholen error.SaveOutputFolder=Konnte Dokument nicht in den konfigurierten Ausgabeordner speichern. error.Signatur=Signatur-Fehler -error.SignaturePanel.NoPage="Keine Seite gewählt" -error.SignaturePanel.NoRender="Konnte Seite nicht darstellen" +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.Title=Fehler +error.TitleFatal=Fataler Fehler error.Unexpected=Unerwarteter Fehler -error.title=Fehler -error.MayNotBeAPDF=Dies ist möglicherweise keine PDF Datei -error.InvalidLocale=Ungültige Sprache -error.PositioningNotPossible=Positionsauswahl ist im Moment nicht verfügbar wegen eines Java Fehlers. Die Position wird automatisch bestimmt. 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! |