summaryrefslogtreecommitdiff
path: root/plugins/flash/lang/ko.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/flash/lang/ko.js')
-rw-r--r--plugins/flash/lang/ko.js43
1 files changed, 43 insertions, 0 deletions
diff --git a/plugins/flash/lang/ko.js b/plugins/flash/lang/ko.js
new file mode 100644
index 0000000..326ebfb
--- /dev/null
+++ b/plugins/flash/lang/ko.js
@@ -0,0 +1,43 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'flash', 'ko', {
+ access: 'Script Access', // MISSING
+ accessAlways: 'Always', // MISSING
+ accessNever: 'Never', // MISSING
+ accessSameDomain: 'Same domain', // MISSING
+ alignAbsBottom: '줄아래(Abs Bottom)',
+ alignAbsMiddle: '줄중간(Abs Middle)',
+ alignBaseline: '기준선',
+ alignTextTop: '글자상단',
+ bgcolor: '배경 색상',
+ chkFull: 'Allow Fullscreen', // MISSING
+ chkLoop: '반복',
+ chkMenu: '플래쉬메뉴 가능',
+ chkPlay: '자동재생',
+ flashvars: 'Variables for Flash', // MISSING
+ hSpace: '수평여백',
+ properties: '플래쉬 속성',
+ propertiesTab: 'Properties', // MISSING
+ quality: 'Quality', // MISSING
+ qualityAutoHigh: 'Auto High', // MISSING
+ qualityAutoLow: 'Auto Low', // MISSING
+ qualityBest: 'Best', // MISSING
+ qualityHigh: 'High', // MISSING
+ qualityLow: 'Low', // MISSING
+ qualityMedium: 'Medium', // MISSING
+ scale: '영역',
+ scaleAll: '모두보기',
+ scaleFit: '영역자동조절',
+ scaleNoBorder: '경계선없음',
+ title: '플래쉬 등록정보',
+ vSpace: '수직여백',
+ validateHSpace: 'HSpace must be a number.', // MISSING
+ validateSrc: '링크 URL을 입력하십시요.',
+ validateVSpace: 'VSpace must be a number.', // MISSING
+ windowMode: 'Window mode', // MISSING
+ windowModeOpaque: 'Opaque', // MISSING
+ windowModeTransparent: 'Transparent', // MISSING
+ windowModeWindow: 'Window' // MISSING
+});