1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
/**
* pt_br lang variables
* Brazilian Portuguese
*
* Authors : ????
* Revision and modifications:
* Marcio Barbosa (mpg) <mpg@mpg.com.br>
* Last Updated : November 26, 2005
* TinyMCE Version : 2.0RC4
*/
tinyMCE.addToLang('',{
searchreplace_search_desc : 'Procurar',
searchreplace_searchnext_desc : 'Procurar novamente',
searchreplace_replace_desc : 'Procurar/Substituir',
searchreplace_notfound : 'A procura foi concluda. A expresso procurada no foi encontrada.',
searchreplace_search_title : 'Procurar',
searchreplace_replace_title : 'Procurar/Substituir',
searchreplace_allreplaced : 'Todas as ocorrncias encontradas foram substitudas.',
searchreplace_findwhat : 'Procurar por',
searchreplace_replacewith : 'Substituir com',
searchreplace_direction : 'Direo',
searchreplace_up : 'Acima',
searchreplace_down : 'Abaixo',
searchreplace_case : 'Procurar exatamente',
searchreplace_findnext : 'Procurar ,prxima',
searchreplace_replace : 'Substituir',
searchreplace_replaceall : 'Substituir ,tudo',
searchreplace_cancel : 'Cancelar'
});
|