summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/editor/plugins/nls/pt/SpellCheck.js
blob: 7caa14202e7bc559f0bfeb951926ab5e0cfd4451 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//>>built
define(
"dojox/editor/plugins/nls/pt/SpellCheck", //begin v1.x content
({
	widgetLabel: "Verificação Ortográfica em Lote",
	unfound: "Não localizado",
	skip: "Ignorar",
	skipAll: "Ignorar Todos",
	toDic: "Incluir no dicionário",
	suggestions: "Sugestões",
	replace: "Substituir",
	replaceWith: "Substituir por",
	replaceAll: "Substituir Todos",
	cancel: "Cancelar",
	msg: "Nenhum erro de ortografia encontrado",
	iSkip: "Ignorar isto",
	iSkipAll: "Ignorar todos iguais a este",
	iMsg: "Nenhuma sugestão de ortografia"
})
//end v1.x content
);