pt.js 661 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', {
  6. IdInputLabel: 'ID',
  7. advisoryTitleInputLabel: 'Título',
  8. cssClassInputLabel: 'Classes de folhas de estilo',
  9. edit: 'Editar Div',
  10. inlineStyleInputLabel: 'Estilho em Linha',
  11. langDirLTRLabel: 'Esquerda à Direita (LTR)',
  12. langDirLabel: 'Orientação de idioma',
  13. langDirRTLLabel: 'Direita a Esquerda (RTL)',
  14. languageCodeInputLabel: 'Codigo do Idioma',
  15. remove: 'Remover Div',
  16. styleSelectLabel: 'Estilo',
  17. title: 'Criar Div',
  18. toolbar: 'Criar Div'
  19. } );