diff options
author | Tobias Kellner <imcybot@gmail.com> | 2015-10-12 04:25:03 +0200 |
---|---|---|
committer | Tobias Kellner <imcybot@gmail.com> | 2015-10-12 04:25:19 +0200 |
commit | 2c61afd4baa2f542247d3360f921628d5d8e97a5 (patch) | |
tree | d1a70f0d4427adbbec933220d09f963a53eb612c /pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties | |
parent | 0772728e88d1579d158187f69b20e5b999ccaefa (diff) | |
download | pdf-over-2c61afd4baa2f542247d3360f921628d5d8e97a5.tar.gz pdf-over-2c61afd4baa2f542247d3360f921628d5d8e97a5.tar.bz2 pdf-over-2c61afd4baa2f542247d3360f921628d5d8e97a5.zip |
Complete keystore config dialog
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 | 18 |
1 files changed, 17 insertions, 1 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 b987b77a..52ae3d6a 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 @@ -110,7 +110,7 @@ error.InvalidBKU=Invalid CCE selection. Please check. 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 +error.KeyStore=Error loading they keystore. Wrong password? 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 @@ -134,7 +134,23 @@ exception.PasswordTooLong=Given password is too long\! exception.PasswordTooShort=Given password is too short\! exception.PathNotDirectory=Path %s does not denote a directory\! exception.PathNotExist=Path %s does not exist\! +keystore.KeystoreStorePassEntry=Please enter keystore password: +keystore.KeystoreKeyPassEntry=Please enter key password: keystore_config.Keystore_Title=Keystore +keystore_config.KeystoreAlias=Key alias +keystore_config.KeystoreFile=Keystore file +keystore_config.KeystoreFile_ToolTip=Path to the keystore file +keystore_config.KeystoreFile.Dialog=Choose the keystore +keystore_config.KeystoreFile.Dialog_Title=Keystore selection +keystore_config.KeystoreKeyPass=Key password +keystore_config.KeystoreKeyPass_ToolTip=Warning: The password is stored in plain text. Leave empty to get prompted for password during signing. +keystore_config.KeystoreStorePass=Keystore password +keystore_config.KeystoreStorePass_ToolTip=Warning: The password is stored in plain text. Leave empty to get prompted for password during signing. +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 main.about=About %s main.configuration=Configuration main.done=Finish |