fa.js 484 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', 'fa', {
  6. title: 'ریاضیات در تک',
  7. button: 'ریاضی',
  8. dialogInput: 'فرمول خود را اینجا بنویسید',
  9. docUrl: 'http://en.wikibooks.org/wiki/LaTeX/Mathematics',
  10. docLabel: 'مستندسازی فرمول نویسی',
  11. loading: 'بارگیری',
  12. pathName: 'ریاضی'
  13. } );