aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/ru.js
blob: 5667a7dd2f90cb7a9d052ef035ba3ff58677d8b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
Copyright (c) 2003-2015, 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: 'Поиск и замена'
} );