blob: 2314a969b810806f2d8bf2394e0b09252cdc2872 (
plain) (
tree)
|
|
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'justify', 'sr', {
block: 'Обострано равнање',
center: 'Центриран текст',
left: 'Лево равнање',
right: 'Десно равнање'
} );
|