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