FCKeditor 2.6.6
[freeside.git] / httemplate / elements / fckeditor / editor / lang / ko.js
index 0a2efa6..91df044 100644 (file)
@@ -1,6 +1,6 @@
 /*\r
  * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben\r
+ * Copyright (C) 2003-2010 Frederico Caldeira Knabben\r
  *\r
  * == BEGIN LICENSE ==\r
  *\r
@@ -44,7 +44,9 @@ RemoveFormat          : "포맷 지우기",
 InsertLinkLbl          : "링크",\r
 InsertLink                     : "링크 삽입/변경",\r
 RemoveLink                     : "링크 삭제",\r
+VisitLink                      : "Open Link",  //MISSING\r
 Anchor                         : "책갈피 삽입/변경",\r
+AnchorDelete           : "Remove Anchor",      //MISSING\r
 InsertImageLbl         : "이미지",\r
 InsertImage                    : "이미지 삽입/변경",\r
 InsertFlashLbl         : "플래쉬",\r
@@ -70,6 +72,10 @@ RightJustify         : "오른쪽 정렬",
 BlockJustify           : "양쪽 맞춤",\r
 DecreaseIndent         : "내어쓰기",\r
 IncreaseIndent         : "들여쓰기",\r
+Blockquote                     : "Blockquote", //MISSING\r
+CreateDiv                      : "Create Div Container",       //MISSING\r
+EditDiv                                : "Edit Div Container", //MISSING\r
+DeleteDiv                      : "Remove Div Container",       //MISSING\r
 Undo                           : "취소",\r
 Redo                           : "재실행",\r
 NumberedListLbl                : "순서있는 목록",\r
@@ -102,22 +108,29 @@ Button                    : "버튼",
 SelectionField : "펼침목록",\r
 ImageButton            : "이미지버튼",\r
 \r
-FitWindow              : "Maximize the editor size",   //MISSING\r
+FitWindow              : "에디터 최대화",\r
+ShowBlocks             : "Show Blocks",        //MISSING\r
 \r
 // Context Menu\r
 EditLink                       : "링크 수정",\r
-CellCM                         : "Cell",       //MISSING\r
-RowCM                          : "Row",        //MISSING\r
-ColumnCM                       : "Column",     //MISSING\r
-InsertRow                      : "가로줄 삽입",\r
+CellCM                         : "셀/칸(Cell)",\r
+RowCM                          : "행(Row)",\r
+ColumnCM                       : "열(Column)",\r
+InsertRowAfter         : "뒤에 행 삽입",\r
+InsertRowBefore                : "앞에 행 삽입",\r
 DeleteRows                     : "가로줄 삭제",\r
-InsertColumn           : "세로줄 삽입",\r
+InsertColumnAfter      : "뒤에 열 삽입",\r
+InsertColumnBefore     : "앞에 열 삽입",\r
 DeleteColumns          : "세로줄 삭제",\r
-InsertCell                     : "셀 삽입",\r
+InsertCellAfter                : "뒤에 셀/칸 삽입",\r
+InsertCellBefore       : "앞에 셀/칸 삽입",\r
 DeleteCells                    : "셀 삭제",\r
 MergeCells                     : "셀 합치기",\r
-SplitCell                      : "셀 나누기",\r
-TableDelete                    : "Delete Table",       //MISSING\r
+MergeRight                     : "오른쪽 뭉치기",\r
+MergeDown                      : "왼쪽 뭉치기",\r
+HorizontalSplitCell    : "수평 나누기",\r
+VerticalSplitCell      : "수직 나누기",\r
+TableDelete                    : "표 삭제",\r
 CellProperties         : "셀 속성",\r
 TableProperties                : "표 속성",\r
 ImageProperties                : "이미지 속성",\r
@@ -134,7 +147,7 @@ SelectionFieldProp  : "펼침목록 속성",
 TextareaProp           : "입력영역 속성",\r
 FormProp                       : "폼 속성",\r
 \r
-FontFormats                    : "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6",               //REVIEW : Check _getfontformat.html\r
+FontFormats                    : "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6",\r
 \r
 // Alerts and Messages\r
 ProcessingXHTML                : "XHTML 처리중. 잠시만 기다려주십시요.",\r
@@ -145,9 +158,10 @@ UnknownToolbarItem : "알수없는 툴바입니다. : \"%1\"",
 UnknownCommand         : "알수없는 기능입니다. : \"%1\"",\r
 NotImplemented         : "기능이 실행되지 않았습니다.",\r
 UnknownToolbarSet      : "툴바 설정이 없습니다. : \"%1\"",\r
-NoActiveX                      : "Your browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.", //MISSING\r
-BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.",    //MISSING\r
-DialogBlocked          : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.",  //MISSING\r
+NoActiveX                      : "브러우저의 보안 설정으로 인해 몇몇 기능의 작동에 장애가 있을 수 있습니다. \"액티브-액스 기능과 플러그 인\" 옵션을 허용하여 주시지 않으면 오류가 발생할 수 있습니다.",\r
+BrowseServerBlocked : "브러우저 요소가 열리지 않습니다. 팝업차단 설정이 꺼져있는지 확인하여 주십시오.",\r
+DialogBlocked          : "윈도우 대화창을 열 수 없습니다. 팝업차단 설정이 꺼져있는지 확인하여 주십시오.",\r
+VisitLinkBlocked       : "It was not possible to open a new window. Make sure all popup blockers are disabled.",       //MISSING\r
 \r
 // Dialogs\r
 DlgBtnOK                       : "예",\r
@@ -198,7 +212,7 @@ DlgImgAlignBaseline : "기준선",
 DlgImgAlignBottom      : "아래",\r
 DlgImgAlignMiddle      : "중간",\r
 DlgImgAlignRight       : "오른쪽",\r
-DlgImgAlignTextTop     : "ê¸\80ì\9e\90ì\9c\84(Text Top)",\r
+DlgImgAlignTextTop     : "ê¸\80ì\9e\90ì\83\81ë\8b¨",\r
 DlgImgAlignTop         : "위",\r
 DlgImgPreview          : "미리보기",\r
 DlgImgAlertUrl         : "이미지 URL을 입력하십시요",\r
@@ -229,7 +243,7 @@ DlgLnkURL                   : "URL",
 DlgLnkAnchorSel                : "책갈피 선택",\r
 DlgLnkAnchorByName     : "책갈피 이름",\r
 DlgLnkAnchorById       : "책갈피 ID",\r
-DlgLnkNoAnchors                : "<문서에 책갈피가 없습니다.>",             //REVIEW : Change < and > with ( and )\r
+DlgLnkNoAnchors                : "(문서에 책갈피가 없습니다.)",\r
 DlgLnkEMail                    : "이메일 주소",\r
 DlgLnkEMailSubject     : "제목",\r
 DlgLnkEMailBody                : "내용",\r
@@ -262,7 +276,7 @@ DlgLnkPopTop                : "윗쪽 위치",
 DlnLnkMsgNoUrl         : "링크 URL을 입력하십시요.",\r
 DlnLnkMsgNoEMail       : "이메일주소를 입력하십시요.",\r
 DlnLnkMsgNoAnchor      : "책갈피명을 입력하십시요.",\r
-DlnLnkMsgInvPopName    : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING\r
+DlnLnkMsgInvPopName    : "팝업창의 타이틀은 공백을 허용하지 않습니다.",\r
 \r
 // Color Dialog\r
 DlgColorTitle          : "색상 선택",\r
@@ -293,7 +307,12 @@ DlgTableHeight             : "높이",
 DlgTableCellSpace      : "셀 간격",\r
 DlgTableCellPad                : "셀 여백",\r
 DlgTableCaption                : "캡션",\r
-DlgTableSummary                : "Summary",    //MISSING\r
+DlgTableSummary                : "요약",\r
+DlgTableHeaders                : "Headers",    //MISSING\r
+DlgTableHeadersNone            : "None",       //MISSING\r
+DlgTableHeadersColumn  : "First column",       //MISSING\r
+DlgTableHeadersRow             : "First Row",  //MISSING\r
+DlgTableHeadersBoth            : "Both",       //MISSING\r
 \r
 // Table Cell Dialog\r
 DlgCellTitle           : "셀 설정",\r
@@ -316,12 +335,18 @@ DlgCellVerAlignTop        : "위",
 DlgCellVerAlignMiddle  : "중간",\r
 DlgCellVerAlignBottom  : "아래",\r
 DlgCellVerAlignBaseline        : "기준선",\r
+DlgCellType            : "Cell Type",  //MISSING\r
+DlgCellTypeData                : "Data",       //MISSING\r
+DlgCellTypeHeader      : "Header",     //MISSING\r
 DlgCellRowSpan         : "세로 합치기",\r
 DlgCellCollSpan                : "가로 합치기",\r
 DlgCellBackColor       : "배경 색상",\r
 DlgCellBorderColor     : "테두리 색상",\r
 DlgCellBtnSelect       : "선택",\r
 \r
+// Find and Replace Dialog\r
+DlgFindAndReplaceTitle : "찾기 & 바꾸기",\r
+\r
 // Find Dialog\r
 DlgFindTitle           : "찾기",\r
 DlgFindFindBtn         : "찾기",\r
@@ -344,10 +369,9 @@ PasteAsText                : "텍스트로 붙여넣기",
 PasteFromWord  : "MS Word 형식에서 붙여넣기",\r
 \r
 DlgPasteMsg2   : "키보드의 (<STRONG>Ctrl+V</STRONG>) 를 이용해서 상자안에 붙여넣고 <STRONG>OK</STRONG> 를 누르세요.",\r
-DlgPasteSec            : "Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.",       //MISSING\r
+DlgPasteSec            : "브러우저 보안 설정으로 인해, 클립보드의 자료를 직접 접근할 수 없습니다. 이 창에 다시 붙여넣기 하십시오.",\r
 DlgPasteIgnoreFont             : "폰트 설정 무시",\r
 DlgPasteRemoveStyles   : "스타일 정의 제거",\r
-DlgPasteCleanBox               : "글상자 제거",\r
 \r
 // Color Picker\r
 ColorAutomatic : "기본색상",\r
@@ -493,12 +517,23 @@ DlgTemplatesTitle : "내용 템플릿",
 DlgTemplatesSelMsg     : "에디터에서 사용할 템플릿을 선택하십시요.<br>(지금까지 작성된 내용은 사라집니다.):",\r
 DlgTemplatesLoading    : "템플릿 목록을 불러오는중입니다. 잠시만 기다려주십시요.",\r
 DlgTemplatesNoTpl      : "(템플릿이 없습니다.)",\r
-DlgTemplatesReplace    : "Replace actual contents",    //MISSING\r
+DlgTemplatesReplace    : "현재 내용 바꾸기",\r
 \r
 // About Dialog\r
 DlgAboutAboutTab       : "About",\r
 DlgAboutBrowserInfoTab : "브라우저 정보",\r
 DlgAboutLicenseTab     : "License",    //MISSING\r
 DlgAboutVersion                : "버전",\r
-DlgAboutInfo           : "For further information go to"\r
-};
\ No newline at end of file
+DlgAboutInfo           : "더 많은 정보를 보시려면 다음 사이트로 가십시오.",\r
+\r
+// Div Dialog\r
+DlgDivGeneralTab       : "General",    //MISSING\r
+DlgDivAdvancedTab      : "Advanced",   //MISSING\r
+DlgDivStyle            : "Style",      //MISSING\r
+DlgDivInlineStyle      : "Inline Style",       //MISSING\r
+\r
+ScaytTitle                     : "SCAYT",      //MISSING\r
+ScaytTitleOptions      : "Options",    //MISSING\r
+ScaytTitleLangs                : "Languages",  //MISSING\r
+ScaytTitleAbout                : "About"       //MISSING\r
+};\r