comparison plugins/thunderbird_labels/localization/it_IT.inc @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
1 <?php
2 /**
3 * Author:
4 * Samuele Tognini <samuele@samuele.netsons.org>
5 * http://code.google.com/p/rcmail-thunderbird-labels/
6 */
7
8 $labels = array();
9 $labels['label'] = 'Etichette Thunderbird';
10 $labels['label0'] = 'Nessuna etichetta';
11 $labels['label1'] = 'Importante';
12 $labels['label2'] = 'Lavoro';
13 $labels['label3'] = 'Personale';
14 $labels['label4'] = 'Da fare';
15 $labels['label5'] = 'Piu\' tardi';
16
17 $labels['tb_label_options'] = 'Opzioni Etichette Thunderbird';
18 $labels['tb_label_enable_option'] = 'Abilita Etichette';
19 $labels['tb_label_enable_shortcuts_option'] = 'Abilita tasti rapidi';
20 $labels['tb_label_button_label'] = 'Etichette';
21 $labels['tb_label_button_title'] = 'Assegna etichette al messaggio';
22 $labels['tb_label_contextmenu_title'] = 'Etichette';
23 $labels['tb_label_style_option'] = "Stile UI per etichette";
24 $labels['tb_label_label'] = "Label";
25
26 $messages = array();
27