aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/ru.js
blob: a289e86ef4ba9ab6ac2a9556034e475c4457de02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'find', 'ru', {
	find: 'Найти',
	findOptions: 'Опции поиска',
	findWhat: 'Найти:',
	matchCase: 'Учитывать регистр',
	matchCyclic: 'По всему тексту',
	matchWord: 'Только слово целиком',
	notFoundMsg: 'Искомый текст не найден.',
	replace: 'Заменить',
	replaceAll: 'Заменить всё',
	replaceSuccessMsg: 'Успешно заменено %1 раз(а).',
	replaceWith: 'Заменить на:',
	title: 'Поиск и замена'
} );