aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/hr.js
blob: 8d651baed7cf955479c816bef17c4e86910ad4b2 (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', 'hr', {
	find: 'Pronađi',
	findOptions: 'Opcije traženja',
	findWhat: 'Pronađi:',
	matchCase: 'Usporedi mala/velika slova',
	matchCyclic: 'Usporedi kružno',
	matchWord: 'Usporedi cijele riječi',
	notFoundMsg: 'Traženi tekst nije pronađen.',
	replace: 'Zamijeni',
	replaceAll: 'Zamijeni sve',
	replaceSuccessMsg: 'Zamijenjeno %1 pojmova.',
	replaceWith: 'Zamijeni s:',
	title: 'Pronađi i zamijeni'
} );