Added warnings for insecure keys

This commit is contained in:
Hari
2017-02-03 16:11:29 +05:30
parent 5b026386e1
commit 62a14399ea
12 changed files with 104 additions and 39 deletions

View File

@@ -822,6 +822,7 @@
<!-- View key -->
<string name="view_key_revoked">"Revoked: Key must not be used anymore!"</string>
<string name="view_key_insecure">"Insecure: Key must not be used anymore!"</string>
<string name="view_key_expired">"Expired: The contact needs to extend the key's validity!"</string>
<string name="view_key_expired_secret">"Expired: You can extend the keys validity by editing it!"</string>
<string name="view_key_my_key">"My Key"</string>