Aleksander Machniak
2012-10-18 84f2a72408a20e4e0eac7383aba9f4f672e61f9c
commit | author | age
3983f5 1 <?php
TB 2
3 /*
4  +-----------------------------------------------------------------------+
fa3a61 5  | localization/ia/labels.inc                                         |
3983f5 6  |                                                                       |
TB 7  | Language file of the Roundcube Webmail client                         |
8  | Copyright (C) 2012, The Roundcube Dev Team                            |
9  | Licensed under the GNU General Public License                         |
10  |                                                                       |
11  +-----------------------------------------------------------------------+
fa3a61 12  | Author: Emilio Sepulveda <emilio@chilemoz.org>                        |
3983f5 13  +-----------------------------------------------------------------------+
TB 14 */
15
16 $labels = array();
fa3a61 17 $labels['filters'] = 'Filtros';
TB 18 $labels['filteradd'] = 'Adder filtro';
19 $labels['filterdel'] = 'Deler filtro';
3983f5 20