summaryrefslogtreecommitdiff
path: root/plugins/find/lang/cs.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/cs.js')
-rw-r--r--plugins/find/lang/cs.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/find/lang/cs.js b/plugins/find/lang/cs.js
deleted file mode 100644
index eed0e91..0000000
--- a/plugins/find/lang/cs.js
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
-*/
-CKEDITOR.plugins.setLang( 'find', 'cs', {
- find: 'Hledat',
- findOptions: 'Možnosti hledání',
- findWhat: 'Co hledat:',
- matchCase: 'Rozlišovat velikost písma',
- matchCyclic: 'Procházet opakovaně',
- matchWord: 'Pouze celá slova',
- notFoundMsg: 'Hledaný text nebyl nalezen.',
- replace: 'Nahradit',
- replaceAll: 'Nahradit vše',
- replaceSuccessMsg: '%1 nahrazení.',
- replaceWith: 'Čím nahradit:',
- title: 'Najít a nahradit'
-});