Mercurial > hg > rc1
annotate plugins/thunderbird_labels/localization/bg_BG.inc @ 29:ea061c743982
localise title and label exactly once each :-)
| author | Charlie Root |
|---|---|
| date | Sun, 28 Jan 2018 13:44:10 -0500 |
| parents | 1e000243b222 |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?php |
| 2 /** | |
| 3 * Author: | |
| 4 * Deyan Stoykov | |
| 5 * http://code.google.com/p/rcmail-thunderbird-labels/ | |
| 6 */ | |
| 7 | |
| 8 $labels = array(); | |
| 9 $labels['label'] = 'Thunderbird етикети'; | |
| 10 $labels['label0'] = 'Без етикет'; | |
| 11 $labels['label1'] = 'Важно'; | |
| 12 $labels['label2'] = 'Работно'; | |
| 13 $labels['label3'] = 'Лично'; | |
| 14 $labels['label4'] = 'За изпълнение'; | |
| 15 $labels['label5'] = 'Отложено'; | |
| 16 | |
| 17 $messages = array(); |
