summaryrefslogtreecommitdiff
path: root/plugins/find/lang/ru.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/ru.js')
-rw-r--r--plugins/find/lang/ru.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/find/lang/ru.js b/plugins/find/lang/ru.js
deleted file mode 100644
index fafb6a9..0000000
--- a/plugins/find/lang/ru.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', 'ru', {
- find: 'Найти',
- findOptions: 'Опции поиска',
- findWhat: 'Найти:',
- matchCase: 'Учитывать регистр',
- matchCyclic: 'По всему тексту',
- matchWord: 'Только слово целиком',
- notFoundMsg: 'Искомый текст не найден.',
- replace: 'Заменить',
- replaceAll: 'Заменить всё',
- replaceSuccessMsg: 'Успешно заменено %1 раз(а).',
- replaceWith: 'Заменить на:',
- title: 'Поиск и замена'
-});