diff plugins/thunderbird_labels/localization/pt_BR.inc @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plugins/thunderbird_labels/localization/pt_BR.inc	Thu Jan 04 15:50:29 2018 -0500
@@ -0,0 +1,26 @@
+<?php
+/**
+* Author:
+* Michael Kefeder
+* http://code.google.com/p/rcmail-thunderbird-labels/
+*/
+
+$labels = array();
+$labels['label'] = 'Etiquetas do Thunderbird';
+$labels['label0'] = 'Sem etiqueta';
+$labels['label1'] = 'Importante';
+$labels['label2'] = 'Trabalho';
+$labels['label3'] = 'Pessoal';
+$labels['label4'] = 'Fazer';
+$labels['label5'] = 'Depois';
+
+$labels['tb_label_options'] = 'Opções das Etiquetas do Thunderbird';
+$labels['tb_label_enable_option'] = 'Habilitar etiquetas';
+$labels['tb_label_enable_shortcuts_option'] = 'Habilitar atalhos de teclado';
+$labels['tb_label_button_label'] = 'Etiquetas';
+$labels['tb_label_button_title'] = 'Definir etiquenas nas mensagens';
+$labels['tb_label_contextmenu_title'] = 'Etiquetas';
+$labels['tb_label_style_option'] = "Estilo de UI para as etiquetas";
+$labels['tb_label_label'] = "Etiqueta";
+
+$messages = array();