Aleksander Machniak
2016-05-02 bd6d7645d7115f313ce6c49c863658eedeb58d53
commit | author | age
3d9e68 1 <?php
AM 2
3 /*
4  +-----------------------------------------------------------------------+
5  | plugins/zipdownload/localization/<lang>.inc                           |
6  |                                                                       |
7  | Localization file of the Roundcube Webmail Zipdownload plugin         |
1299c6 8  | Copyright (C) 2012-2014, The Roundcube Dev Team                       |
3d9e68 9  |                                                                       |
AM 10  | Licensed under the GNU General Public License version 3 or            |
11  | any later version with exceptions for skins & plugins.                |
12  | See the README file for a full license statement.                     |
13  |                                                                       |
14  +-----------------------------------------------------------------------+
15
16  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/
17 */
18 $labels['downloadall'] = '下载全部附件';
bd6d76 19 $labels['download'] = '下载...';
AM 20 $labels['downloadmbox'] = 'Mbox 格式 (.zip)';
21 $labels['downloadmaildir'] = 'Maildir 格式 (.zip)';
22 $labels['downloademl'] = '源代码 (.eml)';