about summary refs log tree commit diff stats
path: root/app/assets/javascripts/ckeditor/plugins/image2/lang/da.js
blob: 3d7c4433c8d50f242a5be3ec8fc9e6dcc3666ab9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'image2', 'da', {
	alt: 'Alternativ tekst',
	btnUpload: 'Upload fil til serveren',
	captioned: 'Tekstet billede',
	captionPlaceholder: 'Tekst',
	infoTab: 'Generelt',
	lockRatio: 'Lås størrelsesforhold',
	menu: 'Egenskaber for billede',
	pathName: 'billede',
	pathNameCaption: 'tekst',
	resetSize: 'Nulstil størrelse',
	resizer: 'Klik og træk for at ændre størrelsen',
	title: 'Egenskaber for billede',
	uploadTab: 'Upload',
	urlMissing: 'Kilde på billed-URL mangler',
	altMissing: 'Alternative text is missing.' // MISSING
} );