11 lines
325 B
JavaScript
11 lines
325 B
JavaScript
/*
|
|
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'justify', 'pt', {
|
|
block: 'Justificado',
|
|
center: 'Alinhar ao centro',
|
|
left: 'Alinhar à esquerda',
|
|
right: 'Alinhar à direita'
|
|
} );
|