pt-br.js 687 B

12345678910111213141516171819
  1. /*
  2. Copyright (c) 2003-2015, 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. } );