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'] = 'Tags Thunderbird ';
|
|
10 $labels['label0'] = 'Aucun tag';
|
|
11 $labels['label1'] = 'Important';
|
|
12 $labels['label2'] = 'Travail';
|
|
13 $labels['label3'] = 'Personnel';
|
|
14 $labels['label4'] = 'A faire';
|
|
15 $labels['label5'] = 'Plus tard';
|
|
16
|
|
17 $labels['tb_label_options'] = 'Options Tags Thunderbird';
|
|
18 $labels['tb_label_enable_option'] = 'Activer les tags';
|
|
19 $labels['tb_label_enable_shortcuts_option'] = 'Activer les raccourcis clavier';
|
|
20 $labels['tb_label_button_label'] = 'Tags';
|
|
21 $labels['tb_label_button_title'] = 'Affecter des tags aux messages';
|
|
22 $labels['tb_label_contextmenu_title'] = 'Tags';
|
|
23 $labels['tb_label_style_option'] = 'Style graphique';
|
|
24 $labels['tb_label_label'] = "Tag"; |