check for key status in legacy API key lists

This commit is contained in:
Dominik Schürmann
2018-07-04 13:32:35 +02:00
committed by Vincent Breitmoser
parent 8a33fa8540
commit 035a62e920
5 changed files with 39 additions and 2 deletions

View File

@@ -2035,4 +2035,9 @@
<string name="snack_keysync_error">An error occurred while updating all keys</string>
<string name="keychoice_cannot_encrypt">This key cannot be used for encryption!</string>
<string name="keychoice_cannot_sign">This key cannot be used for signing!</string>
<string name="keychoice_insecure">This key cannot be used because it is insecure!</string>
<string name="keychoice_revoked">This key cannot be used because it is revoked!</string>
<string name="keychoice_expired">This key cannot be used because it is expired!</string>
</resources>