pt.js 435 B

12345678910111213
  1. /*
  2. Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'asciimath', 'pt', {
  6. title: 'Matemáticas em TeX',
  7. button: 'Matemática',
  8. dialogInput: 'Escreva aqui o seu Tex',
  9. docUrl: 'http://en.wikibooks.org/wiki/LaTeX/Mathematics',
  10. docLabel: 'Documentação TeX',
  11. loading: 'a carregar ...',
  12. pathName: 'matemática'
  13. } );