aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/wsc/lang/is.js
blob: 969316920a7b1b380f2a60a4745dc6577a6f4e19 (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
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'wsc', 'is', {
	btnIgnore: 'Hunsa',
	btnIgnoreAll: 'Hunsa allt',
	btnReplace: 'Skipta',
	btnReplaceAll: 'Skipta öllu',
	btnUndo: 'Til baka',
	changeTo: 'Tillaga',
	errorLoading: 'Error loading application service host: %s.',
	ieSpellDownload: 'Villuleit ekki sett upp.<br>Viltu setja hana upp?',
	manyChanges: 'Villuleit lokið: %1 orðum breytt',
	noChanges: 'Villuleit lokið: Engu orði breytt',
	noMispell: 'Villuleit lokið: Engin villa fannst',
	noSuggestions: '- engar tillögur -',
	notAvailable: 'Sorry, but service is unavailable now.',
	notInDic: 'Ekki í orðabókinni',
	oneChange: 'Villuleit lokið: Einu orði breytt',
	progress: 'Villuleit í gangi...',
	title: 'Spell Checker',
	toolbar: 'Villuleit'
});