en-gb.js 412 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', 'en-gb', {
  6. title: 'Mathematics in TeX',
  7. button: 'Math',
  8. dialogInput: 'Write you TeX here',
  9. docUrl: 'http://en.wikibooks.org/wiki/LaTeX/Mathematics',
  10. docLabel: 'TeX documentation',
  11. loading: 'loading...',
  12. pathName: 'math'
  13. } );