Mercurial > hg > rc1
view 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 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();