34 lines
1.5 KiB
JavaScript
34 lines
1.5 KiB
JavaScript
// I18N constants
|
||
//
|
||
// LANG: "pt_br", ENCODING: UTF-8
|
||
// Portuguese Brazilian Translation
|
||
//
|
||
// Author: Marcio Barbosa, <marcio@mpg.com.br>
|
||
// MSN: tomarshall@msn.com - ICQ: 69419933
|
||
// Site: http://www.mpg.com.br
|
||
//
|
||
// Last revision: 06 september 2007
|
||
// Please don´t remove this information
|
||
// If you modify any source, please insert a comment with your name and e-mail
|
||
//
|
||
// Distributed under the same terms as HTMLArea itself.
|
||
// This notice MUST stay intact for use (see license.txt).
|
||
|
||
{
|
||
"Cancel": "",
|
||
"Clean bad HTML from Microsoft Word": "Limpar códigos mal formatados do Microsoft Word",
|
||
"Clean up HTML": "Limpar HTML",
|
||
"General tidy up and correction of some problems.": "Limpesa geral e correção de alguns problemas.",
|
||
"OK": "",
|
||
"Please select from the following cleaning options...": "Por favor, selecione uma das opções de limpesa...",
|
||
"Remove custom font sizes.": "Remover tamanho de fontes personalizados (font size).",
|
||
"Remove custom text colors.": "Remover cores de texto personalizados (font color).",
|
||
"Remove custom typefaces (font \"styles\").": "Remover tipos de letras personalizadas (font \"styles\").",
|
||
"Remove lang attributes.": "Remover atributos de idioma.",
|
||
"Replace directional quote marks with non-directional quote marks.": "",
|
||
// not find with lc_parse_strings.php
|
||
"Tidy failed. Check your HTML for syntax errors.": "Limpesa falhou. Verifique seu HTML por erros de sintaxe.",
|
||
"You don't have anything to tidy!": "Você não possui nada para limpar!"
|
||
}
|
||
|