]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/find/lang/ru.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / find / lang / ru.js
1 /*
2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.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 } );