X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fconnexionswing-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fplugins%2Fdiv%2Flang%2Fmk.js;fp=sources%2Fplugins%2Fdiv%2Flang%2Fmk.js;h=b50715456677848f34a5ce82fffea0962209cfe6;hp=0d48fa357e4e62ca51de73cf468b51da9c89f682;hb=3b35bd273a79f6b01fda7a246aed64aca147ea7a;hpb=7adcb81e4f83f98c468889aaa5a85558ba88c770 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 @@ /* -Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'div', 'mk', { - IdInputLabel: 'Id', // MISSING + IdInputLabel: 'Id', advisoryTitleInputLabel: 'Advisory Title', // MISSING cssClassInputLabel: 'Stylesheet Classes', // MISSING edit: 'Edit Div', // MISSING inlineStyleInputLabel: 'Inline Style', // MISSING - langDirLTRLabel: 'Left to Right (LTR)', // MISSING - langDirLabel: 'Language Direction', // MISSING - langDirRTLLabel: 'Right to Left (RTL)', // MISSING + langDirLTRLabel: 'Лево кон десно', + langDirLabel: 'Насока на јазик', + langDirRTLLabel: 'Десно кон лево', languageCodeInputLabel: ' Language Code', // MISSING remove: 'Remove Div', // MISSING - styleSelectLabel: 'Style', // MISSING + styleSelectLabel: 'Стил', title: 'Create Div Container', // MISSING toolbar: 'Create Div Container' // MISSING } );