summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/da/SpellCheck.js
blob: 773741715d5a5e8b2412a511fd81a7e6e707e4aa (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/da/SpellCheck", //begin v1.x content
({
	widgetLabel: "Bundtvis stavekontrol",
	unfound: "Ikke fundet",
	skip: "Spring over",
	skipAll: "Spring alle over",
	toDic: "Tilføj til ordbog",
	suggestions: "Forslag",
	replace: "Erstat",
	replaceWith: "Erstat med",
	replaceAll: "Erstat alle",
	cancel: "Annullér",
	msg: "Ingen stavefejl fundet",
	iSkip: "Spring dette over",
	iSkipAll: "Spring alle disse over",
	iMsg: "Ingen forslag til stavning"
})

//end v1.x content
);