ko.js 1.1 KB

123456789101112131415161718192021222324
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.html or http://ckeditor.com/license
  4. */
  5. CKEDITOR.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. });