de.js 426 B

12345678910111213
  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( 'mathjax', 'de', {
  6. title: 'Mathematik in Tex',
  7. button: 'Rechnung',
  8. dialogInput: 'Schreiben Sie hier in Tex',
  9. docUrl: 'http://en.wikibooks.org/wiki/LaTeX/Mathematics',
  10. docLabel: 'TeX-Dokumentation',
  11. loading: 'Ladevorgang...',
  12. pathName: 'rechnen'
  13. } );