Mercurial > hg > rc1
annotate plugins/thunderbird_labels/localization/lv_LV.inc @ 19:49706603be30
begin to add UI support for parameterised labels, e.g. Dates
| author | Charlie Root |
|---|---|
| date | Mon, 15 Jan 2018 10:29:29 -0500 |
| parents | 1e000243b222 |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?php |
| 2 /** | |
| 3 * Author: | |
| 4 * Artem Ushakov | |
| 5 * http://code.google.com/p/rcmail-thunderbird-labels/ | |
| 6 */ | |
| 7 | |
| 8 $labels = array(); | |
| 9 $labels['label'] = 'Vēstules atzīme'; | |
| 10 $labels['label0'] = 'Izdzēst visas atzīmes'; | |
| 11 $labels['label1'] = 'Svarīgs'; | |
| 12 $labels['label2'] = 'Darba'; | |
| 13 $labels['label3'] = 'Personāls'; | |
| 14 $labels['label4'] = 'Izpildei'; | |
| 15 $labels['label5'] = 'Atlikts'; | |
| 16 | |
| 17 $messages = array(); |
