/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'basicstyles', 'hi', {
bold: 'बोलà¥à¤¡',
italic: 'इटैलिक',
strike: 'सà¥à¤Ÿà¥à¤°à¤¾à¤‡à¤• थà¥à¤°à¥‚',
subscript: 'अधोलेख',
superscript: 'अà¤à¤¿à¤²à¥‡à¤–',
underline: 'रेखांकण'
} );
|