0
|
1 <?php
|
|
2 /**
|
|
3 * Author:
|
|
4 * master771
|
|
5 * http://code.google.com/p/rcmail-thunderbird-labels/
|
|
6 */
|
|
7
|
|
8 $labels = array();
|
|
9 $labels['label'] = 'Etykiety';
|
|
10 $labels['label0'] = 'Brak';
|
|
11 $labels['label1'] = 'Ważne';
|
|
12 $labels['label2'] = 'Praca';
|
|
13 $labels['label3'] = 'Osobiste';
|
|
14 $labels['label4'] = 'Do zrobienia';
|
|
15 $labels['label5'] = 'Później';
|
|
16
|
|
17 $labels['tb_label_options'] = 'Opcje etykiet';
|
|
18 $labels['tb_label_enable_option'] = 'Włącz etykiety';
|
|
19 $labels['tb_label_enable_shortcuts_option'] = 'Włącz skróty klawiaturowe';
|
|
20 $labels['tb_label_button_label'] = 'Etykiety';
|
|
21 $labels['tb_label_button_title'] = 'Ustaw etykiety dla wiadomości';
|
|
22 $labels['tb_label_contextmenu_title'] = 'Etykiety';
|
|
23 $labels['tb_label_style_option'] = 'Wygląd etykiet';
|
|
24 $labels['tb_label_label'] = 'Etykieta';
|
|
25
|
|
26 $messages = array();
|
|
27
|