aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/forms/lang/is.js
blob: d94d35fbf1e594e286e33a46102746d32f6377b4 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'forms', 'is', {
	button: {
		title: 'Eigindi hnapps',
		text: 'Texti',
		type: 'Gerð',
		typeBtn: 'Hnappur',
		typeSbm: 'Staðfesta',
		typeRst: 'Hreinsa'
	},
	checkboxAndRadio: {
		checkboxTitle: 'Eigindi markreits',
		radioTitle: 'Eigindi valhnapps',
		value: 'Gildi',
		selected: 'Valið',
		required: 'Required' // MISSING
	},
	form: {
		title: 'Eigindi innsláttarforms',
		menu: 'Eigindi innsláttarforms',
		action: 'Aðgerð',
		method: 'Aðferð',
		encoding: 'Encoding'
	},
	hidden: {
		title: 'Eigindi falins svæðis',
		name: 'Nafn',
		value: 'Gildi'
	},
	select: {
		title: 'Eigindi lista',
		selectInfo: 'Upplýsingar',
		opAvail: 'Kostir',
		value: 'Gildi',
		size: 'Stærð',
		lines: 'línur',
		chkMulti: 'Leyfa fleiri kosti',
		required: 'Required', // MISSING
		opText: 'Texti',
		opValue: 'Gildi',
		btnAdd: 'Bæta við',
		btnModify: 'Breyta',
		btnUp: 'Upp',
		btnDown: 'Niður',
		btnSetValue: 'Merkja sem valið',
		btnDelete: 'Eyða'
	},
	textarea: {
		title: 'Eigindi textasvæðis',
		cols: 'Dálkar',
		rows: 'Línur'
	},
	textfield: {
		title: 'Eigindi textareits',
		name: 'Nafn',
		value: 'Gildi',
		charWidth: 'Breidd (leturtákn)',
		maxChars: 'Hámarksfjöldi leturtákna',
		required: 'Required', // MISSING
		type: 'Gerð',
		typeText: 'Texti',
		typePass: 'Lykilorð',
		typeEmail: 'Email', // MISSING
		typeSearch: 'Search', // MISSING
		typeTel: 'Telephone Number', // MISSING
		typeUrl: 'Vefslóð'
	}
} );