aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-03-22 02:36:10 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2015-03-22 02:36:10 +0100
commita7c52a1c9f8bca83b2981347a0eceeec68a92790 (patch)
tree3e6275123d12251749f8975a241cb6e64799dd49 /OpenKeychain/src/main/res/values
parent04c7639a5a9b4f85122b7d5f299ba09131ce3036 (diff)
downloadopen-keychain-a7c52a1c9f8bca83b2981347a0eceeec68a92790.tar.gz
open-keychain-a7c52a1c9f8bca83b2981347a0eceeec68a92790.tar.bz2
open-keychain-a7c52a1c9f8bca83b2981347a0eceeec68a92790.zip
move yubikey import into viewkeyfragment
Diffstat (limited to 'OpenKeychain/src/main/res/values')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 6c8ccd340..bcee267fd 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -48,6 +48,7 @@
<!-- section -->
<string name="section_user_ids">"Identities"</string>
+ <string name="section_yubikey">"Yubikey"</string>
<string name="section_linked_system_contact">"Linked System Contact"</string>
<string name="section_should_you_trust">"Should you trust this key?"</string>
<string name="section_proof_details">Proof verification</string>
@@ -1267,5 +1268,6 @@
<string name="nfc_write_succesful">Successfully written on NFC tag</string>
<string name="unlocked">Unlocked</string>
<string name="nfc_settings">Settings</string>
+ <string name="snack_yubikey_view">View</string>
</resources>