apostrophe-editor-2
Version:
A new content area editor for Apostrophe. Integrates ckeditor and allows the option of using other rich text editors. Alternative content area editors can also be created following the same interface.
11 lines (10 loc) • 307 B
JavaScript
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'justify', 'cs', {
block: 'Zarovnat do bloku',
center: 'Zarovnat na střed',
left: 'Zarovnat vlevo',
right: 'Zarovnat vpravo'
} );