aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/values
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-10-06 01:12:30 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-10-06 01:12:30 +0200
commitb3d51b8b8025f5b33db7c7e922604d5945f313b4 (patch)
treed1bac2e18e44f20a9ba23affba788ce4be428794 /OpenPGP-Keychain/res/values
parent2942d94a29ce298723b5f20b5bf4c2e43eb795a7 (diff)
downloadopen-keychain-b3d51b8b8025f5b33db7c7e922604d5945f313b4.tar.gz
open-keychain-b3d51b8b8025f5b33db7c7e922604d5945f313b4.tar.bz2
open-keychain-b3d51b8b8025f5b33db7c7e922604d5945f313b4.zip
QR Code import works now
Diffstat (limited to 'OpenPGP-Keychain/res/values')
-rw-r--r--OpenPGP-Keychain/res/values/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenPGP-Keychain/res/values/strings.xml b/OpenPGP-Keychain/res/values/strings.xml
index 2a0ea7a04..29b01a8aa 100644
--- a/OpenPGP-Keychain/res/values/strings.xml
+++ b/OpenPGP-Keychain/res/values/strings.xml
@@ -354,7 +354,10 @@
<string name="import_sign_and_upload">Import, Sign, and upload selected keys</string>
<string name="import_finish">Finish</string>
<string name="import_from_clipboard">Import from Clipboard</string>
-
+ <string name="import_qr_code_missing">Missing QR Codes: %1$s</string>
+ <string name="import_qr_code_wrong">QR Code malformed! Please try again!</string>
+ <string name="import_qr_code_finished">QR Code scanning finished!</string>
+
<!-- Intent labels -->
<string name="intent_decrypt_file">OpenPGP: Decrypt File</string>
<string name="intent_import_key">OpenPGP: Import Key</string>