]>
Commit | Line | Data |
---|---|---|
1 | /*\r | |
2 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r | |
3 | For licensing, see LICENSE.md or http://ckeditor.com/license\r | |
4 | */\r | |
5 | CKEDITOR.plugins.setLang( 'basicstyles', 'ko', {\r | |
6 | bold: '굵게',\r | |
7 | italic: '기울임꼴',\r | |
8 | strike: '취소선',\r | |
9 | subscript: '아래 첨자',\r | |
10 | superscript: '위 첨자',\r | |
11 | underline: '밑줄'\r | |
12 | } );\r |