From f189d72943c490ae97323997aef8987bc58f3b5e Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Thu, 10 Sep 2015 15:27:58 -0400 Subject: [PATCH] Merged branch 'dev-mailvelope' --- program/localization/en_US/messages.inc | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index a8ebf88..d7bef0e 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -56,6 +56,12 @@ $messages['contactnameexists'] = 'A contact with the same name already exists.'; $messages['blockedimages'] = 'To protect your privacy, remote images are blocked in this message.'; $messages['encryptedmessage'] = 'This is an encrypted message and can not be displayed. Sorry!'; +$messages['externalmessagedecryption'] = 'This is an encrypted message and can be decrypted with your browser extension.'; +$messages['nopubkeyfor'] = 'No valid public key found for $email'; +$messages['nopubkeyforsender'] = 'No valid public key found for your sender identity. Do you want to encrypt the message for the recipients only?'; +$messages['encryptnoattachments'] = 'Already uploaded attachments cannot be encrypted. Please re-add them in the encryption editor.'; +$messages['searchpubkeyservers'] = 'Do you want to search public key servers for the missing keys?'; +$messages['encryptpubkeysfound'] = 'The following public keys have been found:'; $messages['nocontactsfound'] = 'No contacts found.'; $messages['contactnotfound'] = 'The requested contact was not found.'; $messages['contactsearchonly'] = 'Enter some search terms to find contacts'; -- Gitblit v1.9.1