/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'basicstyles', 'bn', {
bold: 'বোলà§à¦¡',
italic: 'বাà¦à¦•া',
strike: 'সà§à¦Ÿà§à¦°à¦¾à¦‡à¦• থà§à¦°à§',
subscript: 'অধোলেখ',
superscript: 'অà¦à¦¿à¦²à§‡à¦–',
underline: 'আনà§à¦¡à¦¾à¦°à¦²à¦¾à¦‡à¦¨'
} );
|