Mercurial > hg > rc1
comparison plugins/thunderbird_labels/localization/es_ES.inc @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e000243b222 |
---|---|
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 |