view plugins/thunderbird_labels/localization/pt_BR.inc @ 26:b2b6c0af2383

remove _ from name, lots of other hacks to get label context menu working
author Charlie Root
date Sun, 28 Jan 2018 11:32:20 -0500
parents 1e000243b222
children
line wrap: on
line source

<?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();