aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/is.js
blob: 8bf9b9a252bdfe41d205b7ec90fb5eed5f670c41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'find', 'is', {
	find: 'Leita',
	findOptions: 'Find Options',
	findWhat: 'Leita að:',
	matchCase: 'Gera greinarmun á¡ há¡- og lágstöfum',
	matchCyclic: 'Match cyclic',
	matchWord: 'Aðeins heil orð',
	notFoundMsg: 'Leitartexti fannst ekki!',
	replace: 'Skipta út',
	replaceAll: 'Skipta út allsstaðar',
	replaceSuccessMsg: '%1 occurrence(s) replaced.',
	replaceWith: 'Skipta út fyrir:',
	title: 'Finna og skipta'
} );