blob: d01a43ad9906a120bf6b4acbe17c33dcc9857af2 (
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', 'is', {
block: 'Jafna báðum megin',
center: 'Miðja texta',
left: 'Vinstrijöfnun',
right: 'Hægrijöfnun'
} );
|