Files
BoostrapPageGenerator4/ckeditor/plugins/find/lang/hr.js
Francesco Malagrino 3c9cb0fe3c Release
Release
2017-03-26 20:32:45 +02:00

19 lines
590 B
JavaScript

/*
Copyright (c) 2003-2017, 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'
} );