Merge pull request #1835 from nmikhailov/check_security_token

Check security token
This commit is contained in:
Dominik Schürmann
2016-04-16 11:50:23 +02:00
12 changed files with 48 additions and 29 deletions

View File

@@ -380,6 +380,7 @@
<string name="error_integrity_check_failed">"integrity check failed! Data has been modified!"</string>
<string name="error_wrong_passphrase">"wrong password"</string>
<string name="error_could_not_extract_private_key">"could not extract private key"</string>
<string name="error_wrong_security_token">"this security token doesn't contain required key"</string>
<!-- errors without preceeding Error: -->
<string name="error_jelly_bean_needed">"You need Android 4.1 to use Android's NFC Beam feature!"</string>