aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/justify/lang/pt.js
blob: 20abc3b707a4503589e5f36df4ca0ae09f22d381 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'justify', 'pt', {
	block: 'Justificado',
	center: 'Alinhar ao Centro',
	left: 'Alinhar à esquerda',
	right: 'Alinhar à direita'
} );