41 lines
1.4 KiB
JavaScript
41 lines
1.4 KiB
JavaScript
// I18N constants
|
||
//
|
||
// LANG: "pt_br", ENCODING: UTF-8
|
||
// Portuguese Brazilian Translation
|
||
//
|
||
// Initial basic translation
|
||
// Author: Cau guanabara (independent developer), caugb@ibest.com.br
|
||
//
|
||
// Final 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).
|
||
{
|
||
"Case sensitive search": "Procura diferenciada Maiúsculas/Minúsculas",
|
||
"Clear": "Limpar",
|
||
"Done": "Executado",
|
||
"Enter the text you want to find": "Forneça o texto que deseja procurar",
|
||
"Find and Replace": "Procurar e Substituir",
|
||
"Highlight": "Marcar",
|
||
"Inform a replacement word": "Informe uma palavra para substituir",
|
||
"Next": "Próxima",
|
||
"Options": "Opções",
|
||
"Replace with:": "Substituir por:",
|
||
"Search for:": "Procurar por:",
|
||
"Substitute all occurrences": "Substituir todas as ocorrências",
|
||
"Substitute this occurrence?": "Substituir todas as ocorrências?",
|
||
"Undo": "Desfazer",
|
||
"Whole words only": "Apenas palavras inteiras",
|
||
"found item": "Item encontrado",
|
||
"found items": "Itens encontrados",
|
||
"not found": "nada encontrado",
|
||
"replaced item": "substituir item",
|
||
"replaced items": "substituir itens"
|
||
} |