JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6
[ckeditor.git] / _source / lang / ko.js
index 2df6e7e..05211d5 100644 (file)
@@ -34,8 +34,8 @@ CKEDITOR.lang['ko'] =
        editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING\r
 \r
        // ARIA descriptions.\r
-       toolbar : 'Toolbar', // MISSING\r
-       editor  : 'Rich Text Editor', // MISSING\r
+       toolbars        : 'Editor toolbars', // MISSING\r
+       editor          : 'Rich Text Editor', // MISSING\r
 \r
        // Toolbar buttons without dialogs.\r
        source                  : '소스',\r
@@ -175,18 +175,19 @@ CKEDITOR.lang['ko'] =
                langDirRTL              : '오른쪽에서 왼쪽 (RTL)',\r
                acccessKey              : '엑세스 키',\r
                name                    : 'Name',\r
-               langCode                : '쓰기 방향',\r
-               tabIndex                : '탭 순서',\r
-               advisoryTitle   : 'Advisory Title',\r
+               langCode                        : '쓰기 방향',\r
+               tabIndex                        : '탭 순서',\r
+               advisoryTitle           : 'Advisory Title',\r
                advisoryContentType     : 'Advisory Content Type',\r
                cssClasses              : 'Stylesheet Classes',\r
                charset                 : 'Linked Resource Charset',\r
                styles                  : 'Style',\r
-               selectAnchor    : '책갈피 선택',\r
+               rel                     : 'Relationship', // MISSING\r
+               selectAnchor            : '책갈피 선택',\r
                anchorName              : '책갈피 이름',\r
-               anchorId                : '책갈피 ID',\r
-               emailAddress    : '이메일 주소',\r
-               emailSubject    : '제목',\r
+               anchorId                        : '책갈피 ID',\r
+               emailAddress            : '이메일 주소',\r
+               emailSubject            : '제목',\r
                emailBody               : '내용',\r
                noAnchors               : '(문서에 책갈피가 없습니다.)',\r
                noUrl                   : '링크 URL을 입력하십시요.',\r
@@ -714,6 +715,8 @@ CKEDITOR.lang['ko'] =
        {\r
                title           : 'About CKEditor', // MISSING\r
                dlgTitle        : 'About CKEditor', // MISSING\r
+               help    : 'Check $1 for help.', // MISSING\r
+               userGuide : 'CKEditor User\'s Guide', // MISSING\r
                moreInfo        : 'For licensing information please visit our web site:', // MISSING\r
                copy            : 'Copyright © $1. All rights reserved.' // MISSING\r
        },\r
@@ -744,9 +747,64 @@ CKEDITOR.lang['ko'] =
        toolbarCollapse : 'Collapse Toolbar', // MISSING\r
        toolbarExpand   : 'Expand Toolbar', // MISSING\r
 \r
+       toolbarGroups :\r
+       {\r
+               document : 'Document', // MISSING\r
+               clipboard : 'Clipboard/Undo', // MISSING\r
+               editing : 'Editing', // MISSING\r
+               forms : 'Forms', // MISSING\r
+               basicstyles : 'Basic Styles', // MISSING\r
+               paragraph : 'Paragraph', // MISSING\r
+               links : 'Links', // MISSING\r
+               insert : 'Insert', // MISSING\r
+               styles : 'Styles', // MISSING\r
+               colors : 'Colors', // MISSING\r
+               tools : 'Tools' // MISSING\r
+       },\r
+\r
        bidi :\r
        {\r
                ltr : 'Text direction from left to right', // MISSING\r
                rtl : 'Text direction from right to left' // MISSING\r
+       },\r
+\r
+       docprops :\r
+       {\r
+               label : 'Document Properties', // MISSING\r
+               title : 'Document Properties', // MISSING\r
+               design : 'Design', // MISSING\r
+               meta : 'Meta Tags', // MISSING\r
+               chooseColor : 'Choose', // MISSING\r
+               other : 'Other...', // MISSING\r
+               docTitle :      'Page Title', // MISSING\r
+               charset :       'Character Set Encoding', // MISSING\r
+               charsetOther : 'Other Character Set Encoding', // MISSING\r
+               charsetASCII : 'ASCII', // MISSING\r
+               charsetCE : 'Central European', // MISSING\r
+               charsetCT : 'Chinese Traditional (Big5)', // MISSING\r
+               charsetCR : 'Cyrillic', // MISSING\r
+               charsetGR : 'Greek', // MISSING\r
+               charsetJP : 'Japanese', // MISSING\r
+               charsetKR : 'Korean', // MISSING\r
+               charsetTR : 'Turkish', // MISSING\r
+               charsetUN : 'Unicode (UTF-8)', // MISSING\r
+               charsetWE : 'Western European', // MISSING\r
+               docType : 'Document Type Heading', // MISSING\r
+               docTypeOther : 'Other Document Type Heading', // MISSING\r
+               xhtmlDec : 'Include XHTML Declarations', // MISSING\r
+               bgColor : 'Background Color', // MISSING\r
+               bgImage : 'Background Image URL', // MISSING\r
+               bgFixed : 'Non-scrolling (Fixed) Background', // MISSING\r
+               txtColor : 'Text Color', // MISSING\r
+               margin : 'Page Margins', // MISSING\r
+               marginTop : 'Top', // MISSING\r
+               marginLeft : 'Left', // MISSING\r
+               marginRight : 'Right', // MISSING\r
+               marginBottom : 'Bottom', // MISSING\r
+               metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING\r
+               metaDescription : 'Document Description', // MISSING\r
+               metaAuthor : 'Author', // MISSING\r
+               metaCopyright : 'Copyright', // MISSING\r
+               previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING\r
        }\r
 };\r