aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2015-06-10 17:13:14 -0400
committerJoey Castillo <jose.castillo@gmail.com>2015-06-10 20:11:55 -0400
commit14226461c14472fd470a42357b5be5bd7bc134c7 (patch)
tree13706bd00252602b99c4bf4372947f5efa1c74fd /OpenKeychain/src/main/res/values/strings.xml
parent7a5121894ee0ede4f20a6d029e4880c68cd643b7 (diff)
downloadopen-keychain-14226461c14472fd470a42357b5be5bd7bc134c7.tar.gz
open-keychain-14226461c14472fd470a42357b5be5bd7bc134c7.tar.bz2
open-keychain-14226461c14472fd470a42357b5be5bd7bc134c7.zip
Improved smart card error handling
Diffstat (limited to 'OpenKeychain/src/main/res/values/strings.xml')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 7323d19cd..8e2f0f5e2 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -1309,6 +1309,14 @@
<string name="btn_import">"Import"</string>
<string name="snack_yubi_other">Different key stored on YubiKey!</string>
<string name="error_nfc">"NFC Error: %s"</string>
+ <string name="error_pin">"Incorrect PIN; %d tries remaining."</string>
+ <string name="error_nfc_terminated">"Smart card in termination state"</string>
+ <string name="error_nfc_wrong_length">"Wrong length for sent / received data"</string>
+ <string name="error_nfc_conditions_not_satisfied">"Conditions of use not satisfied"</string>
+ <string name="error_nfc_security_not_satisfied">"Security status not satisfied"</string>
+ <string name="error_nfc_authentication_blocked">"PIN blocked after too many attempts"</string>
+ <string name="error_nfc_data_not_found">"Key or object not found"</string>
+ <string name="error_nfc_unknown">"Unknown Error"</string>
<string name="error_pin_nodefault">Default PIN was rejected!</string>
<string name="error_bluetooth_file">Error creating temporary file. Bluetooth sharing will fail.</string>
<string name="snack_encrypt_filenames_on">"Filenames <b>are</b> encrypted."</string>