he.js 386 B

123456789101112
  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( 'basicstyles', 'he', {
  6. bold: 'מודגש',
  7. italic: 'נטוי',
  8. strike: 'כתיב מחוק',
  9. subscript: 'כתיב תחתון',
  10. superscript: 'כתיב עליון',
  11. underline: 'קו תחתון'
  12. } );