gl.js 432 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', 'gl', {
  6. title: 'Matemáticas en ASCII',
  7. button: 'Matemáticas',
  8. dialogInput: 'Escriba o seu ASCII aquí',
  9. docUrl: 'http://en.wikibooks.org/wiki/ASCII',
  10. docLabel: 'Documentación de ASCII',
  11. loading: 'cargando...',
  12. pathName: 'matemáticas'
  13. } );