aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-03-22 03:56:58 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2015-03-22 03:58:01 +0100
commit2151411219b4e5d609d25fcbb574ccf399f54d6f (patch)
tree34a47346a3a13705152bc28f7e1c6ef3a53dedeb /OpenKeychain/src/main/res
parent22063cdd6eca32e83e7937a849e70185a1faee2a (diff)
downloadopen-keychain-2151411219b4e5d609d25fcbb574ccf399f54d6f.tar.gz
open-keychain-2151411219b4e5d609d25fcbb574ccf399f54d6f.tar.bz2
open-keychain-2151411219b4e5d609d25fcbb574ccf399f54d6f.zip
actually promote to divert, pass yubikey's AID
Diffstat (limited to 'OpenKeychain/src/main/res')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index f7a9a671e..6dfdb8997 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -988,7 +988,6 @@
<!-- Promote key -->
<string name="msg_pr">"Promoting public key to secret key"</string>
- <string name="msg_pr_error_already_secret">"Key is already a secret key!"</string>
<string name="msg_pr_error_key_not_found">"Key not found!"</string>
<string name="msg_pr_fetching">"Fetching key to modify (%s)"</string>
<string name="msg_pr_success">"Key successfully promoted"</string>
@@ -1273,5 +1272,8 @@
<string name="yubikey_serno">"Serial No: %s"</string>
<string name="yubikey_key_holder">"Key holder: "</string>
<string name="yubikey_key_holder_unset">"Key holder: &lt;unset&gt;"</string>
+ <string name="yubikey_status_bound">Yubikey matches, bound to key</string>
+ <string name="yubikey_status_unbound">Yubikey matches, can be bound to key</string>
+ <string name="yubikey_status_partly">Yubikey matches, partly bound to key</string>
</resources>