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