diff options
author | Tobias Kellner <imcybot@gmail.com> | 2015-10-12 04:27:31 +0200 |
---|---|---|
committer | Tobias Kellner <imcybot@gmail.com> | 2015-10-12 04:27:31 +0200 |
commit | 7a353422c92187b643377939ebd19429ab66e4bf (patch) | |
tree | ff5b93acc3891d9b7506c8929c3dcf7320f9f4ea /pdf-over-gui/src/main/resources/at | |
parent | eeb3ec439e67085c04849e24446936eba1d8171e (diff) | |
download | pdf-over-7a353422c92187b643377939ebd19429ab66e4bf.tar.gz pdf-over-7a353422c92187b643377939ebd19429ab66e4bf.tar.bz2 pdf-over-7a353422c92187b643377939ebd19429ab66e4bf.zip |
Add keystore file argument
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 | 2 | ||||
-rw-r--r-- | pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties | 2 |
2 files changed, 4 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 52ae3d6a..5ca9051e 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 @@ -49,6 +49,7 @@ argument.help.config=Defines which configuration file to use. Example\: -c <conf argument.help.emblem=Sets the signature logo file to use for the signature. Example\: -e <emblem file> argument.help.help=Shows this help message argument.help.input=Sets the document to sign. Example\: -i <input document> +argument.help.keystorefile=Sets the keystore file. Example \: -ks <keystore file> argument.help.number=Sets the telephone number to use for mobile CCE. Example\: -n <number> argument.help.output=Sets the output folder or file to use. Example\: -o <folder> argument.help.password=Sets the password to use for mobile CCE. Example\: -p <password> @@ -62,6 +63,7 @@ argument.invalid.bku=CCE argument invalid\! Usage\: argument.invalid.config=Configuration file argument invalid\! Usage\: argument.invalid.emblem=Signature logo argument invalid\! Usage\: argument.invalid.input=Document to sign argument invalid\! Usage\: +argument.invalid.keystorefile=Keystore file invalid\! Usage\: argument.invalid.number=Phone number argument invalid\! Usage\: argument.invalid.output=Output folder argument invalid\! Usage\: argument.invalid.password=Mobile CCE password invalid\! Usage\: 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 8c02616a..fba8318e 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 @@ -49,6 +49,7 @@ argument.help.config=Auswahl der Konfigurationsdatei. Bsp.\: -c <Dateiname> argument.help.emblem=W\u00E4hlt die Bildmarke f\u00FCr die Signatur. Bsp.\: -e <Dateiname> argument.help.help=Zeigt diese Hilfe an argument.help.input=W\u00E4hlt das zu signierende Dokument. Bsp.\: -i <Dateiname> +argument.help.keystorefile=W\u00E4hlt die Keystore-Datei. Bsp.\: -ks <Dateiname> argument.help.number=W\u00E4hlt die Telefonnummer f\u00FCr die Handy-BKU. Bsp.\: -n <Nummer> argument.help.output=W\u00E4hlt den Ausgabeordner oder die Ausgabedatei. Bsp.\: -o <Ordner> argument.help.password=W\u00E4hlt das Passwort f\u00FCr die Handy-BKU. Bsp.\: -p <Passwort> @@ -62,6 +63,7 @@ argument.invalid.bku=BKU-Auswahl ung\u00FCltig\! Verwendung\: argument.invalid.config=Konfigurationsdatei ung\u00FCltig\! Verwendung\: argument.invalid.emblem=Bildmarke ung\u00FCltig\! Verwendung\: argument.invalid.input=Dokument ung\u00FCltig\! Verwendung\: +argument.invalid.keystorefile=Keystore-Datei ung\u00FCltig\! Verwendung\: argument.invalid.number=Telefonnummer ung\u00FCltig\! Verwendung\: argument.invalid.output=Ausgabeordner ung\u00FCltig\! Verwendung\: argument.invalid.password=Handy-BKU Passwort ung\u00FCltig\! Verwendung\: |