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, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/ru.js b/plugins/find/lang/ru.js
new file mode 100644
index 0000000..fafb6a9
--- /dev/null
+++ b/plugins/find/lang/ru.js
@@ -0,0 +1,18 @@
+/*
+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: 'Поиск и замена'
+});