X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fko.js;h=19d5e1f40124e644bd4e86eb1b9c488c4504ae32;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=05211d510919eda0772386396346a0ba36e0d832;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba;p=ckeditor.git diff --git a/_source/lang/ko.js b/_source/lang/ko.js index 05211d5..19d5e1f 100644 --- a/_source/lang/ko.js +++ b/_source/lang/ko.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -14,7 +14,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license */ /** - * Constains the dictionary of language entries. + * Contains the dictionary of language entries. * @namespace */ CKEDITOR.lang['ko'] = @@ -31,7 +31,8 @@ CKEDITOR.lang['ko'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + editorTitle : 'Rich text editor, %1', // MISSING + editorHelp : 'Press ALT 0 for help', // MISSING // ARIA descriptions. toolbars : 'Editor toolbars', // MISSING @@ -119,8 +120,13 @@ CKEDITOR.lang['ko'] = alignTop : '위', alignMiddle : '중간', alignBottom : '아래', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Height must be a number.', // MISSING invalidWidth : 'Width must be a number.', // MISSING + invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING + invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING + invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING + cssLengthTooltip : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -201,7 +207,8 @@ CKEDITOR.lang['ko'] = menu : '책갈피 속성', title : '책갈피 속성', name : '책갈피 이름', - errorName : '책갈피 이름을 입력하십시요.' + errorName : '책갈피 이름을 입력하십시요.', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -237,6 +244,7 @@ CKEDITOR.lang['ko'] = findWhat : '찾을 문자열:', replaceWith : '바꿀 문자열:', notFoundMsg : '문자열을 찾을 수 없습니다.', + findOptions : 'Find Options', // MISSING matchCase : '대소문자 구분', matchWord : '온전한 단어', matchCyclic : 'Match cyclic', // MISSING @@ -271,8 +279,8 @@ CKEDITOR.lang['ko'] = invalidBorder : 'Border size must be a number.', // MISSING invalidWidth : 'Table width must be a number.', // MISSING invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a number.', // MISSING - invalidCellPadding : 'Cell padding must be a number.', // MISSING + invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING + invalidCellPadding : 'Cell padding must be a positive number.', // MISSING cell : { @@ -413,7 +421,6 @@ CKEDITOR.lang['ko'] = upload : '업로드', alt : '이미지 설명', lockRatio : '비율 유지', - unlockRatio : 'Unlock Ratio', // MISSING resetSize : '원래 크기로', border : '테두리', hSpace : '수평여백', @@ -691,7 +698,7 @@ CKEDITOR.lang['ko'] = ignoreAll : 'Ignore All', // MISSING addWord : 'Add Word', // MISSING emptyDic : 'Dictionary name should not be empty.', // MISSING - + noSuggestions : '추천단어 없음', optionsTab : 'Options', // MISSING allCaps : 'Ignore All-Caps Words', // MISSING ignoreDomainNames : 'Ignore Domain Names', // MISSING @@ -770,15 +777,15 @@ CKEDITOR.lang['ko'] = docprops : { - label : 'Document Properties', // MISSING - title : 'Document Properties', // MISSING + label : '문서 속성', + title : '문서 속성', design : 'Design', // MISSING - meta : 'Meta Tags', // MISSING + meta : '메타데이터', chooseColor : 'Choose', // MISSING - other : 'Other...', // MISSING - docTitle : 'Page Title', // MISSING - charset : 'Character Set Encoding', // MISSING - charsetOther : 'Other Character Set Encoding', // MISSING + other : '<기타>', + docTitle : '페이지명', + charset : '캐릭터셋 인코딩', + charsetOther : '다른 캐릭터셋 인코딩', charsetASCII : 'ASCII', // MISSING charsetCE : 'Central European', // MISSING charsetCT : 'Chinese Traditional (Big5)', // MISSING @@ -789,22 +796,22 @@ CKEDITOR.lang['ko'] = charsetTR : 'Turkish', // MISSING charsetUN : 'Unicode (UTF-8)', // MISSING charsetWE : 'Western European', // MISSING - docType : 'Document Type Heading', // MISSING - docTypeOther : 'Other Document Type Heading', // MISSING - xhtmlDec : 'Include XHTML Declarations', // MISSING - bgColor : 'Background Color', // MISSING - bgImage : 'Background Image URL', // MISSING - bgFixed : 'Non-scrolling (Fixed) Background', // MISSING - txtColor : 'Text Color', // MISSING - margin : 'Page Margins', // MISSING - marginTop : 'Top', // MISSING - marginLeft : 'Left', // MISSING - marginRight : 'Right', // MISSING - marginBottom : 'Bottom', // MISSING - metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING - metaDescription : 'Document Description', // MISSING - metaAuthor : 'Author', // MISSING - metaCopyright : 'Copyright', // MISSING + docType : '문서 헤드', + docTypeOther : '다른 문서헤드', + xhtmlDec : 'XHTML 문서정의 포함', + bgColor : '배경색상', + bgImage : '배경이미지 URL', + bgFixed : '스크롤되지않는 배경', + txtColor : '글자 색상', + margin : '페이지 여백', + marginTop : '위', + marginLeft : '왼쪽', + marginRight : '오른쪽', + marginBottom : '아래', + metaKeywords : '문서 키워드 (콤마로 구분)', + metaDescription : '문서 설명', + metaAuthor : '작성자', + metaCopyright : '저작권', previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };