| /*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'basicstyles', 'km', {
	bold: 'ដិត',
	italic: 'ទ្រេត',
	strike: 'គូសបន្ទាត់ចំកណ្ដាល',
	subscript: 'អក្សរតូចក្រោម',
	superscript: 'អក្សរតូចលើ',
	underline: 'គូសបន្ទាត់ក្រោម'
} );
 |