Mercurial > hg > rc1
comparison plugins/thunderbird_labels/localization/pt_PT.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 * Pedro Ribeiro | |
5 * pribeiro@net.ipl.pt | |
6 */ | |
7 | |
8 $labels = array(); | |
9 $labels['label'] = 'Etiquetas'; | |
10 $labels['label0'] = 'Sem etiqueta'; | |
11 $labels['label1'] = 'Importante'; | |
12 $labels['label2'] = 'Trabalho'; | |
13 $labels['label3'] = 'Pessoal'; | |
14 $labels['label4'] = 'A fazer'; | |
15 $labels['label5'] = 'Depois'; | |
16 | |
17 $labels['tb_label_options'] = 'Opções de etiquetas'; | |
18 $labels['tb_label_enable_option'] = 'Usar etiquetas'; | |
19 $labels['tb_label_enable_shortcuts_option'] = 'Usar atalhos de teclado'; | |
20 $labels['tb_label_button_label'] = 'Etiquetas'; | |
21 $labels['tb_label_button_title'] = 'Aplicar etiquetas nas mensagens'; | |
22 $labels['tb_label_contextmenu_title'] = 'Etiquetas'; | |
23 $labels['tb_label_style_option'] = "Estilo de etiquetas"; | |
24 $labels['tb_label_label'] = "Etiqueta"; | |
25 | |
26 $messages = array(); | |
27 |