diff options
author | Christian Schneppe <christian@pix-art.de> | 2017-05-10 20:20:22 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2017-05-10 20:20:22 +0200 |
commit | f78fbcffa5754665ae4744b854b306da749c854a (patch) | |
tree | a0f455d5a7bc9f4ccd83fd8557d7c0988a200a43 /src/main/res/values | |
parent | 01aca0599d7f7689e7ebdc6f5e8834de93fac391 (diff) |
display open pgp key id in account details and allow to delete
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 0dbf82efd..ad6d67d33 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -162,6 +162,8 @@ <string name="mgmt_account_delete">Delete account</string> <string name="mgmt_account_publish_avatar">Publish avatar</string> <string name="mgmt_account_publish_pgp">Publish OpenPGP public key</string> + <string name="unpublish_pgp">Remove OpenPGP public key</string> + <string name="unpublish_pgp_message">Are you sure you want to remove your OpenPGP public key from your presence announcement?\nYour contacts will no longer be able to send you OpenPGP encrypted messages.</string> <string name="openpgp_has_been_published">OpenPGP public key has been published.</string> <string name="republish_pgp_keys">Remember to republish your OpenPGP public keys!</string> <string name="mgmt_account_are_you_sure">Are you sure?</string> |