diff options
Diffstat (limited to 'plugins/toolbar/lang/da.js')
| -rw-r--r-- | plugins/toolbar/lang/da.js | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/toolbar/lang/da.js b/plugins/toolbar/lang/da.js new file mode 100644 index 0000000..39a7b29 --- /dev/null +++ b/plugins/toolbar/lang/da.js @@ -0,0 +1,22 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'toolbar', 'da', {
+ toolbarCollapse: 'Sammenklap værktøjslinje',
+ toolbarExpand: 'Udvid værktøjslinje',
+ toolbarGroups: {
+ document: 'Dokument',
+ clipboard: 'Udklipsholder/Fortryd',
+ editing: 'Redigering',
+ forms: 'Formularer',
+ basicstyles: 'Basis styles',
+ paragraph: 'Paragraf',
+ links: 'Links',
+ insert: 'Indsæt',
+ styles: 'Typografier',
+ colors: 'Farver',
+ tools: 'Værktøjer'
+ },
+ toolbars: 'Editors værktøjslinjer'
+});
|
