diff options
Diffstat (limited to 'OpenPGP-Keychain/res/values/strings.xml')
-rw-r--r-- | OpenPGP-Keychain/res/values/strings.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/OpenPGP-Keychain/res/values/strings.xml b/OpenPGP-Keychain/res/values/strings.xml index d5eff50a9..ba11ac824 100644 --- a/OpenPGP-Keychain/res/values/strings.xml +++ b/OpenPGP-Keychain/res/values/strings.xml @@ -43,7 +43,7 @@ <string name="section_signing_key">Your Key used for Signing</string> <string name="section_upload_key">Upload Key</string> <string name="section_key_server">Key Server</string> - + <!-- button --> <string name="btn_sign_to_clipboard">Sign (Clipboard)</string> <string name="btn_encrypt_to_clipboard">Encrypt to Clipboard</string> @@ -85,7 +85,8 @@ <string name="menu_update_key">Update from key server</string> <string name="menu_export_key_to_server">Upload to key server</string> <string name="menu_share">Share with…</string> - <string name="menu_share_qr_code">Share with QR Code</string> + <string name="menu_share_qr_code">Share with QR Code (whole key)</string> + <string name="menu_share_qr_code_fingerprint">Share with QR Code (fingerprint)</string> <string name="menu_share_nfc">Share with NFC</string> <string name="menu_copy_to_clipboard">Copy to clipboard</string> <string name="menu_sign_key">Sign key</string> @@ -353,7 +354,9 @@ <string name="api_error_wrong_signature">Signature check failed! Have you installed this app from a different source? If you are sure that this is not an attack, revoke this app\'s registration in OpenPGP Keychain and then register the app again.</string> <!-- Share --> + <string name="share_qr_code_dialog_title">Share with QR Code</string> <string name="share_qr_code_dialog_start">Go through all QR Codes using \'Next\', and scan them one by one.</string> + <string name="share_qr_code_dialog_fingerprint_text">Fingerprint:</string> <string name="share_qr_code_dialog_progress">QR Code with ID %1$d of %2$d</string> <string name="share_nfc_dialog">Share with NFC</string> |