aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/cs.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/cs.js')
-rw-r--r--sources/plugins/find/lang/cs.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/cs.js b/sources/plugins/find/lang/cs.js
new file mode 100644
index 00000000..b4c97c32
--- /dev/null
+++ b/sources/plugins/find/lang/cs.js
@@ -0,0 +1,18 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.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} );