summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/ca/SpellCheck.js
blob: 77217f6a0a23e1d81c33005f983136bb218d8969 (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/ca/SpellCheck", //begin v1.x content
({
	widgetLabel: "Correcció ortogràfica per lots",
	unfound: "No trobat",
	skip: "Salta",
	skipAll: "Salta tot",
	toDic: "Afegeix al diccionari",
	suggestions: "Suggeriments",
	replace: "Substitueix",
	replaceWith: "Substitueix per",
	replaceAll: "Substitueix tot",
	cancel: "Cancel·la",
	msg: "No s'ha trobat cap error ortogràfic",
	iSkip: "Saltar aquest",
	iSkipAll: "Saltar tots els que són com aquest",
	iMsg: "No hi ha suggeriments ortogràfics"
})

//end v1.x content
);