0
|
1 <?php
|
|
2 /*
|
|
3 +-----------------------------------------------------------------------+
|
|
4 | Localization file of the Roundcube Thunderbird Labels plugin |
|
|
5 | Copyright (C) 2013, JPL TSolucio, S.L. (Joe Bordes) |
|
|
6 | |
|
|
7 | Licensed under the GNU General Public License version 3 or |
|
|
8 | any later version. |
|
|
9 | |
|
|
10 +-----------------------------------------------------------------------+
|
|
11 */
|
|
12
|
|
13 $labels = array();
|
|
14 $labels['label'] = 'Etiquetas Thunderbird';
|
|
15 $labels['label0'] = 'Eliminar Etiquetas';
|
|
16 $labels['label1'] = 'Importante';
|
|
17 $labels['label2'] = 'Trabajo';
|
|
18 $labels['label3'] = 'Personal';
|
|
19 $labels['label4'] = 'Por Hacer';
|
|
20 $labels['label5'] = 'Más Tarde';
|
|
21
|
|
22 $messages = array();
|
|
23
|