bootstrap 4 beta 2
Bootstrap 4 beta 2
This commit is contained in:
18
bootstap 4 alpha 6/ckeditor/plugins/find/lang/ru.js
Normal file
18
bootstap 4 alpha 6/ckeditor/plugins/find/lang/ru.js
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
Copyright (c) 2003-2017, 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: 'Поиск и замена'
|
||||
} );
|
||||
Reference in New Issue
Block a user