0
|
1 <?php
|
|
2 /**
|
|
3 * Author:
|
|
4 * Michael Kefeder
|
|
5 * http://code.google.com/p/rcmail-thunderbird-labels/
|
|
6 */
|
|
7
|
|
8 $labels = array();
|
|
9 $labels['label'] = 'Thunderbird Labels';
|
|
10 $labels['label0'] = 'No Label';
|
|
11 $labels['label1'] = 'Important';
|
|
12 $labels['label2'] = 'Work';
|
|
13 $labels['label3'] = 'Personal';
|
|
14 $labels['label4'] = 'To do';
|
|
15 $labels['label5'] = 'Later';
|
|
16
|
|
17 $labels['tb_label_options'] = 'Thunderbird Labels Options';
|
|
18 $labels['tb_label_enable_option'] = 'Enable labels';
|
|
19 $labels['tb_label_enable_shortcuts_option'] = 'Enable keyboard shortcuts';
|
|
20 $labels['tb_label_button_label'] = 'Labels';
|
|
21 $labels['tb_label_button_title'] = 'Set labels on messages';
|
|
22 $labels['tb_label_contextmenu_title'] = 'Labels';
|
|
23 $labels['tb_label_style_option'] = "UI Style for labels";
|
|
24 $labels['tb_label_label'] = "Label";
|
|
25
|
|
26 $messages = array();
|
|
27
|