X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fconnexionswing-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fplugins%2Fbidi%2Flang%2Fmk.js;fp=sources%2Fplugins%2Fbidi%2Flang%2Fmk.js;h=e77055dfefce7483f2d8fe4135e4781631edd5e6;hp=f7771932ed2030ac01a789a4abe97306a2886d8a;hb=3b35bd273a79f6b01fda7a246aed64aca147ea7a;hpb=7adcb81e4f83f98c468889aaa5a85558ba88c770 diff --git a/sources/plugins/bidi/lang/mk.js b/sources/plugins/bidi/lang/mk.js index f7771932..e77055df 100644 --- a/sources/plugins/bidi/lang/mk.js +++ b/sources/plugins/bidi/lang/mk.js @@ -1,8 +1,8 @@ /* -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( 'bidi', 'mk', { - ltr: 'Text direction from left to right', // MISSING - rtl: 'Text direction from right to left' // MISSING + ltr: 'Насока на текст: од лево кон десно', + rtl: 'Насока на текст: од десно кон лево' } );