ko.js 367 B

1234567891011
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'fakeobjects', 'ko', {
  6. anchor: '책갈피',
  7. flash: '플래시 애니메이션',
  8. hiddenfield: '숨은 입력 칸',
  9. iframe: '아이프레임',
  10. unknown: '알 수 없는 객체'
  11. } );