summaryrefslogtreecommitdiff
path: root/trunk/pdf-over-gui/src/main/resources/at/asit/pdfover
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2012-11-07 11:16:01 +0100
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2012-11-07 11:16:14 +0100
commit2510d4deffa1634593600076e7d5446d2982c9bb (patch)
tree7f8eac79d8f6394f162c2ae72349b131bc838807 /trunk/pdf-over-gui/src/main/resources/at/asit/pdfover
parentf37e3df93655738dbe5e3ea77b764640f1bffbf6 (diff)
downloadpdf-over-2510d4deffa1634593600076e7d5446d2982c9bb.tar.gz
pdf-over-2510d4deffa1634593600076e7d5446d2982c9bb.tar.bz2
pdf-over-2510d4deffa1634593600076e7d5446d2982c9bb.zip
+ implemented localization configuration and on the fly resource
reloading
Diffstat (limited to 'trunk/pdf-over-gui/src/main/resources/at/asit/pdfover')
-rw-r--r--trunk/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties3
-rw-r--r--trunk/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties3
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!