aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/sr.js
blob: 9e7ae1c978f54ca7922d89d44eaf46e294dacffa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'find', 'sr', {
	find: 'Претрага',
	findOptions: 'Find Options',
	findWhat: 'Пронађи:',
	matchCase: 'Разликуј велика и мала слова',
	matchCyclic: 'Match cyclic',
	matchWord: 'Упореди целе речи',
	notFoundMsg: 'Тражени текст није пронађен.',
	replace: 'Замена',
	replaceAll: 'Замени све',
	replaceSuccessMsg: '%1 occurrence(s) replaced.',
	replaceWith: 'Замени са:',
	title: 'Find and Replace'
} );