aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/div/lang/mk.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/div/lang/mk.js')
-rw-r--r--sources/plugins/div/lang/mk.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/sources/plugins/div/lang/mk.js b/sources/plugins/div/lang/mk.js
index 0d48fa35..b5071545 100644
--- a/sources/plugins/div/lang/mk.js
+++ b/sources/plugins/div/lang/mk.js
@@ -1,19 +1,19 @@
1/* 1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'div', 'mk', { 5CKEDITOR.plugins.setLang( 'div', 'mk', {
6 IdInputLabel: 'Id', // MISSING 6 IdInputLabel: 'Id',
7 advisoryTitleInputLabel: 'Advisory Title', // MISSING 7 advisoryTitleInputLabel: 'Advisory Title', // MISSING
8 cssClassInputLabel: 'Stylesheet Classes', // MISSING 8 cssClassInputLabel: 'Stylesheet Classes', // MISSING
9 edit: 'Edit Div', // MISSING 9 edit: 'Edit Div', // MISSING
10 inlineStyleInputLabel: 'Inline Style', // MISSING 10 inlineStyleInputLabel: 'Inline Style', // MISSING
11 langDirLTRLabel: 'Left to Right (LTR)', // MISSING 11 langDirLTRLabel: 'Лево кон десно',
12 langDirLabel: 'Language Direction', // MISSING 12 langDirLabel: 'Насока на јазик',
13 langDirRTLLabel: 'Right to Left (RTL)', // MISSING 13 langDirRTLLabel: 'Десно кон лево',
14 languageCodeInputLabel: ' Language Code', // MISSING 14 languageCodeInputLabel: ' Language Code', // MISSING
15 remove: 'Remove Div', // MISSING 15 remove: 'Remove Div', // MISSING
16 styleSelectLabel: 'Style', // MISSING 16 styleSelectLabel: 'Стил',
17 title: 'Create Div Container', // MISSING 17 title: 'Create Div Container', // MISSING
18 toolbar: 'Create Div Container' // MISSING 18 toolbar: 'Create Div Container' // MISSING
19} ); 19} );