aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/ru.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/ru.js')
-rw-r--r--sources/plugins/find/lang/ru.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/ru.js b/sources/plugins/find/lang/ru.js
new file mode 100644
index 00000000..5667a7dd
--- /dev/null
+++ b/sources/plugins/find/lang/ru.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', 'ru', {
6 find: 'Найти',
7 findOptions: 'Опции поиска',
8 findWhat: 'Найти:',
9 matchCase: 'Учитывать регистр',
10 matchCyclic: 'По всему тексту',
11 matchWord: 'Только слово целиком',
12 notFoundMsg: 'Искомый текст не найден.',
13 replace: 'Заменить',
14 replaceAll: 'Заменить всё',
15 replaceSuccessMsg: 'Успешно заменено %1 раз(а).',
16 replaceWith: 'Заменить на:',
17 title: 'Поиск и замена'
18} );