he.js 444 B

12345678910111213
  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( 'mathjax', 'he', {
  6. title: 'מתמטיקה בTeX',
  7. button: 'מתמטיקה',
  8. dialogInput: 'כתוב את הTeX שלך כאן',
  9. docUrl: 'http://en.wikibooks.org/wiki/LaTeX/Mathematics',
  10. docLabel: 'תיעוד TeX',
  11. loading: 'טוען...',
  12. pathName: 'מתמטיקה'
  13. } );