File: pt_br.js

package info (click to toggle)
owl-dms 0.90-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 17,292 kB
  • ctags: 10,919
  • sloc: php: 48,457; sql: 3,603; sh: 363; perl: 204; makefile: 73
file content (29 lines) | stat: -rw-r--r-- 1,098 bytes parent folder | download | duplicates (3)
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&nbsp,prxima',
searchreplace_replace : 'Substituir',
searchreplace_replaceall : 'Substituir&nbsp,tudo',
searchreplace_cancel : 'Cancelar'
});