summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/editor/plugins/nls/es/SpellCheck.js
blob: 716b08dbf759d5b4b4d8e51a249eac591d65c37e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//>>built
define(
"dojox/editor/plugins/nls/es/SpellCheck", //begin v1.x content
({
	widgetLabel: "Corrector ortográfico por lotes",
	unfound: "No encontrado",
	skip: "Saltar",
	skipAll: "Saltar todo",
	toDic: "Añadir al diccionario",
	suggestions: "Sugerencias",
	replace: "Sustituir",
	replaceWith: "Sustituir por",
	replaceAll: "Sustituir todo",
	cancel: "Cancelar",
	msg: "No se han encontrado errores ortográficos",
	iSkip: "Saltar esto",
	iSkipAll: "Saltar todos los casos como este",
	iMsg: "No hay sugerencias de ortografía"
})

//end v1.x content
);