aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/image/lang/is.js
blob: f55c69cbe7022559974758ef754bd37c9303184f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'image', 'is', {
	alt: 'Baklægur texti',
	border: 'Rammi',
	btnUpload: 'Hlaða upp',
	button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING
	hSpace: 'Vinstri bil',
	img2Button: 'Do you want to transform the selected image on a image button?', // MISSING
	infoTab: 'Almennt',
	linkTab: 'Stikla',
	lockRatio: 'Festa stærðarhlutfall',
	menu: 'Eigindi myndar',
	resetSize: 'Reikna stærð',
	title: 'Eigindi myndar',
	titleButton: 'Eigindi myndahnapps',
	upload: 'Hlaða upp',
	urlMissing: 'Image source URL is missing.', // MISSING
	vSpace: 'Hægri bil',
	validateBorder: 'Border must be a whole number.', // MISSING
	validateHSpace: 'HSpace must be a whole number.', // MISSING
	validateVSpace: 'VSpace must be a whole number.' // MISSING
} );