ja.js 441 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', 'ja', {
  6. title: 'TeX形式の数式',
  7. button: '数式',
  8. dialogInput: 'TeX形式の数式を入力してください',
  9. docUrl: 'http://en.wikibooks.org/wiki/LaTeX/Mathematics',
  10. docLabel: 'TeXの解説',
  11. loading: '読み込み中…',
  12. pathName: 'math'
  13. } );