diff options
author | vkrnjic <vkrnjic@klio.iaik.tugraz.at> | 2012-11-07 13:38:31 +0100 |
---|---|---|
committer | vkrnjic <vkrnjic@klio.iaik.tugraz.at> | 2012-11-07 13:38:31 +0100 |
commit | 21b2098558c91a8827c869094d0d65fabece7f3b (patch) | |
tree | 0e402dc03e8850b89bf2c40068b30c7d52b9a6e0 /trunk/pdf-over-gui/src/main/resources | |
parent | 65295f0dcef138959d37abbe2c9914adfde98cf8 (diff) | |
parent | 2510d4deffa1634593600076e7d5446d2982c9bb (diff) | |
download | pdf-over-21b2098558c91a8827c869094d0d65fabece7f3b.tar.gz pdf-over-21b2098558c91a8827c869094d0d65fabece7f3b.tar.bz2 pdf-over-21b2098558c91a8827c869094d0d65fabece7f3b.zip |
Merge branch 'master' of git@abyss:12PDF-OVER-4.0.git
Diffstat (limited to 'trunk/pdf-over-gui/src/main/resources')
-rw-r--r-- | trunk/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties | 3 | ||||
-rw-r--r-- | trunk/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/trunk/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties b/trunk/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties index 413e9db5..ebb65dcc 100644 --- a/trunk/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties +++ b/trunk/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties @@ -18,6 +18,8 @@ advanced_config.SigPHTransparencyMin=Invisible advanced_config.AutoPosition_ToolTip=Activate this option to automatically position the signature advanced_config.OutputFolder_ToolTip=Select the folder where the signed document will be saved automatically (clear this field to disable automatic saving) advanced_config.BKUSelection_ToolTip=Select the default CCE to use during signature +advanced_config.LocaleSelection_ToolTip=Select the default Language +advanced_config.LocaleSelection_Title=Language selection 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> @@ -78,6 +80,7 @@ error.TanTooLong=Entered TAN too long error.Unexpected=Unexpected Error error.title=Error error.MayNotBeAPDF=This may not be a PDF File +error.InvalidLocale=Locale not valid 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/trunk/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties b/trunk/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties index c3a1d302..536073c6 100644 --- a/trunk/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties +++ b/trunk/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties @@ -18,6 +18,8 @@ advanced_config.SigPHTransparencyMin=Unsichtbar advanced_config.AutoPosition_ToolTip=Aktivieren Sie diese Option, um die Signatur automatisch zu positionieren advanced_config.OutputFolder_ToolTip=Wählen Sie einen Ordner, in dem signierte Dokumente automatisch abgelegt werden (deaktivert, wenn das Feld leer ist) advanced_config.BKUSelection_ToolTip=Wählen Sie die BKU, mit der die Signatur durchgeführt werden soll +advanced_config.LocaleSelection_ToolTip=Wählen Sie die Sprache +advanced_config.LocaleSelection_Title=Sprachauswahl argument.error.output=ist kein Ordner argument.help.bku=Wählen Sie die BKU. Gültige Werte: LOCAL, MOBILE. Bsp.: -b <bku> argument.help.config=Auswahl der Konfigurationsdatei. Bsp.: -c <Dateiname> @@ -78,6 +80,7 @@ error.TanTooLong=Eingegebener TAN zu lange error.Unexpected=Unerwarteter Fehler error.title=Fehler error.MayNotBeAPDF=Dies ist möglicherweise keine PDF Datei +error.InvalidLocale=Ungültige Sprache 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! |