aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/pastefromword/lang/da.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/pastefromword/lang/da.js')
-rw-r--r--sources/plugins/pastefromword/lang/da.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/sources/plugins/pastefromword/lang/da.js b/sources/plugins/pastefromword/lang/da.js
new file mode 100644
index 00000000..81b26307
--- /dev/null
+++ b/sources/plugins/pastefromword/lang/da.js
@@ -0,0 +1,10 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'pastefromword', 'da', {
6 confirmCleanup: 'Den tekst du forsøger at indsætte ser ud til at komme fra Word. Vil du rense teksten før den indsættes?',
7 error: 'Det var ikke muligt at fjerne formatteringen på den indsatte tekst grundet en intern fejl',
8 title: 'Indsæt fra Word',
9 toolbar: 'Indsæt fra Word'
10} );