diff options
author | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-05-02 12:02:18 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-05-02 12:02:18 +0200 |
commit | 82bccedf7001d08c6ee93dc713a94434ed2f7ab4 (patch) | |
tree | 671416408d53ec99c106af096d5250ef13b65927 /res/values/strings.xml | |
parent | 37c8e157d0030c478ea00fbc407c8365b400af1a (diff) |
nicer dialog screen if openkeychain is not installed
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 5d5d559a..f4b7d5fa 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -79,4 +79,8 @@ <string name="contact_offline_file">Sending files to an offline contact is unfortunately not supported.</string> <string name="send_unencrypted">Send unencrypted</string> <string name="decryption_failed">Decrpytion failed. Maybe you don’t have the proper private key.</string> + <string name="openkeychain_required">OpenKeychain</string> + <string name="openkeychain_required_long">Conversations utilizes a third party called <b>OpenKeychain</b> to encrypt and decrypt messages and to mange your public keys.\n\nOpenKeychain is licensed under GPLv3 and available on F-Droid and Google Play.\n\nTo use openPGP please install the app and then restart Conversations.</string> + <string name="restart">Restart</string> + <string name="install">Install</string> </resources> |