/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'format', 'ko', {
label: '문단',
panelTitle: '문단 형ì‹',
tag_address: '글쓴ì´',
tag_div: '기본 (DIV)',
tag_h1: 'ì œëª© 1',
tag_h2: 'ì œëª© 2',
tag_h3: 'ì œëª© 3',
tag_h4: 'ì œëª© 4',
tag_h5: 'ì œëª© 5',
tag_h6: 'ì œëª© 6',
tag_p: '본문',
tag_pre: 'ì •í˜• 문단'
} );
|