Mercurial > hg > rc1
annotate plugins/thunderbird_labels/localization/ca_ES.inc @ 41:d2414df68d78
Updated by Alex S Grebenschikov (www.poralix.com)
to make it compatible with RoundCube 1.3.0
| author | Charlie Root |
|---|---|
| date | Fri, 24 Jan 2025 14:20:15 -0500 |
| parents | 1e000243b222 |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?php |
| 2 /** | |
| 3 * Author: | |
| 4 * Lluís Forns Puigmartí | |
| 5 * http://code.google.com/p/rcmail-thunderbird-labels/ | |
| 6 */ | |
| 7 | |
| 8 $labels = array(); | |
| 9 $labels['label'] = 'Etiquetes'; | |
| 10 $labels['label0'] = 'Cap etiqueta'; | |
| 11 $labels['label1'] = 'Important'; | |
| 12 $labels['label2'] = 'Feina'; | |
| 13 $labels['label3'] = 'Personal'; | |
| 14 $labels['label4'] = 'Per fer'; | |
| 15 $labels['label5'] = 'Més tard'; | |
| 16 | |
| 17 $messages = array(); |
