pt_br.js 1.58 KB
/**
 * pt_br lang variables
 * Brazilian Portuguese
 *
 * Author
 * Revision and modifications:
 *           Marcio Barbosa (mpg) <mpg@mpg.com.br>
 * First Release : November 20, 2006 - TinyMCE Version : 2.0.8
 */
tinyMCE.addToLang('xhtmlxtras',{
cite_desc : 'Citação',
abbr_desc : 'Abreviação',
acronym_desc : 'Acrônimo',
del_desc : 'Remoção',
ins_desc : 'Inserção',
attribute_label_title : 'Título',
attribute_label_id : 'ID',
attribute_label_class : 'Classe',
attribute_label_style : 'Estilo',
attribute_label_cite : 'Cite',
attribute_label_datetime : 'Data/hora',
attribute_label_langdir : 'Escrita',
attribute_option_ltr : 'da esquerda para direita',
attribute_option_rtl : 'da direita para esquerda',
attribute_label_langcode : 'Idioma',
attribute_label_tabindex : 'TabIndex',
attribute_label_accesskey : 'Tecla de atalho',
attribute_label_cite : 'Citação',
attribute_events_tab : 'Eventos',
attribute_attrib_tab : 'Atributos',
general_tab : 'Geral',
attrib_tab : 'Atributos',
events_tab : 'Eventos',
fieldset_general_tab : 'Configuração geral',
fieldset_attrib_tab : 'Atributo',
fieldset_events_tab : 'Evento',
title_ins_element : 'Inserção',
title_del_element : 'Remoção',
title_acronym_element : 'Acrônimo',
title_abbr_element : 'Abreviação',
title_cite_element : 'Citação',
remove : 'Remover',
not_set : '--não definido--',
insert_date : 'Inserir data/hora atual',
option_ltr : 'Esquerda para direita',
option_rtl : 'Direita para esquerda',
attribs_desc : 'Inserir/editar atributos',
attribs_title : 'Inserir/editar atributos'
});