]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/find/lang/cs.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / find / lang / cs.js
1 /*
2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'find', 'cs', {
6 find: 'Hledat',
7 findOptions: 'Možnosti hledání',
8 findWhat: 'Co hledat:',
9 matchCase: 'Rozlišovat velikost písma',
10 matchCyclic: 'Procházet opakovaně',
11 matchWord: 'Pouze celá slova',
12 notFoundMsg: 'Hledaný text nebyl nalezen.',
13 replace: 'Nahradit',
14 replaceAll: 'Nahradit vše',
15 replaceSuccessMsg: '%1 nahrazení.',
16 replaceWith: 'Čím nahradit:',
17 title: 'Najít a nahradit'
18 } );