summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/hu/SpellCheck.js
blob: 12b0db94d7a372fc3b037c066541a74122d0e7be (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/hu/SpellCheck", //begin v1.x content
({
	widgetLabel: "Kötegelt helyesírás-ellenőrzés",
	unfound: "Nem található",
	skip: "Kihagyja",
	skipAll: "Mindet kihagyja",
	toDic: "Hozzáadás a szótárhoz",
	suggestions: "Javaslatok",
	replace: "Csere",
	replaceWith: "Csere erre",
	replaceAll: "Mindent lecserél",
	cancel: "Mégse",
	msg: "Nem található helyesírási hiba",
	iSkip: "Ezt kihagyja",
	iSkipAll: "Összes hasonlót kihagyja",
	iMsg: "Nincsenek helyesírási javaslatok"
})

//end v1.x content
);