From 8e644e3b7a3f043ad1f57065554271f728440285 Mon Sep 17 00:00:00 2001 From: Tobias Kellner Date: Mon, 12 Oct 2015 11:51:45 +0200 Subject: Add remaining keystore cli arguments --- .../resources/at/asit/pdfover/gui/messages.properties | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties') 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 5ca9051e..ccb3872c 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 @@ -44,12 +44,16 @@ advanced_config.UpdateCheck_Title=Updates advanced_config.UpdateCheck_ToolTip=Shows a notification when a new version is available argument.error.output=is not a directory argument.help.autopos=Enables automatic signature positioning -argument.help.bku=Select the CCE to use. Values are\: LOCAL, MOBILE. Example\: -b MOBILE +argument.help.bku=Select the CCE to use. Possible values are\: LOCAL, MOBILE, KS. Example\: -b MOBILE argument.help.config=Defines which configuration file to use. Example\: -c argument.help.emblem=Sets the signature logo file to use for the signature. Example\: -e argument.help.help=Shows this help message argument.help.input=Sets the document to sign. Example\: -i +argument.help.keystorealias=Sets the keystore key alias. Example \: -ksalias argument.help.keystorefile=Sets the keystore file. Example \: -ks +argument.help.keystorekeypass=Sets the keystore password. Example \: -kspass +argument.help.keystorestorepass=Sets the keystore key password. Example \: -kskeypass +argument.help.keystoretype=Sets the keystore type. Example \: -kstype [PKCS12|JKS|JCEKS] argument.help.number=Sets the telephone number to use for mobile CCE. Example\: -n argument.help.output=Sets the output folder or file to use. Example\: -o argument.help.password=Sets the password to use for mobile CCE. Example\: -p @@ -63,7 +67,11 @@ 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.keystorealias=Keystore alias invalid\! Usage\: +argument.invalid.keystorefile=Keystore file invalid\! Usage\: +argument.invalid.keystorekeypass=Keystore key password invalid\! Usage\: +argument.invalid.keystorestorepass=Keystore password invalid\! Usage\: +argument.invalid.keystoretype=Keystore type 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\: @@ -113,6 +121,7 @@ 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.KeyStore=Error loading they keystore. Wrong password? +error.KeyStoreAlias=Key alias %s not found in keystore error.LocalBKU=Please check if a local CCE (citizen card environment) is running\n\nYou need a CCE to access your citizen card. Further information under www.buergerkarte.at error.MayNotBeAPDF=This may not be a PDF file error.NoTan=No TAN entered @@ -152,7 +161,7 @@ keystore_config.KeystoreType=Keystore type keystore_config.KeystoreType_JKS=Java keystore keystore_config.KeystoreType_PKCS12=PKCS12 keystore_config.Load=Load keystore -keystore_config.Load_Tooltip=Load keystore to show available key aliases +keystore_config.Load_ToolTip=Load keystore to show available key aliases main.about=About %s main.configuration=Configuration main.done=Finish -- cgit v1.2.3