aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/wsc/lang/da.js
blob: 018984e6a6c18faa43e83c9427830f66dc7bcc2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'wsc', 'da', {
	btnIgnore: 'Ignorér',
	btnIgnoreAll: 'Ignorér alle',
	btnReplace: 'Erstat',
	btnReplaceAll: 'Erstat alle',
	btnUndo: 'Tilbage',
	changeTo: 'Forslag',
	errorLoading: 'Fejl ved indlæsning af host: %s.',
	ieSpellDownload: 'Stavekontrol ikke installeret. Vil du installere den nu?',
	manyChanges: 'Stavekontrol færdig: %1 ord ændret',
	noChanges: 'Stavekontrol færdig: Ingen ord ændret',
	noMispell: 'Stavekontrol færdig: Ingen fejl fundet',
	noSuggestions: '(ingen forslag)',
	notAvailable: 'Stavekontrol er desværre ikke tilgængelig.',
	notInDic: 'Ikke i ordbogen',
	oneChange: 'Stavekontrol færdig: Et ord ændret',
	progress: 'Stavekontrollen arbejder...',
	title: 'Stavekontrol',
	toolbar: 'Stavekontrol'
});