Added new log message for encryption using invalid key

This commit is contained in:
Hari
2017-01-28 01:11:08 +05:30
parent 9988afec1c
commit 56cbfc0077
3 changed files with 3 additions and 2 deletions

View File

@@ -1297,6 +1297,7 @@
<string name="msg_pse_error_pgp">"Internal OpenPGP error!"</string>
<string name="msg_pse_error_sig">"Encountered OpenPGP signature exception!"</string>
<string name="msg_pse_error_unlock">"Unknown error unlocking key!"</string>
<string name="msg_pse_error_key_not_allowed">"Key used for encrypting is not allowed"</string>
<string name="msg_pse_error_revoked_or_expired">"Revoked/Expired key cannot be used for sign or encryption"</string>
<string name="msg_pse_key_ok">"Encrypting for key: %s"</string>
<string name="msg_pse_key_unknown">"Missing key for encryption: %s"</string>