ro.js 422 B

12345678910111213
  1. /*
  2. Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'asciimath', 'ro', {
  6. title: 'Matematici in TeX',
  7. button: 'Matematici',
  8. dialogInput: 'Scrie TeX-ul aici',
  9. docUrl: 'http://ro.wikibooks.org/wiki/LaTeX/Mathematics',
  10. docLabel: 'Documentatie TeX',
  11. loading: 'încarcă...',
  12. pathName: 'matematici'
  13. } );