]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/find/lang/sr-latn.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / find / lang / sr-latn.js
1 /*
2 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'find', 'sr-latn', {
6 find: 'Pretraga',
7 findOptions: 'Find Options',
8 findWhat: 'Pronadi:',
9 matchCase: 'Razlikuj mala i velika slova',
10 matchCyclic: 'Match cyclic',
11 matchWord: 'Uporedi cele reci',
12 notFoundMsg: 'Traženi tekst nije pronađen.',
13 replace: 'Zamena',
14 replaceAll: 'Zameni sve',
15 replaceSuccessMsg: '%1 occurrence(s) replaced.',
16 replaceWith: 'Zameni sa:',
17 title: 'Find and Replace'
18 } );