summaryrefslogtreecommitdiff
path: root/plugins/image/lang/ko.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/image/lang/ko.js')
-rw-r--r--plugins/image/lang/ko.js26
1 files changed, 0 insertions, 26 deletions
diff --git a/plugins/image/lang/ko.js b/plugins/image/lang/ko.js
deleted file mode 100644
index 8a166f8..0000000
--- a/plugins/image/lang/ko.js
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
-*/
-CKEDITOR.plugins.setLang( 'image', 'ko', {
- alertUrl: '이미지 URL을 입력하십시요',
- alt: '이미지 설명',
- border: '테두리',
- btnUpload: '서버로 전송',
- button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING
- hSpace: '수평여백',
- img2Button: 'Do you want to transform the selected image on a image button?', // MISSING
- infoTab: '이미지 정보',
- linkTab: '링크',
- lockRatio: '비율 유지',
- menu: '이미지 설정',
- resetSize: '원래 크기로',
- title: '이미지 설정',
- titleButton: '이미지버튼 속성',
- upload: '업로드',
- urlMissing: 'Image source URL is missing.', // MISSING
- vSpace: '수직여백',
- validateBorder: 'Border must be a whole number.', // MISSING
- validateHSpace: 'HSpace must be a whole number.', // MISSING
- validateVSpace: 'VSpace must be a whole number.' // MISSING
-});