about summary refs log tree commit diff stats
path: root/app/assets/javascripts/ckeditor/plugins/image2/lang/da.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/da.js')
-rw-r--r--app/assets/javascripts/ckeditor/plugins/image2/lang/da.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/da.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/da.js new file mode 100644 index 0000000..3d7c443 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/image2/lang/da.js
@@ -0,0 +1,21 @@
1/*
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'image2', 'da', {
6 alt: 'Alternativ tekst',
7 btnUpload: 'Upload fil til serveren',
8 captioned: 'Tekstet billede',
9 captionPlaceholder: 'Tekst',
10 infoTab: 'Generelt',
11 lockRatio: 'Lås størrelsesforhold',
12 menu: 'Egenskaber for billede',
13 pathName: 'billede',
14 pathNameCaption: 'tekst',
15 resetSize: 'Nulstil størrelse',
16 resizer: 'Klik og træk for at ændre størrelsen',
17 title: 'Egenskaber for billede',
18 uploadTab: 'Upload',
19 urlMissing: 'Kilde på billed-URL mangler',
20 altMissing: 'Alternative text is missing.' // MISSING
21} );