diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-04-18 10:13:51 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-04-18 10:13:51 +0200 |
commit | ed1ceea87829093ddd62bf214e56213bf4d91c2f (patch) | |
tree | a59617f4bcf108b40beb08779f9af3941b238819 /plugins/zipdownload/localization | |
parent | e5a77d2634cd165da7bc6f86bb08fe21d9e357ea (diff) |
Add possibility to download messages in mbox format (#1486069)
Removed "download folder" option, the same can be done by selecting all messages in a folder
Code refactoring
Diffstat (limited to 'plugins/zipdownload/localization')
-rw-r--r-- | plugins/zipdownload/localization/en_US.inc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/zipdownload/localization/en_US.inc b/plugins/zipdownload/localization/en_US.inc index aee8a5e15..91145205e 100644 --- a/plugins/zipdownload/localization/en_US.inc +++ b/plugins/zipdownload/localization/en_US.inc @@ -5,7 +5,7 @@ | plugins/zipdownload/localization/<lang>.inc | | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | Copyright (C) 2012-2014, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -18,6 +18,7 @@ $labels = array(); $labels['downloadall'] = 'Download all attachments'; -$labels['downloadfolder'] = 'Download folder'; - -?>
\ No newline at end of file +$labels['download'] = 'Download...'; +$labels['downloadmbox'] = 'Mbox format (.zip)'; +$labels['downloadmaildir'] = 'Maildir format (.zip)'; +$labels['downloademl'] = 'Source (.eml)'; |