]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blame - sources/plugins/toolbar/lang/ru.js
Initial commit
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / plugins / toolbar / lang / ru.js
CommitLineData
3332bebe
IB
1/*\r
2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'toolbar', 'ru', {\r
6 toolbarCollapse: 'Свернуть панель инструментов',\r
7 toolbarExpand: 'Развернуть панель инструментов',\r
8 toolbarGroups: {\r
9 document: 'Документ',\r
10 clipboard: 'Буфер обмена / Отмена действий',\r
11 editing: 'Корректировка',\r
12 forms: 'Формы',\r
13 basicstyles: 'Простые стили',\r
14 paragraph: 'Абзац',\r
15 links: 'Ссылки',\r
16 insert: 'Вставка',\r
17 styles: 'Стили',\r
18 colors: 'Цвета',\r
19 tools: 'Инструменты'\r
20 },\r
21 toolbars: 'Панели инструментов редактора'\r
22} );\r