blob: 0fc4915c013014eebc337a6724eb6df0e3b13be2 (
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', 'et', {
block: 'Rööpjoondus',
center: 'Keskjoondus',
left: 'Vasakjoondus',
right: 'Paremjoondus'
} );
|