hi.js 425 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', 'hi', {
  6. bold: 'बोल्ड',
  7. italic: 'इटैलिक',
  8. strike: 'स्ट्राइक थ्रू',
  9. subscript: 'अधोलेख',
  10. superscript: 'अभिलेख',
  11. underline: 'रेखांकण'
  12. } );