aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/about/lang/da.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/about/lang/da.js')
-rw-r--r--sources/plugins/about/lang/da.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/sources/plugins/about/lang/da.js b/sources/plugins/about/lang/da.js
new file mode 100644
index 00000000..75700f3e
--- /dev/null
+++ b/sources/plugins/about/lang/da.js
@@ -0,0 +1,12 @@
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( 'about', 'da', {
6 copy: 'Copyright © $1. Alle rettigheder forbeholdes.',
7 dlgTitle: 'Om CKEditor',
8 help: 'Se $1 for at få hjælp.',
9 moreInfo: 'For informationer omkring licens, se venligst vores hjemmeside (på engelsk):',
10 title: 'Om CKEditor',
11 userGuide: 'CKEditor-brugermanual'
12} );