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/asit/pdfover/gui/messages.properties | |
parent | eeb3ec439e67085c04849e24446936eba1d8171e (diff) | |
download | mocca-7a353422c92187b643377939ebd19429ab66e4bf.tar.gz mocca-7a353422c92187b643377939ebd19429ab66e4bf.tar.bz2 mocca-7a353422c92187b643377939ebd19429ab66e4bf.zip |
Add keystore file argument
Diffstat (limited to 'pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties')
-rw-r--r-- | pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties | 2 |
1 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 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\: |