aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/wsc/lang/ko.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/wsc/lang/ko.js')
-rw-r--r--sources/plugins/wsc/lang/ko.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/sources/plugins/wsc/lang/ko.js b/sources/plugins/wsc/lang/ko.js
new file mode 100644
index 00000000..e71340d5
--- /dev/null
+++ b/sources/plugins/wsc/lang/ko.js
@@ -0,0 +1,24 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'wsc', 'ko', {
6 btnIgnore: '건너뜀',
7 btnIgnoreAll: '모두 건너뜀',
8 btnReplace: '변경',
9 btnReplaceAll: '모두 변경',
10 btnUndo: '취소',
11 changeTo: '변경할 단어',
12 errorLoading: 'Error loading application service host: %s.',
13 ieSpellDownload: '철자 검사기가 철치되지 않았습니다. 지금 다운로드하시겠습니까?',
14 manyChanges: '철자검사 완료: %1 단어가 변경되었습니다.',
15 noChanges: '철자검사 완료: 변경된 단어가 없습니다.',
16 noMispell: '철자검사 완료: 잘못된 철자가 없습니다.',
17 noSuggestions: '- 추천단어 없음 -',
18 notAvailable: 'Sorry, but service is unavailable now.',
19 notInDic: '사전에 없는 단어',
20 oneChange: '철자검사 완료: 단어가 변경되었습니다.',
21 progress: '철자검사를 진행중입니다...',
22 title: 'Spell Check',
23 toolbar: '철자검사'
24});