aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/div/lang/pt-br.js
blob: 5d90188ea06814870762d5474f635d73ed4c35fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'div', 'pt-br', {
	IdInputLabel: 'Id',
	advisoryTitleInputLabel: 'Título Consulta',
	cssClassInputLabel: 'Classes de CSS',
	edit: 'Editar Div',
	inlineStyleInputLabel: 'Estilo Inline',
	langDirLTRLabel: 'Esquerda para Direita (LTR)',
	langDirLabel: 'Direção da Escrita',
	langDirRTLLabel: 'Direita para Esquerda (RTL)',
	languageCodeInputLabel: 'Código de Idioma',
	remove: 'Remover Div',
	styleSelectLabel: 'Estilo',
	title: 'Criar Container de DIV',
	toolbar: 'Criar Container de DIV'
} );