Mercurial > hg > rc1
view plugins/thunderbird_labels/localization/pl_PL.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 |
line wrap: on
line source
<?php /** * Author: * master771 * http://code.google.com/p/rcmail-thunderbird-labels/ */ $labels = array(); $labels['label'] = 'Etykiety'; $labels['label0'] = 'Brak'; $labels['label1'] = 'Ważne'; $labels['label2'] = 'Praca'; $labels['label3'] = 'Osobiste'; $labels['label4'] = 'Do zrobienia'; $labels['label5'] = 'Później'; $labels['tb_label_options'] = 'Opcje etykiet'; $labels['tb_label_enable_option'] = 'Włącz etykiety'; $labels['tb_label_enable_shortcuts_option'] = 'Włącz skróty klawiaturowe'; $labels['tb_label_button_label'] = 'Etykiety'; $labels['tb_label_button_title'] = 'Ustaw etykiety dla wiadomości'; $labels['tb_label_contextmenu_title'] = 'Etykiety'; $labels['tb_label_style_option'] = 'Wygląd etykiet'; $labels['tb_label_label'] = 'Etykieta'; $messages = array();
