Mercurial > hg > rc1
annotate plugins/thunderbird_labels/localization/hu_HU.inc @ 49:91f005a4f7e9
Slowly cleaning up more php8 Warnings/deprecations
| author | Charlie Root |
|---|---|
| date | Mon, 06 Oct 2025 12:19:59 -0400 |
| parents | 1e000243b222 |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?php |
| 2 /** | |
| 3 * Author: | |
| 4 * Daniel P. | |
| 5 * http://code.google.com/p/rcmail-thunderbird-labels/ | |
| 6 */ | |
| 7 | |
| 8 $labels = array(); | |
| 9 $labels['label'] = 'Thunderbird Cimkék'; | |
| 10 $labels['label0'] = 'Minden cimke törlése'; | |
| 11 $labels['label1'] = 'Fontos'; | |
| 12 $labels['label2'] = 'Munka'; | |
| 13 $labels['label3'] = 'Személyes'; | |
| 14 $labels['label4'] = 'Teendők'; | |
| 15 $labels['label5'] = 'Később'; | |
| 16 | |
| 17 $messages = array(); | |
| 18 |
