20 lines
752 B
JavaScript
20 lines
752 B
JavaScript
/*
|
|
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'div', 'mk', {
|
|
IdInputLabel: 'Id',
|
|
advisoryTitleInputLabel: 'Advisory Title', // MISSING
|
|
cssClassInputLabel: 'Stylesheet Classes', // MISSING
|
|
edit: 'Edit Div', // MISSING
|
|
inlineStyleInputLabel: 'Inline Style', // MISSING
|
|
langDirLTRLabel: 'Лево кон десно',
|
|
langDirLabel: 'Насока на јазик',
|
|
langDirRTLLabel: 'Десно кон лево',
|
|
languageCodeInputLabel: ' Language Code', // MISSING
|
|
remove: 'Remove Div', // MISSING
|
|
styleSelectLabel: 'Стил',
|
|
title: 'Create Div Container', // MISSING
|
|
toolbar: 'Create Div Container' // MISSING
|
|
} );
|