Aleksander Machniak
2016-03-28 aba88576ef7de82814632e39018be001c18ad21a
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'] = 'Lejupielādēt visus pielikumus';
aba885 19 $labels['download'] = 'Lejupielādē...';
AM 20 $labels['downloadmbox'] = 'Mbox formāts(.zip)';
21 $labels['downloadmaildir'] = 'Maildir formāts (.zip)';
22 $labels['downloademl'] = 'Izejas avots (.eml)';