/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'basicstyles', 'ko', {
bold: '굵게',
italic: '기울임꼴',
strike: 'ì·¨ì†Œì„ ',
subscript: '아래 첨ìž',
superscript: '위 첨ìž',
underline: '밑줄'
} );
|