blob: f45fb1929f6f3f6f2fb78d3d295050116327b9eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'justify', 'mk', {
block: 'Justify', // MISSING
center: 'Во средина',
left: 'Align Left', // MISSING
right: 'Align Right' // MISSING
} );
|