summaryrefslogtreecommitdiff
path: root/plugins/toolbar/lang/ru.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/toolbar/lang/ru.js')
-rw-r--r--plugins/toolbar/lang/ru.js22
1 files changed, 0 insertions, 22 deletions
diff --git a/plugins/toolbar/lang/ru.js b/plugins/toolbar/lang/ru.js
deleted file mode 100644
index ee19aa0..0000000
--- a/plugins/toolbar/lang/ru.js
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
-*/
-CKEDITOR.plugins.setLang( 'toolbar', 'ru', {
- toolbarCollapse: 'Свернуть панель инструментов',
- toolbarExpand: 'Развернуть панель инструментов',
- toolbarGroups: {
- document: 'Документ',
- clipboard: 'Буфер обмена / Отмена действий',
- editing: 'Корректировка',
- forms: 'Формы',
- basicstyles: 'Простые стили',
- paragraph: 'Абзац',
- links: 'Ссылки',
- insert: 'Вставка',
- styles: 'Стили',
- colors: 'Цвета',
- tools: 'Инструменты'
- },
- toolbars: 'Панели инструментов редактора'
-});