aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-07-06 16:39:45 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-07-06 16:39:45 +0200
commitb81e28c3f71b35f3bf3b587ee744c92fb54c2745 (patch)
treec6ae1d98479574a5116de9162dba519fd2cc7fa0 /OpenKeychain
parent60df5a4edf01f1c64b9d335699aea459bdefc964 (diff)
downloadopen-keychain-b81e28c3f71b35f3bf3b587ee744c92fb54c2745.tar.gz
open-keychain-b81e28c3f71b35f3bf3b587ee744c92fb54c2745.tar.bz2
open-keychain-b81e28c3f71b35f3bf3b587ee744c92fb54c2745.zip
Better error string for too short PIN
Diffstat (limited to 'OpenKeychain')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index c3a887fd1..be0135d0c 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -1393,16 +1393,16 @@
<item quantity="one">"Incorrect PIN!\n%d try remaining."</item>
<item quantity="other">"Incorrect PIN!\n%d tries remaining."</item>
</plurals>
- <string name="error_nfc_terminated">"YubiKey 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_terminated">"YubiKey in termination state."</string>
+ <string name="error_nfc_wrong_length">"Entered PIN is too short. PINs are at least 6 numbers long."</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_nfc_bad_data">"YubiKey reported invalid data"</string>
- <string name="error_nfc_chaining_error">"YubiKey expected last command in a chain"</string>
- <string name="error_nfc_header">"YubiKey reported invalid %s byte"</string>
+ <string name="error_nfc_bad_data">"YubiKey reported invalid data."</string>
+ <string name="error_nfc_chaining_error">"YubiKey expected last command in a chain."</string>
+ <string name="error_nfc_header">"YubiKey reported invalid %s byte."</string>
<string name="error_nfc_tag_lost">"YubiKey has been taken off too early. Keep the YubiKey at the back until the operation finishes."</string>
<string name="error_nfc_try_again">"Try again"</string>
<string name="error_pin_nodefault">Default PIN was rejected!</string>