aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/div/lang/ru.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/div/lang/ru.js')
-rw-r--r--sources/plugins/div/lang/ru.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/sources/plugins/div/lang/ru.js b/sources/plugins/div/lang/ru.js
new file mode 100644
index 0000000..a087aa8
--- /dev/null
+++ b/sources/plugins/div/lang/ru.js
@@ -0,0 +1,19 @@
1/*
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'div', 'ru', {
6 IdInputLabel: 'Идентификатор',
7 advisoryTitleInputLabel: 'Заголовок',
8 cssClassInputLabel: 'Классы CSS',
9 edit: 'Редактировать контейнер',
10 inlineStyleInputLabel: 'Стиль элемента',
11 langDirLTRLabel: 'Слева направо (LTR)',
12 langDirLabel: 'Направление текста',
13 langDirRTLLabel: 'Справа налево (RTL)',
14 languageCodeInputLabel: 'Код языка',
15 remove: 'Удалить контейнер',
16 styleSelectLabel: 'Стиль',
17 title: 'Создать Div-контейнер',
18 toolbar: 'Создать Div-контейнер'
19} );