aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2016-04-30 16:46:22 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2016-04-30 16:46:22 +0200
commitb97971a29c6a2a80d86ff068ca8f4109d8027646 (patch)
tree71f1ab9ef2764b9373054f8e30050a1b3337cce6 /OpenKeychain/src/main/res
parent1cc0fe558be77c012ecc8630bc3bfe85948ab28c (diff)
downloadopen-keychain-b97971a29c6a2a80d86ff068ca8f4109d8027646.tar.gz
open-keychain-b97971a29c6a2a80d86ff068ca8f4109d8027646.tar.bz2
open-keychain-b97971a29c6a2a80d86ff068ca8f4109d8027646.zip
Fix error codes for ykneo-openpgp 1.0.11
Diffstat (limited to 'OpenKeychain/src/main/res')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 1b8bc5661..ab935b042 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -1576,13 +1576,13 @@
<item quantity="other">"Incorrect PIN!\n%d tries remaining."</item>
</plurals>
<string name="security_token_error_terminated">"Security Token in termination state."</string>
- <string name="security_token_error_wrong_length">"Entered PIN is too short. PINs are at least 6 digits long."</string>
+ <string name="security_token_error_wrong_length">"Entered PIN is too short. PINs are at least 6 digits long.\n(Error: Wrong length)"</string>
<string name="security_token_error_conditions_not_satisfied">"Conditions of use not satisfied."</string>
- <string name="security_token_error_security_not_satisfied">"Security status not satisfied."</string>
+ <string name="security_token_error_security_not_satisfied">"Incorrect PIN!\n(Keep in mind that you have only 3 tries!)"</string>
<string name="security_token_error_authentication_blocked">"PIN blocked after too many attempts."</string>
<string name="security_token_error_data_not_found">"Key or object not found."</string>
<string name="security_token_error_unknown">"Unknown Error"</string>
- <string name="security_token_error_bad_data">"Security Token reported invalid data."</string>
+ <string name="security_token_error_bad_data">"Entered PIN is too short. PINs are at least 6 digits long.\n(Error: Invalid data)"</string>
<string name="security_token_error_chaining_error">"Security Token expected last command in a chain."</string>
<string name="security_token_error_header">"Security Token reported invalid %s byte."</string>
<string name="security_token_error_tag_lost">"Security Token has been taken off too early. Keep the Security Token at the back until the operation finishes."</string>