aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/div/lang/uk.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/div/lang/uk.js')
-rw-r--r--sources/plugins/div/lang/uk.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/sources/plugins/div/lang/uk.js b/sources/plugins/div/lang/uk.js
new file mode 100644
index 00000000..0e69c5d4
--- /dev/null
+++ b/sources/plugins/div/lang/uk.js
@@ -0,0 +1,19 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'div', 'uk', {
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: 'Стиль CSS',
17 title: 'Створити блок-контейнер',
18 toolbar: 'Створити блок-контейнер'
19} );