2017-04-15 01:34:36 +03:00

43 lines
1.4 KiB
JavaScript
Executable File

/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'docprops', 'ko', {
bgColor: '배경색상',
bgFixed: '스크롤되지않는 배경',
bgImage: '배경이미지 URL',
charset: '캐릭터셋 인코딩',
charsetASCII: 'ASCII', // MISSING
charsetCE: 'Central European', // MISSING
charsetCR: 'Cyrillic', // MISSING
charsetCT: 'Chinese Traditional (Big5)', // MISSING
charsetGR: 'Greek', // MISSING
charsetJP: 'Japanese', // MISSING
charsetKR: 'Korean', // MISSING
charsetOther: '다른 캐릭터셋 인코딩',
charsetTR: 'Turkish', // MISSING
charsetUN: 'Unicode (UTF-8)', // MISSING
charsetWE: 'Western European', // MISSING
chooseColor: 'Choose',
design: 'Design', // MISSING
docTitle: '페이지명',
docType: '문서 헤드',
docTypeOther: '다른 문서헤드',
label: '문서 속성',
margin: '페이지 여백',
marginBottom: '아래',
marginLeft: '왼쪽',
marginRight: '오른쪽',
marginTop: '위',
meta: '메타데이터',
metaAuthor: '작성자',
metaCopyright: '저작권',
metaDescription: '문서 설명',
metaKeywords: '문서 키워드 (콤마로 구분)',
other: '<기타>',
previewHtml: '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>', // MISSING
title: '문서 속성',
txtColor: '글자 색상',
xhtmlDec: 'XHTML 문서정의 포함'
});