From ef2e7b3f9d264ec146d4dae257b1e295ab3b462a Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 21 Apr 2015 12:45:58 +0200 Subject: updates - plugins as a separate git folder --- plugins/zipdownload/README | 34 --- plugins/zipdownload/composer.json | 30 -- plugins/zipdownload/config.inc.php.dist | 18 -- plugins/zipdownload/localization/ar.inc | 18 -- plugins/zipdownload/localization/ar_SA.inc | 18 -- plugins/zipdownload/localization/ast.inc | 22 -- plugins/zipdownload/localization/az_AZ.inc | 18 -- plugins/zipdownload/localization/be_BE.inc | 22 -- plugins/zipdownload/localization/bg_BG.inc | 22 -- plugins/zipdownload/localization/br.inc | 22 -- plugins/zipdownload/localization/bs_BA.inc | 22 -- plugins/zipdownload/localization/ca_ES.inc | 22 -- plugins/zipdownload/localization/cs_CZ.inc | 22 -- plugins/zipdownload/localization/cy_GB.inc | 22 -- plugins/zipdownload/localization/da_DK.inc | 22 -- plugins/zipdownload/localization/de_CH.inc | 22 -- plugins/zipdownload/localization/de_DE.inc | 22 -- plugins/zipdownload/localization/el_GR.inc | 22 -- plugins/zipdownload/localization/en_CA.inc | 22 -- plugins/zipdownload/localization/en_GB.inc | 22 -- plugins/zipdownload/localization/en_US.inc | 24 -- plugins/zipdownload/localization/eo.inc | 18 -- plugins/zipdownload/localization/es_419.inc | 22 -- plugins/zipdownload/localization/es_AR.inc | 22 -- plugins/zipdownload/localization/es_ES.inc | 22 -- plugins/zipdownload/localization/et_EE.inc | 22 -- plugins/zipdownload/localization/eu_ES.inc | 22 -- plugins/zipdownload/localization/fa_AF.inc | 18 -- plugins/zipdownload/localization/fa_IR.inc | 22 -- plugins/zipdownload/localization/fi_FI.inc | 22 -- plugins/zipdownload/localization/fo_FO.inc | 18 -- plugins/zipdownload/localization/fr_FR.inc | 22 -- plugins/zipdownload/localization/fy_NL.inc | 18 -- plugins/zipdownload/localization/gl_ES.inc | 22 -- plugins/zipdownload/localization/he_IL.inc | 22 -- plugins/zipdownload/localization/hr_HR.inc | 18 -- plugins/zipdownload/localization/hu_HU.inc | 22 -- plugins/zipdownload/localization/hy_AM.inc | 18 -- plugins/zipdownload/localization/ia.inc | 22 -- plugins/zipdownload/localization/id_ID.inc | 18 -- plugins/zipdownload/localization/it_IT.inc | 22 -- plugins/zipdownload/localization/ja_JP.inc | 22 -- plugins/zipdownload/localization/km_KH.inc | 18 -- plugins/zipdownload/localization/ko_KR.inc | 22 -- plugins/zipdownload/localization/ku.inc | 22 -- plugins/zipdownload/localization/ku_IQ.inc | 22 -- plugins/zipdownload/localization/lb_LU.inc | 22 -- plugins/zipdownload/localization/lt_LT.inc | 22 -- plugins/zipdownload/localization/lv_LV.inc | 18 -- plugins/zipdownload/localization/ml_IN.inc | 22 -- plugins/zipdownload/localization/nb_NO.inc | 22 -- plugins/zipdownload/localization/nl_NL.inc | 22 -- plugins/zipdownload/localization/nn_NO.inc | 18 -- plugins/zipdownload/localization/pl_PL.inc | 22 -- plugins/zipdownload/localization/pt_BR.inc | 22 -- plugins/zipdownload/localization/pt_PT.inc | 22 -- plugins/zipdownload/localization/ro_RO.inc | 18 -- plugins/zipdownload/localization/ru_RU.inc | 22 -- plugins/zipdownload/localization/sk_SK.inc | 22 -- plugins/zipdownload/localization/sl_SI.inc | 18 -- plugins/zipdownload/localization/sr_CS.inc | 18 -- plugins/zipdownload/localization/sv_SE.inc | 22 -- plugins/zipdownload/localization/tr_TR.inc | 22 -- plugins/zipdownload/localization/uk_UA.inc | 18 -- plugins/zipdownload/localization/vi_VN.inc | 22 -- plugins/zipdownload/localization/zh_CN.inc | 18 -- plugins/zipdownload/localization/zh_TW.inc | 22 -- plugins/zipdownload/skins/classic/zip.png | Bin 546 -> 0 bytes plugins/zipdownload/skins/classic/zipdownload.css | 8 - plugins/zipdownload/skins/larry/zipdownload.css | 7 - plugins/zipdownload/tests/Zipdownload.php | 23 -- plugins/zipdownload/zipdownload.js | 99 ------- plugins/zipdownload/zipdownload.php | 334 ---------------------- 73 files changed, 1891 deletions(-) delete mode 100644 plugins/zipdownload/README delete mode 100644 plugins/zipdownload/composer.json delete mode 100644 plugins/zipdownload/config.inc.php.dist delete mode 100644 plugins/zipdownload/localization/ar.inc delete mode 100644 plugins/zipdownload/localization/ar_SA.inc delete mode 100644 plugins/zipdownload/localization/ast.inc delete mode 100644 plugins/zipdownload/localization/az_AZ.inc delete mode 100644 plugins/zipdownload/localization/be_BE.inc delete mode 100644 plugins/zipdownload/localization/bg_BG.inc delete mode 100644 plugins/zipdownload/localization/br.inc delete mode 100644 plugins/zipdownload/localization/bs_BA.inc delete mode 100644 plugins/zipdownload/localization/ca_ES.inc delete mode 100644 plugins/zipdownload/localization/cs_CZ.inc delete mode 100644 plugins/zipdownload/localization/cy_GB.inc delete mode 100644 plugins/zipdownload/localization/da_DK.inc delete mode 100644 plugins/zipdownload/localization/de_CH.inc delete mode 100644 plugins/zipdownload/localization/de_DE.inc delete mode 100644 plugins/zipdownload/localization/el_GR.inc delete mode 100644 plugins/zipdownload/localization/en_CA.inc delete mode 100644 plugins/zipdownload/localization/en_GB.inc delete mode 100644 plugins/zipdownload/localization/en_US.inc delete mode 100644 plugins/zipdownload/localization/eo.inc delete mode 100644 plugins/zipdownload/localization/es_419.inc delete mode 100644 plugins/zipdownload/localization/es_AR.inc delete mode 100644 plugins/zipdownload/localization/es_ES.inc delete mode 100644 plugins/zipdownload/localization/et_EE.inc delete mode 100644 plugins/zipdownload/localization/eu_ES.inc delete mode 100644 plugins/zipdownload/localization/fa_AF.inc delete mode 100644 plugins/zipdownload/localization/fa_IR.inc delete mode 100644 plugins/zipdownload/localization/fi_FI.inc delete mode 100644 plugins/zipdownload/localization/fo_FO.inc delete mode 100644 plugins/zipdownload/localization/fr_FR.inc delete mode 100644 plugins/zipdownload/localization/fy_NL.inc delete mode 100644 plugins/zipdownload/localization/gl_ES.inc delete mode 100644 plugins/zipdownload/localization/he_IL.inc delete mode 100644 plugins/zipdownload/localization/hr_HR.inc delete mode 100644 plugins/zipdownload/localization/hu_HU.inc delete mode 100644 plugins/zipdownload/localization/hy_AM.inc delete mode 100644 plugins/zipdownload/localization/ia.inc delete mode 100644 plugins/zipdownload/localization/id_ID.inc delete mode 100644 plugins/zipdownload/localization/it_IT.inc delete mode 100644 plugins/zipdownload/localization/ja_JP.inc delete mode 100644 plugins/zipdownload/localization/km_KH.inc delete mode 100644 plugins/zipdownload/localization/ko_KR.inc delete mode 100644 plugins/zipdownload/localization/ku.inc delete mode 100644 plugins/zipdownload/localization/ku_IQ.inc delete mode 100644 plugins/zipdownload/localization/lb_LU.inc delete mode 100644 plugins/zipdownload/localization/lt_LT.inc delete mode 100644 plugins/zipdownload/localization/lv_LV.inc delete mode 100644 plugins/zipdownload/localization/ml_IN.inc delete mode 100644 plugins/zipdownload/localization/nb_NO.inc delete mode 100644 plugins/zipdownload/localization/nl_NL.inc delete mode 100644 plugins/zipdownload/localization/nn_NO.inc delete mode 100644 plugins/zipdownload/localization/pl_PL.inc delete mode 100644 plugins/zipdownload/localization/pt_BR.inc delete mode 100644 plugins/zipdownload/localization/pt_PT.inc delete mode 100644 plugins/zipdownload/localization/ro_RO.inc delete mode 100644 plugins/zipdownload/localization/ru_RU.inc delete mode 100644 plugins/zipdownload/localization/sk_SK.inc delete mode 100644 plugins/zipdownload/localization/sl_SI.inc delete mode 100644 plugins/zipdownload/localization/sr_CS.inc delete mode 100644 plugins/zipdownload/localization/sv_SE.inc delete mode 100644 plugins/zipdownload/localization/tr_TR.inc delete mode 100644 plugins/zipdownload/localization/uk_UA.inc delete mode 100644 plugins/zipdownload/localization/vi_VN.inc delete mode 100644 plugins/zipdownload/localization/zh_CN.inc delete mode 100644 plugins/zipdownload/localization/zh_TW.inc delete mode 100644 plugins/zipdownload/skins/classic/zip.png delete mode 100644 plugins/zipdownload/skins/classic/zipdownload.css delete mode 100644 plugins/zipdownload/skins/larry/zipdownload.css delete mode 100644 plugins/zipdownload/tests/Zipdownload.php delete mode 100644 plugins/zipdownload/zipdownload.js delete mode 100644 plugins/zipdownload/zipdownload.php (limited to 'plugins/zipdownload') diff --git a/plugins/zipdownload/README b/plugins/zipdownload/README deleted file mode 100644 index e343398c3..000000000 --- a/plugins/zipdownload/README +++ /dev/null @@ -1,34 +0,0 @@ -Roundcube Webmail ZipDownload -============================= -This plugin adds an option to download all attachments to a message in one zip -file, when a message has multiple attachments. The plugin also allows the -download of a selection of messages in 1 zip file. - -Requirements -============ -* php_zip extension (including ZipArchive class) - Either install it via PECL or for PHP >= 5.2 compile with --enable-zip option - -License -======= -This plugin is released under the GNU General Public License Version 3 -or later (http://www.gnu.org/licenses/gpl.html). - -Even if skins might contain some programming work, they are not considered -as a linked part of the plugin and therefore skins DO NOT fall under the -provisions of the GPL license. See the README file located in the core skins -folder for details on the skin license. - -Install -======= -* Place this plugin folder into plugins directory of Roundcube -* Add zipdownload to $config['plugins'] in your Roundcube config - -NB: When downloading the plugin from GitHub you will need to create a -directory called zipdownload and place the files in there, ignoring the -root directory in the downloaded archive - -Config -====== -The default config file is plugins/zipdownload/config.inc.php.dist -Rename this to plugins/zipdownload/config.inc.php \ No newline at end of file diff --git a/plugins/zipdownload/composer.json b/plugins/zipdownload/composer.json deleted file mode 100644 index bc171d82a..000000000 --- a/plugins/zipdownload/composer.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "roundcube/zipdownload", - "type": "roundcube-plugin", - "description": "Adds an option to download all attachments to a message in one zip file, when a message has multiple attachments. Also allows the download of a selection of messages in one zip file. Supports mbox and maildir format.", - "license": "GPLv3+", - "version": "3.0", - "authors": [ - { - "name": "Thomas Bruederli", - "email": "roundcube@gmail.com", - "role": "Lead" - }, - { - "name": "Aleksander Machniak", - "email": "alec@alec.pl", - "role": "Lead" - } - ], - "repositories": [ - { - "type": "composer", - "url": "http://plugins.roundcube.net" - } - ], - "require": { - "php": ">=5.3.0", - "roundcube/plugin-installer": ">=0.1.3", - "ext-zip": "*" - } -} diff --git a/plugins/zipdownload/config.inc.php.dist b/plugins/zipdownload/config.inc.php.dist deleted file mode 100644 index 171b4aea5..000000000 --- a/plugins/zipdownload/config.inc.php.dist +++ /dev/null @@ -1,18 +0,0 @@ - \ No newline at end of file diff --git a/plugins/zipdownload/localization/ar.inc b/plugins/zipdownload/localization/ar.inc deleted file mode 100644 index ac8585000..000000000 --- a/plugins/zipdownload/localization/ar.inc +++ /dev/null @@ -1,18 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'تنزيل كل المرفقات'; diff --git a/plugins/zipdownload/localization/ar_SA.inc b/plugins/zipdownload/localization/ar_SA.inc deleted file mode 100644 index e8652a182..000000000 --- a/plugins/zipdownload/localization/ar_SA.inc +++ /dev/null @@ -1,18 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'تحميل جميع المرفقات'; diff --git a/plugins/zipdownload/localization/ast.inc b/plugins/zipdownload/localization/ast.inc deleted file mode 100644 index 74bb0ff52..000000000 --- a/plugins/zipdownload/localization/ast.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Descargar tolos axuntos'; -$labels['download'] = 'Descargar...'; -$labels['downloadmbox'] = 'Formatu Mbox (.zip)'; -$labels['downloadmaildir'] = 'Formatu Maildir (.zip)'; -$labels['downloademl'] = 'Fonte (.eml)'; diff --git a/plugins/zipdownload/localization/az_AZ.inc b/plugins/zipdownload/localization/az_AZ.inc deleted file mode 100644 index cc93b8aa8..000000000 --- a/plugins/zipdownload/localization/az_AZ.inc +++ /dev/null @@ -1,18 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Bütün qoşmaları endir'; diff --git a/plugins/zipdownload/localization/be_BE.inc b/plugins/zipdownload/localization/be_BE.inc deleted file mode 100644 index 80d2bdbc2..000000000 --- a/plugins/zipdownload/localization/be_BE.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Спампаваць усе далучэнні'; -$labels['download'] = 'Сцягнуць...'; -$labels['downloadmbox'] = 'Фармат mbox (.zip)'; -$labels['downloadmaildir'] = 'Фармат maildir (.zip)'; -$labels['downloademl'] = 'Выточны файл (.eml)'; diff --git a/plugins/zipdownload/localization/bg_BG.inc b/plugins/zipdownload/localization/bg_BG.inc deleted file mode 100644 index 36bf5389c..000000000 --- a/plugins/zipdownload/localization/bg_BG.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Изтегляне на всички прикачени файлове'; -$labels['download'] = 'Изтегляне...'; -$labels['downloadmbox'] = 'Mbox формат (.zip)'; -$labels['downloadmaildir'] = 'Maildir формат (.zip)'; -$labels['downloademl'] = 'Outlook формат (.eml)'; diff --git a/plugins/zipdownload/localization/br.inc b/plugins/zipdownload/localization/br.inc deleted file mode 100644 index 031200280..000000000 --- a/plugins/zipdownload/localization/br.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Pellgargañ an holl stagadennoù'; -$labels['download'] = 'Pellgargañ…'; -$labels['downloadmbox'] = 'Mentrezh Mbox (.zip)'; -$labels['downloadmaildir'] = 'Mentrezh Maildir (.zip)'; -$labels['downloademl'] = 'Tarzh (.eml)'; diff --git a/plugins/zipdownload/localization/bs_BA.inc b/plugins/zipdownload/localization/bs_BA.inc deleted file mode 100644 index d6389f995..000000000 --- a/plugins/zipdownload/localization/bs_BA.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Preuzmi sve priloge'; -$labels['download'] = 'Preuzmi...'; -$labels['downloadmbox'] = 'Mbox format (.zip)'; -$labels['downloadmaildir'] = 'Maildir format (.zip)'; -$labels['downloademl'] = 'Izvorno (.eml)'; diff --git a/plugins/zipdownload/localization/ca_ES.inc b/plugins/zipdownload/localization/ca_ES.inc deleted file mode 100644 index c8dd680ef..000000000 --- a/plugins/zipdownload/localization/ca_ES.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Descarrega tots els adjunts'; -$labels['download'] = 'Descarrega...'; -$labels['downloadmbox'] = 'Format mbox (.zip)'; -$labels['downloadmaildir'] = 'Format maildir (.zip)'; -$labels['downloademl'] = 'Codi font (.eml)'; diff --git a/plugins/zipdownload/localization/cs_CZ.inc b/plugins/zipdownload/localization/cs_CZ.inc deleted file mode 100644 index 9c4d45fd3..000000000 --- a/plugins/zipdownload/localization/cs_CZ.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Stáhnout všechny přílohy'; -$labels['download'] = 'Stáhnout...'; -$labels['downloadmbox'] = 'Formát mbox (.zip)'; -$labels['downloadmaildir'] = 'Formát maildir (.zip)'; -$labels['downloademl'] = 'Zdroj (.eml)'; diff --git a/plugins/zipdownload/localization/cy_GB.inc b/plugins/zipdownload/localization/cy_GB.inc deleted file mode 100644 index d0a60f0d6..000000000 --- a/plugins/zipdownload/localization/cy_GB.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Llwytho lawr holl atodiadau'; -$labels['download'] = 'Llwytho lawr...'; -$labels['downloadmbox'] = 'Fformat mbox (.zip)'; -$labels['downloadmaildir'] = 'Fformat maildir (.zip)'; -$labels['downloademl'] = 'Ffynhonnell (.eml)'; diff --git a/plugins/zipdownload/localization/da_DK.inc b/plugins/zipdownload/localization/da_DK.inc deleted file mode 100644 index 7cf98144c..000000000 --- a/plugins/zipdownload/localization/da_DK.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Download alle som .zip-fil'; -$labels['download'] = 'Download...'; -$labels['downloadmbox'] = 'Mbox format (.zip)'; -$labels['downloadmaildir'] = 'Maildir format (.zip)'; -$labels['downloademl'] = 'Kilde (.eml)'; diff --git a/plugins/zipdownload/localization/de_CH.inc b/plugins/zipdownload/localization/de_CH.inc deleted file mode 100644 index f1a180e8b..000000000 --- a/plugins/zipdownload/localization/de_CH.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Alle Anhänge herunterladen'; -$labels['download'] = 'Download...'; -$labels['downloadmbox'] = 'Mbox Format (.zip)'; -$labels['downloadmaildir'] = 'Maildir Format (.zip)'; -$labels['downloademl'] = 'Source (.eml)'; diff --git a/plugins/zipdownload/localization/de_DE.inc b/plugins/zipdownload/localization/de_DE.inc deleted file mode 100644 index d3dadc025..000000000 --- a/plugins/zipdownload/localization/de_DE.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Alle Anhänge herunterladen'; -$labels['download'] = 'Herunterladen...'; -$labels['downloadmbox'] = 'Mbox-Format (.zip)'; -$labels['downloadmaildir'] = 'Maildir-Format (.zip)'; -$labels['downloademl'] = 'Quelltext (.eml)'; diff --git a/plugins/zipdownload/localization/el_GR.inc b/plugins/zipdownload/localization/el_GR.inc deleted file mode 100644 index db9a5b1eb..000000000 --- a/plugins/zipdownload/localization/el_GR.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Λήψη όλων των συνημμένων'; -$labels['download'] = 'Λήψη...'; -$labels['downloadmbox'] = 'Μορφή mbox (.zip)'; -$labels['downloadmaildir'] = 'Μορφή maildir (.zip)'; -$labels['downloademl'] = 'Πηγή (.eml)'; diff --git a/plugins/zipdownload/localization/en_CA.inc b/plugins/zipdownload/localization/en_CA.inc deleted file mode 100644 index c3400d971..000000000 --- a/plugins/zipdownload/localization/en_CA.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Download all attachments'; -$labels['download'] = 'Download...'; -$labels['downloadmbox'] = 'Mbox format (.zip)'; -$labels['downloadmaildir'] = 'Maildir format (.zip)'; -$labels['downloademl'] = 'Source (.eml)'; diff --git a/plugins/zipdownload/localization/en_GB.inc b/plugins/zipdownload/localization/en_GB.inc deleted file mode 100644 index c3400d971..000000000 --- a/plugins/zipdownload/localization/en_GB.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Download all attachments'; -$labels['download'] = 'Download...'; -$labels['downloadmbox'] = 'Mbox format (.zip)'; -$labels['downloadmaildir'] = 'Maildir format (.zip)'; -$labels['downloademl'] = 'Source (.eml)'; diff --git a/plugins/zipdownload/localization/en_US.inc b/plugins/zipdownload/localization/en_US.inc deleted file mode 100644 index 91145205e..000000000 --- a/plugins/zipdownload/localization/en_US.inc +++ /dev/null @@ -1,24 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ - -$labels = array(); -$labels['downloadall'] = 'Download all attachments'; -$labels['download'] = 'Download...'; -$labels['downloadmbox'] = 'Mbox format (.zip)'; -$labels['downloadmaildir'] = 'Maildir format (.zip)'; -$labels['downloademl'] = 'Source (.eml)'; diff --git a/plugins/zipdownload/localization/eo.inc b/plugins/zipdownload/localization/eo.inc deleted file mode 100644 index 729052489..000000000 --- a/plugins/zipdownload/localization/eo.inc +++ /dev/null @@ -1,18 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Elŝuti ĉiujn kunsendaĵojn'; diff --git a/plugins/zipdownload/localization/es_419.inc b/plugins/zipdownload/localization/es_419.inc deleted file mode 100644 index 095926cb0..000000000 --- a/plugins/zipdownload/localization/es_419.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Descargar todos los archivos adjuntos'; -$labels['download'] = 'Descargando...'; -$labels['downloadmbox'] = 'Formato mbox (.zip)'; -$labels['downloadmaildir'] = 'Formato maildir (.zip)'; -$labels['downloademl'] = 'Fuente (.eml)'; diff --git a/plugins/zipdownload/localization/es_AR.inc b/plugins/zipdownload/localization/es_AR.inc deleted file mode 100644 index 5a4d24ad5..000000000 --- a/plugins/zipdownload/localization/es_AR.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Descargar Todo'; -$labels['download'] = 'Descargar...'; -$labels['downloadmbox'] = 'Formato Mbox (.zip)'; -$labels['downloadmaildir'] = 'Formato Maildir (.zip)'; -$labels['downloademl'] = 'Original (.eml)'; diff --git a/plugins/zipdownload/localization/es_ES.inc b/plugins/zipdownload/localization/es_ES.inc deleted file mode 100644 index 1c95b7f3e..000000000 --- a/plugins/zipdownload/localization/es_ES.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Descargar todos los adjuntos'; -$labels['download'] = 'Descargar...'; -$labels['downloadmbox'] = 'Formato mbox (.zip)'; -$labels['downloadmaildir'] = 'Formato maildir (.zip)'; -$labels['downloademl'] = 'Fuente (.eml)'; diff --git a/plugins/zipdownload/localization/et_EE.inc b/plugins/zipdownload/localization/et_EE.inc deleted file mode 100644 index a28653fa3..000000000 --- a/plugins/zipdownload/localization/et_EE.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Laadi alla kõik manused'; -$labels['download'] = 'lae arvutisse'; -$labels['downloadmbox'] = 'Mbox vorming (.zip)'; -$labels['downloadmaildir'] = 'Maildir vorming (.zip)'; -$labels['downloademl'] = 'Lähtetekst (.eml)'; diff --git a/plugins/zipdownload/localization/eu_ES.inc b/plugins/zipdownload/localization/eu_ES.inc deleted file mode 100644 index 3d923f11d..000000000 --- a/plugins/zipdownload/localization/eu_ES.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Deskargatu eranskin guztiak'; -$labels['download'] = 'Deskargatu...'; -$labels['downloadmbox'] = 'Mbox formatua (.zip)'; -$labels['downloadmaildir'] = 'Maildir formatua (.zip)'; -$labels['downloademl'] = 'Iturburua (.eml)'; diff --git a/plugins/zipdownload/localization/fa_AF.inc b/plugins/zipdownload/localization/fa_AF.inc deleted file mode 100644 index 89e898fc9..000000000 --- a/plugins/zipdownload/localization/fa_AF.inc +++ /dev/null @@ -1,18 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'بارگزاری همه ضمیمه ها'; diff --git a/plugins/zipdownload/localization/fa_IR.inc b/plugins/zipdownload/localization/fa_IR.inc deleted file mode 100644 index 4465fd261..000000000 --- a/plugins/zipdownload/localization/fa_IR.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'بارگیری همه پیوست‌ها'; -$labels['download'] = 'بارگیری'; -$labels['downloadmbox'] = 'قالب Mbox (.zip)'; -$labels['downloadmaildir'] = 'قالب Maildir (.zip)'; -$labels['downloademl'] = 'منبع (.eml)'; diff --git a/plugins/zipdownload/localization/fi_FI.inc b/plugins/zipdownload/localization/fi_FI.inc deleted file mode 100644 index fed2d9cf3..000000000 --- a/plugins/zipdownload/localization/fi_FI.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Lataa kaikki liitteet'; -$labels['download'] = 'Lataa...'; -$labels['downloadmbox'] = 'Mbox-muoto (.zip)'; -$labels['downloadmaildir'] = 'Maildir-muoto (.zip)'; -$labels['downloademl'] = 'Lähde (.eml)'; diff --git a/plugins/zipdownload/localization/fo_FO.inc b/plugins/zipdownload/localization/fo_FO.inc deleted file mode 100644 index 5feb35aeb..000000000 --- a/plugins/zipdownload/localization/fo_FO.inc +++ /dev/null @@ -1,18 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Heinta allar viðheftingar'; diff --git a/plugins/zipdownload/localization/fr_FR.inc b/plugins/zipdownload/localization/fr_FR.inc deleted file mode 100644 index 57c8bf6ee..000000000 --- a/plugins/zipdownload/localization/fr_FR.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Télécharger toutes les pièces jointes'; -$labels['download'] = 'Télécharger...'; -$labels['downloadmbox'] = 'Format mbox (.zip)'; -$labels['downloadmaildir'] = 'Format maildir (.zip)'; -$labels['downloademl'] = 'Source (.eml)'; diff --git a/plugins/zipdownload/localization/fy_NL.inc b/plugins/zipdownload/localization/fy_NL.inc deleted file mode 100644 index 96d69d0a7..000000000 --- a/plugins/zipdownload/localization/fy_NL.inc +++ /dev/null @@ -1,18 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloademl'] = 'Boarne (.eml)'; diff --git a/plugins/zipdownload/localization/gl_ES.inc b/plugins/zipdownload/localization/gl_ES.inc deleted file mode 100644 index 04912f4fb..000000000 --- a/plugins/zipdownload/localization/gl_ES.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Descargar todos os adxuntos'; -$labels['download'] = 'Descargar'; -$labels['downloadmbox'] = 'En formato mbox (.zip)'; -$labels['downloadmaildir'] = 'En formato maildir (.zip)'; -$labels['downloademl'] = 'Código fonte (.eml)'; diff --git a/plugins/zipdownload/localization/he_IL.inc b/plugins/zipdownload/localization/he_IL.inc deleted file mode 100644 index 50521fc6c..000000000 --- a/plugins/zipdownload/localization/he_IL.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'להוריד את כל הצרופות'; -$labels['download'] = 'מוריד כעת...'; -$labels['downloadmbox'] = 'פורמט Mbox ‏(zip.)'; -$labels['downloadmaildir'] = 'פורמט Maildir ‏(zip.)'; -$labels['downloademl'] = 'מקור (eml.)'; diff --git a/plugins/zipdownload/localization/hr_HR.inc b/plugins/zipdownload/localization/hr_HR.inc deleted file mode 100644 index 6b21f010d..000000000 --- a/plugins/zipdownload/localization/hr_HR.inc +++ /dev/null @@ -1,18 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Preuzmi sve privitke'; diff --git a/plugins/zipdownload/localization/hu_HU.inc b/plugins/zipdownload/localization/hu_HU.inc deleted file mode 100644 index 557d14ceb..000000000 --- a/plugins/zipdownload/localization/hu_HU.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Összes csatolmány letöltése'; -$labels['download'] = 'Letöltés...'; -$labels['downloadmbox'] = 'Mbox formátum (.zip)'; -$labels['downloadmaildir'] = 'Maildir formátum (.zip)'; -$labels['downloademl'] = 'Forrás (.eml)'; diff --git a/plugins/zipdownload/localization/hy_AM.inc b/plugins/zipdownload/localization/hy_AM.inc deleted file mode 100644 index 0f24512de..000000000 --- a/plugins/zipdownload/localization/hy_AM.inc +++ /dev/null @@ -1,18 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Ներբեռնել բոլո կցված նիշքերը'; diff --git a/plugins/zipdownload/localization/ia.inc b/plugins/zipdownload/localization/ia.inc deleted file mode 100644 index c35619a08..000000000 --- a/plugins/zipdownload/localization/ia.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Discargar tote le attachamentos'; -$labels['download'] = 'Discargar...'; -$labels['downloadmbox'] = 'Formato Mbox (.zip)'; -$labels['downloadmaildir'] = 'Formato Maildir (.zip)'; -$labels['downloademl'] = 'Fonte (.eml)'; diff --git a/plugins/zipdownload/localization/id_ID.inc b/plugins/zipdownload/localization/id_ID.inc deleted file mode 100644 index ca1abc85e..000000000 --- a/plugins/zipdownload/localization/id_ID.inc +++ /dev/null @@ -1,18 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Unduh semua lampiran'; diff --git a/plugins/zipdownload/localization/it_IT.inc b/plugins/zipdownload/localization/it_IT.inc deleted file mode 100644 index 96cd8898d..000000000 --- a/plugins/zipdownload/localization/it_IT.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Scarica tutti gli allegati'; -$labels['download'] = 'Scaricare...'; -$labels['downloadmbox'] = 'Formato mbox (.zip)'; -$labels['downloadmaildir'] = 'Formato maildir (.zip)'; -$labels['downloademl'] = 'Sorgente (.eml)'; diff --git a/plugins/zipdownload/localization/ja_JP.inc b/plugins/zipdownload/localization/ja_JP.inc deleted file mode 100644 index 71a8143a4..000000000 --- a/plugins/zipdownload/localization/ja_JP.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'すべての添付ファイルをダウンロード'; -$labels['download'] = 'ダウンロード...'; -$labels['downloadmbox'] = 'mbox形式(.zip)'; -$labels['downloadmaildir'] = 'Maildir形式(.zip)'; -$labels['downloademl'] = 'ソース(.eml)'; diff --git a/plugins/zipdownload/localization/km_KH.inc b/plugins/zipdownload/localization/km_KH.inc deleted file mode 100644 index 9bf572198..000000000 --- a/plugins/zipdownload/localization/km_KH.inc +++ /dev/null @@ -1,18 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'ទាញ​យក​ឯកសារ​ភ្ជាប់​ទាំងអស់'; diff --git a/plugins/zipdownload/localization/ko_KR.inc b/plugins/zipdownload/localization/ko_KR.inc deleted file mode 100644 index 2cc610ae7..000000000 --- a/plugins/zipdownload/localization/ko_KR.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = '모든 첨부파일을 다운로드'; -$labels['download'] = '다운로드...'; -$labels['downloadmbox'] = 'Mbox 형식(.zip)'; -$labels['downloadmaildir'] = 'Maildir 형식(.zip)'; -$labels['downloademl'] = '소스(.eml)'; diff --git a/plugins/zipdownload/localization/ku.inc b/plugins/zipdownload/localization/ku.inc deleted file mode 100644 index af8165da3..000000000 --- a/plugins/zipdownload/localization/ku.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Hemû pêvekan daxîne'; -$labels['download'] = 'Daxîne...'; -$labels['downloadmbox'] = 'Mbox format (.zip)'; -$labels['downloadmaildir'] = 'Maildir format (.zip)'; -$labels['downloademl'] = 'Çavkanî (.eml)'; diff --git a/plugins/zipdownload/localization/ku_IQ.inc b/plugins/zipdownload/localization/ku_IQ.inc deleted file mode 100644 index 0374e01a8..000000000 --- a/plugins/zipdownload/localization/ku_IQ.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'داگرتنی هەموو هاوپێچەکان'; -$labels['download'] = 'داگرتن...'; -$labels['downloadmbox'] = 'Mbox format (.zip)'; -$labels['downloadmaildir'] = 'Maildir format (.zip)'; -$labels['downloademl'] = 'Source (.eml)'; diff --git a/plugins/zipdownload/localization/lb_LU.inc b/plugins/zipdownload/localization/lb_LU.inc deleted file mode 100644 index 70e60595c..000000000 --- a/plugins/zipdownload/localization/lb_LU.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'All d\'Unhäng eroflueden'; -$labels['download'] = 'Eroflueden...'; -$labels['downloadmbox'] = 'Mbox-Format (.zip)'; -$labels['downloadmaildir'] = 'Maildir-Format (.zip)'; -$labels['downloademl'] = 'Source (.eml)'; diff --git a/plugins/zipdownload/localization/lt_LT.inc b/plugins/zipdownload/localization/lt_LT.inc deleted file mode 100644 index 85ecb9b09..000000000 --- a/plugins/zipdownload/localization/lt_LT.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Atsisiųsti visus priedus'; -$labels['download'] = 'Parsisiųsti...'; -$labels['downloadmbox'] = 'Mbox formatas (.zip)'; -$labels['downloadmaildir'] = 'Maildir formatas (.zip)'; -$labels['downloademl'] = 'Kodas (.eml)'; diff --git a/plugins/zipdownload/localization/lv_LV.inc b/plugins/zipdownload/localization/lv_LV.inc deleted file mode 100644 index 9dcf4cd81..000000000 --- a/plugins/zipdownload/localization/lv_LV.inc +++ /dev/null @@ -1,18 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Lejupielādēt visus pielikumus'; diff --git a/plugins/zipdownload/localization/ml_IN.inc b/plugins/zipdownload/localization/ml_IN.inc deleted file mode 100644 index 3dcaffa1f..000000000 --- a/plugins/zipdownload/localization/ml_IN.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'എല്ലാ അറ്റാച്ച്മെന്റുകളും ഡൗൺലോഡ് ചെയ്യുക'; -$labels['download'] = 'ഡൗൺലോഡ്...'; -$labels['downloadmbox'] = 'എംബോക്സ് രീതി (.zip)'; -$labels['downloadmaildir'] = 'മെയിൽഡിർ രീതി (.zip)'; -$labels['downloademl'] = 'സ്രോതസ്സ് (.eml)'; diff --git a/plugins/zipdownload/localization/nb_NO.inc b/plugins/zipdownload/localization/nb_NO.inc deleted file mode 100644 index 196a723be..000000000 --- a/plugins/zipdownload/localization/nb_NO.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Last ned alle vedlegg'; -$labels['download'] = 'Nedlaste...'; -$labels['downloadmbox'] = 'Mbox format (.zip)'; -$labels['downloadmaildir'] = 'Maildir format (.zip)'; -$labels['downloademl'] = 'Kildekode (.eml)'; diff --git a/plugins/zipdownload/localization/nl_NL.inc b/plugins/zipdownload/localization/nl_NL.inc deleted file mode 100644 index ef8276970..000000000 --- a/plugins/zipdownload/localization/nl_NL.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Alle bijlagen downloaden'; -$labels['download'] = 'Download...'; -$labels['downloadmbox'] = 'Mbox-formaat (.zip)'; -$labels['downloadmaildir'] = 'Maildir-formaat (.zip)'; -$labels['downloademl'] = 'Bron (.eml)'; diff --git a/plugins/zipdownload/localization/nn_NO.inc b/plugins/zipdownload/localization/nn_NO.inc deleted file mode 100644 index 2440a2ea9..000000000 --- a/plugins/zipdownload/localization/nn_NO.inc +++ /dev/null @@ -1,18 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Last ned alle vedlegg'; diff --git a/plugins/zipdownload/localization/pl_PL.inc b/plugins/zipdownload/localization/pl_PL.inc deleted file mode 100644 index eefbd7485..000000000 --- a/plugins/zipdownload/localization/pl_PL.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Pobierz wszystkie jako ZIP'; -$labels['download'] = 'Pobierz...'; -$labels['downloadmbox'] = 'Format mbox (.zip)'; -$labels['downloadmaildir'] = 'Format maildir (.zip)'; -$labels['downloademl'] = 'Źródło wiadomości (.eml)'; diff --git a/plugins/zipdownload/localization/pt_BR.inc b/plugins/zipdownload/localization/pt_BR.inc deleted file mode 100644 index daac3ae2d..000000000 --- a/plugins/zipdownload/localization/pt_BR.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Baixar todos os anexos'; -$labels['download'] = 'Baixar...'; -$labels['downloadmbox'] = 'Formato mbox (.zip)'; -$labels['downloadmaildir'] = 'Formato maildir (.zip)'; -$labels['downloademl'] = 'Original (.eml)'; diff --git a/plugins/zipdownload/localization/pt_PT.inc b/plugins/zipdownload/localization/pt_PT.inc deleted file mode 100644 index 4574bc4bd..000000000 --- a/plugins/zipdownload/localization/pt_PT.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Guardar todos os anexos'; -$labels['download'] = 'Descarregar...'; -$labels['downloadmbox'] = 'Formato Mbox (.zip)'; -$labels['downloadmaildir'] = 'Formato Maildir (.zip)'; -$labels['downloademl'] = 'Original (.eml)'; diff --git a/plugins/zipdownload/localization/ro_RO.inc b/plugins/zipdownload/localization/ro_RO.inc deleted file mode 100644 index 5c872d033..000000000 --- a/plugins/zipdownload/localization/ro_RO.inc +++ /dev/null @@ -1,18 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Descarcă toate atașamentele'; diff --git a/plugins/zipdownload/localization/ru_RU.inc b/plugins/zipdownload/localization/ru_RU.inc deleted file mode 100644 index 93725e355..000000000 --- a/plugins/zipdownload/localization/ru_RU.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Загрузить все вложения'; -$labels['download'] = 'Загрузка...'; -$labels['downloadmbox'] = 'Формат Mbox (.zip)'; -$labels['downloadmaildir'] = 'Формат Maildir (.zip)'; -$labels['downloademl'] = 'Исходный формат (.eml)'; diff --git a/plugins/zipdownload/localization/sk_SK.inc b/plugins/zipdownload/localization/sk_SK.inc deleted file mode 100644 index a7ab21c2d..000000000 --- a/plugins/zipdownload/localization/sk_SK.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Stiahnuť všetky prílohy'; -$labels['download'] = 'Stiahnuť...'; -$labels['downloadmbox'] = 'Formát Mbox (.zip)'; -$labels['downloadmaildir'] = 'Formát Maildir (.zip)'; -$labels['downloademl'] = 'Zdroj (.eml)'; diff --git a/plugins/zipdownload/localization/sl_SI.inc b/plugins/zipdownload/localization/sl_SI.inc deleted file mode 100644 index 4fa4ca3ea..000000000 --- a/plugins/zipdownload/localization/sl_SI.inc +++ /dev/null @@ -1,18 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Prenesi vse priponke'; diff --git a/plugins/zipdownload/localization/sr_CS.inc b/plugins/zipdownload/localization/sr_CS.inc deleted file mode 100644 index 0fc8edda4..000000000 --- a/plugins/zipdownload/localization/sr_CS.inc +++ /dev/null @@ -1,18 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Преузми све прилоге'; diff --git a/plugins/zipdownload/localization/sv_SE.inc b/plugins/zipdownload/localization/sv_SE.inc deleted file mode 100644 index 4a3d5ded3..000000000 --- a/plugins/zipdownload/localization/sv_SE.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Ladda ner alla bifogade filer'; -$labels['download'] = 'Hämta...'; -$labels['downloadmbox'] = 'Format Mbox (.zip)'; -$labels['downloadmaildir'] = 'Format Maildir (.zip)'; -$labels['downloademl'] = 'Källkod (.eml)'; diff --git a/plugins/zipdownload/localization/tr_TR.inc b/plugins/zipdownload/localization/tr_TR.inc deleted file mode 100644 index 21a44eb7d..000000000 --- a/plugins/zipdownload/localization/tr_TR.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Tüm ek dosyaları indir'; -$labels['download'] = 'İndir...'; -$labels['downloadmbox'] = 'Mbox biçimi(.zip)'; -$labels['downloadmaildir'] = 'Maildir biçimi (.zip)'; -$labels['downloademl'] = 'Kaynak (.eml)'; diff --git a/plugins/zipdownload/localization/uk_UA.inc b/plugins/zipdownload/localization/uk_UA.inc deleted file mode 100644 index e7f6646c1..000000000 --- a/plugins/zipdownload/localization/uk_UA.inc +++ /dev/null @@ -1,18 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Завантажити всі вкладення'; diff --git a/plugins/zipdownload/localization/vi_VN.inc b/plugins/zipdownload/localization/vi_VN.inc deleted file mode 100644 index d63146636..000000000 --- a/plugins/zipdownload/localization/vi_VN.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = 'Tải tất cả tệp tin đính kèm'; -$labels['download'] = 'Tải xuống...'; -$labels['downloadmbox'] = 'Định dạng mbox (.zip)'; -$labels['downloadmaildir'] = 'Định dạng Maildir (.zip)'; -$labels['downloademl'] = 'Mã nguồn (.eml)'; diff --git a/plugins/zipdownload/localization/zh_CN.inc b/plugins/zipdownload/localization/zh_CN.inc deleted file mode 100644 index 5e0fd4ea6..000000000 --- a/plugins/zipdownload/localization/zh_CN.inc +++ /dev/null @@ -1,18 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = '下载全部附件'; diff --git a/plugins/zipdownload/localization/zh_TW.inc b/plugins/zipdownload/localization/zh_TW.inc deleted file mode 100644 index 4fb9efec1..000000000 --- a/plugins/zipdownload/localization/zh_TW.inc +++ /dev/null @@ -1,22 +0,0 @@ -.inc | - | | - | Localization file of the Roundcube Webmail Zipdownload plugin | - | 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. | - | See the README file for a full license statement. | - | | - +-----------------------------------------------------------------------+ - - For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ -*/ -$labels['downloadall'] = '下載所有附件'; -$labels['download'] = '下載...'; -$labels['downloadmbox'] = 'Mbox 格式 (.zip)'; -$labels['downloadmaildir'] = 'Maildir 格式 (.zip)'; -$labels['downloademl'] = '原始格式 (.eml)'; diff --git a/plugins/zipdownload/skins/classic/zip.png b/plugins/zipdownload/skins/classic/zip.png deleted file mode 100644 index c64fde89b..000000000 Binary files a/plugins/zipdownload/skins/classic/zip.png and /dev/null differ diff --git a/plugins/zipdownload/skins/classic/zipdownload.css b/plugins/zipdownload/skins/classic/zipdownload.css deleted file mode 100644 index 2608fdfd0..000000000 --- a/plugins/zipdownload/skins/classic/zipdownload.css +++ /dev/null @@ -1,8 +0,0 @@ -/* Roundcube Zipdownload plugin styles for classic skin */ - -a.zipdownload { - display: inline-block; - padding: 0 0 2px 20px; - background: url(zip.png) 0 1px no-repeat; - font-style: italic; -} diff --git a/plugins/zipdownload/skins/larry/zipdownload.css b/plugins/zipdownload/skins/larry/zipdownload.css deleted file mode 100644 index bb92631b1..000000000 --- a/plugins/zipdownload/skins/larry/zipdownload.css +++ /dev/null @@ -1,7 +0,0 @@ -/* Roundcube Zipdownload plugin styles for skin "Larry" */ - -a.zipdownload { - display: inline-block; - margin-top: .5em; - padding: 3px 5px 4px 5px; -} diff --git a/plugins/zipdownload/tests/Zipdownload.php b/plugins/zipdownload/tests/Zipdownload.php deleted file mode 100644 index 3882dea87..000000000 --- a/plugins/zipdownload/tests/Zipdownload.php +++ /dev/null @@ -1,23 +0,0 @@ -api); - - $this->assertInstanceOf('zipdownload', $plugin); - $this->assertInstanceOf('rcube_plugin', $plugin); - } -} - diff --git a/plugins/zipdownload/zipdownload.js b/plugins/zipdownload/zipdownload.js deleted file mode 100644 index af9136c1d..000000000 --- a/plugins/zipdownload/zipdownload.js +++ /dev/null @@ -1,99 +0,0 @@ -/** - * ZipDownload plugin script - * - * @licstart The following is the entire license notice for the - * JavaScript code in this file. - * - * Copyright (c) 2013-2014, The Roundcube Dev Team - * - * The JavaScript code in this page is free software: you can redistribute it - * and/or modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * @licend The above is the entire license notice - * for the JavaScript code in this file. - */ - -window.rcmail && rcmail.addEventListener('init', function(evt) { - // register additional actions - rcmail.register_command('download-eml', function() { rcmail_zipdownload('eml'); }); - rcmail.register_command('download-mbox', function() { rcmail_zipdownload('mbox'); }); - rcmail.register_command('download-maildir', function() { rcmail_zipdownload('maildir'); }); - - // commands status - rcmail.message_list && rcmail.message_list.addEventListener('select', function(list) { - var selected = list.get_selection().length; - - rcmail.enable_command('download', selected > 0); - rcmail.enable_command('download-eml', selected == 1); - rcmail.enable_command('download-mbox', 'download-maildir', selected > 1); - }); - - // hook before default download action - rcmail.addEventListener('beforedownload', rcmail_zipdownload_menu); - - // find and modify default download link/button - $.each(rcmail.buttons['download'] || [], function() { - var link = $('#' + this.id), - span = $('span', link); - - if (!span.length) { - span = $(''); - link.html('').append(span); - } - - span.text(rcmail.gettext('zipdownload.download')); - rcmail.env.download_link = link; - }); - }); - - -function rcmail_zipdownload(mode) -{ - // default .eml download of single message - if (mode == 'eml') { - var uid = rcmail.get_single_uid(); - rcmail.goto_url('viewsource', {_uid: uid, _mbox: rcmail.get_message_mailbox(uid), _save: 1}); - return; - } - - // multi-message download, use hidden form to POST selection - if (rcmail.message_list && rcmail.message_list.get_selection().length > 1) { - var inputs = [], form = $('#zipdownload-form'), - post = rcmail.selection_post_data(); - - post._mode = mode; - post._token = rcmail.env.request_token; - - $.each(post, function(k, v) { - if (typeof v == 'object' && v.length > 1) { - for (var j=0; j < v.length; j++) - inputs.push($('').attr({type: 'hidden', name: k+'[]', value: v[j]})); - } - else { - inputs.push($('').attr({type: 'hidden', name: k, value: v})); - } - }); - - if (!form.length) - form = $('
').attr({ - style: 'display: none', - method: 'POST', - action: '?_task=mail&_action=plugin.zipdownload.messages' - }) - .appendTo('body'); - - form.html('').append(inputs).submit(); - } -} - -// display download options menu -function rcmail_zipdownload_menu(e) -{ - // show (sub)menu for download selection - rcmail.command('menu-open', 'zipdownload-menu', e && e.target ? e.target : rcmail.env.download_link, e); - - // abort default download action - return false; -} diff --git a/plugins/zipdownload/zipdownload.php b/plugins/zipdownload/zipdownload.php deleted file mode 100644 index 2e103ceb0..000000000 --- a/plugins/zipdownload/zipdownload.php +++ /dev/null @@ -1,334 +0,0 @@ - 520, - 'file' => __FILE__, - 'line' => __LINE__, - 'message' => "php_zip extension is required for the zipdownload plugin"), true, false); - return; - } - - $rcmail = rcmail::get_instance(); - - $this->load_config(); - $this->charset = $rcmail->config->get('zipdownload_charset', RCUBE_CHARSET); - $this->add_texts('localization'); - - if ($rcmail->config->get('zipdownload_attachments', 1) > -1 && ($rcmail->action == 'show' || $rcmail->action == 'preview')) { - $this->add_hook('template_object_messageattachments', array($this, 'attachment_ziplink')); - } - - $this->register_action('plugin.zipdownload.attachments', array($this, 'download_attachments')); - $this->register_action('plugin.zipdownload.messages', array($this, 'download_messages')); - - if (!$rcmail->action && $rcmail->config->get('zipdownload_selection')) { - $this->download_menu(); - } - } - - /** - * Place a link/button after attachments listing to trigger download - */ - public function attachment_ziplink($p) - { - $rcmail = rcmail::get_instance(); - - // only show the link if there is more than the configured number of attachments - if (substr_count($p['content'], ' $rcmail->config->get('zipdownload_attachments', 1)) { - $href = $rcmail->url(array( - '_action' => 'plugin.zipdownload.attachments', - '_mbox' => $rcmail->output->env['mailbox'], - '_uid' => $rcmail->output->env['uid'], - )); - - $link = html::a(array('href' => $href, 'class' => 'button zipdownload'), - rcube::Q($this->gettext('downloadall')) - ); - - // append link to attachments list, slightly different in some skins - switch (rcmail::get_instance()->config->get('skin')) { - case 'classic': - $p['content'] = str_replace('', html::tag('li', array('class' => 'zipdownload'), $link) . '', $p['content']); - break; - - default: - $p['content'] .= $link; - break; - } - - $this->include_stylesheet($this->local_skin_path() . '/zipdownload.css'); - } - - return $p; - } - - /** - * Adds download options menu to the page - */ - public function download_menu() - { - $this->include_script('zipdownload.js'); - $this->add_label('download'); - - $rcmail = rcmail::get_instance(); - $menu = array(); - $ul_attr = array('role' => 'menu', 'aria-labelledby' => 'aria-label-zipdownloadmenu'); - if ($rcmail->config->get('skin') != 'classic') { - $ul_attr['class'] = 'toolbarmenu'; - } - - foreach (array('eml', 'mbox', 'maildir') as $type) { - $menu[] = html::tag('li', null, $rcmail->output->button(array( - 'command' => "download-$type", - 'label' => "zipdownload.download$type", - 'classact' => 'active', - ))); - } - - $rcmail->output->add_footer(html::div(array('id' => 'zipdownload-menu', 'class' => 'popupmenu', 'aria-hidden' => 'true'), - html::tag('h2', array('class' => 'voice', 'id' => 'aria-label-zipdownloadmenu'), "Message Download Options Menu") . - html::tag('ul', $ul_attr, implode('', $menu)))); - } - - /** - * Handler for attachment download action - */ - public function download_attachments() - { - $rcmail = rcmail::get_instance(); - $imap = $rcmail->get_storage(); - $temp_dir = $rcmail->config->get('temp_dir'); - $tmpfname = tempnam($temp_dir, 'zipdownload'); - $tempfiles = array($tmpfname); - $message = new rcube_message(rcube_utils::get_input_value('_uid', rcube_utils::INPUT_GET)); - - // open zip file - $zip = new ZipArchive(); - $zip->open($tmpfname, ZIPARCHIVE::OVERWRITE); - - foreach ($message->attachments as $part) { - $pid = $part->mime_id; - $part = $message->mime_parts[$pid]; - $filename = $part->filename; - - if ($filename === null || $filename === '') { - $ext = (array) rcube_mime::get_mime_extensions($part->mimetype); - $ext = array_shift($ext); - $filename = $rcmail->gettext('messagepart') . ' ' . $pid; - if ($ext) { - $filename .= '.' . $ext; - } - } - - $disp_name = $this->_convert_filename($filename); - $tmpfn = tempnam($temp_dir, 'zipattach'); - $tmpfp = fopen($tmpfn, 'w'); - $tempfiles[] = $tmpfn; - - $message->get_part_body($part->mime_id, false, 0, $tmpfp); - $zip->addFile($tmpfn, $disp_name); - fclose($tmpfp); - } - - $zip->close(); - - $filename = ($message->subject ? $message->subject : 'roundcube') . '.zip'; - $this->_deliver_zipfile($tmpfname, $filename); - - // delete temporary files from disk - foreach ($tempfiles as $tmpfn) { - unlink($tmpfn); - } - - exit; - } - - /** - * Handler for message download action - */ - public function download_messages() - { - $rcmail = rcmail::get_instance(); - - if ($rcmail->config->get('zipdownload_selection') && !empty($_POST['_uid'])) { - $messageset = rcmail::get_uids(); - if (sizeof($messageset)) { - $this->_download_messages($messageset); - } - } - } - - /** - * Helper method to packs all the given messages into a zip archive - * - * @param array List of message UIDs to download - */ - private function _download_messages($messageset) - { - $rcmail = rcmail::get_instance(); - $imap = $rcmail->get_storage(); - $mode = rcube_utils::get_input_value('_mode', rcube_utils::INPUT_POST); - $temp_dir = $rcmail->config->get('temp_dir'); - $tmpfname = tempnam($temp_dir, 'zipdownload'); - $tempfiles = array($tmpfname); - $folders = count($messageset) > 1; - - // @TODO: file size limit - - // open zip file - $zip = new ZipArchive(); - $zip->open($tmpfname, ZIPARCHIVE::OVERWRITE); - - if ($mode == 'mbox') { - $tmpfp = fopen($tmpfname . '.mbox', 'w'); - } - - foreach ($messageset as $mbox => $uids) { - $imap->set_folder($mbox); - $path = $folders ? str_replace($imap->get_hierarchy_delimiter(), '/', $mbox) . '/' : ''; - - foreach ($uids as $uid) { - $headers = $imap->get_message_headers($uid); - - if ($mode == 'mbox') { - $from = rcube_mime::decode_address_list($headers->from, null, true, $headers->charset, true); - $from = array_shift($from); - - // Mbox format header - // @FIXME: \r\n or \n - // @FIXME: date format - $header = sprintf("From %s %s\r\n", - // replace spaces with hyphens - $from ? preg_replace('/\s/', '-', $from) : 'MAILER-DAEMON', - // internaldate - $headers->internaldate - ); - - fwrite($tmpfp, $header); - - // Use stream filter to quote "From " in the message body - stream_filter_register('mbox_filter', 'zipdownload_mbox_filter'); - $filter = stream_filter_append($tmpfp, 'mbox_filter'); - $imap->get_raw_body($uid, $tmpfp); - stream_filter_remove($filter); - fwrite($tmpfp, "\r\n"); - } - else { // maildir - $subject = rcube_mime::decode_mime_string((string)$headers->subject); - $subject = $this->_convert_filename($subject); - $subject = substr($subject, 0, 16); - - $disp_name = ($subject ? $subject : 'message_rfc822') . ".eml"; - $disp_name = $path . $uid . "_" . $disp_name; - - $tmpfn = tempnam($temp_dir, 'zipmessage'); - $tmpfp = fopen($tmpfn, 'w'); - $imap->get_raw_body($uid, $tmpfp); - $tempfiles[] = $tmpfn; - fclose($tmpfp); - $zip->addFile($tmpfn, $disp_name); - } - } - } - - $filename = $folders ? 'messages' : $imap->get_folder(); - - if ($mode == 'mbox') { - $tempfiles[] = $tmpfname . '.mbox'; - fclose($tmpfp); - $zip->addFile($tmpfname . '.mbox', $filename . '.mbox'); - } - - $zip->close(); - - $this->_deliver_zipfile($tmpfname, $filename . '.zip'); - - // delete temporary files from disk - foreach ($tempfiles as $tmpfn) { - unlink($tmpfn); - } - - exit; - } - - /** - * Helper method to send the zip archive to the browser - */ - private function _deliver_zipfile($tmpfname, $filename) - { - $browser = new rcube_browser; - $rcmail = rcmail::get_instance(); - - $rcmail->output->nocacheing_headers(); - - if ($browser->ie) - $filename = rawurlencode($filename); - else - $filename = addcslashes($filename, '"'); - - // send download headers - header("Content-Type: application/octet-stream"); - if ($browser->ie) { - header("Content-Type: application/force-download"); - } - - // don't kill the connection if download takes more than 30 sec. - @set_time_limit(0); - header("Content-Disposition: attachment; filename=\"". $filename ."\""); - header("Content-length: " . filesize($tmpfname)); - readfile($tmpfname); - } - - /** - * Helper function to convert filenames to the configured charset - */ - private function _convert_filename($str) - { - $str = rcube_charset::convert($str, RCUBE_CHARSET, $this->charset); - - return strtr($str, array(':' => '', '/' => '-')); - } -} - -class zipdownload_mbox_filter extends php_user_filter -{ - function filter($in, $out, &$consumed, $closing) - { - while ($bucket = stream_bucket_make_writeable($in)) { - // messages are read line by line - if (preg_match('/^>*From /', $bucket->data)) { - $bucket->data = '>' . $bucket->data; - $bucket->datalen += 1; - } - - $consumed += $bucket->datalen; - stream_bucket_append($out, $bucket); - } - - return PSFS_PASS_ON; - } -} -- cgit v1.2.3