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