ko.js
上传用户:ah_jiwei
上传日期:2022-07-24
资源大小:54044k
文件大小:18k
源码类别:

数据库编程

开发平台:

Visual C++

  1. /*
  2.  * FCKeditor - The text editor for Internet - http://www.fckeditor.net
  3.  * Copyright (C) 2003-2007 Frederico Caldeira Knabben
  4.  *
  5.  * == BEGIN LICENSE ==
  6.  *
  7.  * Licensed under the terms of any of the following licenses at your
  8.  * choice:
  9.  *
  10.  *  - GNU General Public License Version 2 or later (the "GPL")
  11.  *    http://www.gnu.org/licenses/gpl.html
  12.  *
  13.  *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
  14.  *    http://www.gnu.org/licenses/lgpl.html
  15.  *
  16.  *  - Mozilla Public License Version 1.1 or later (the "MPL")
  17.  *    http://www.mozilla.org/MPL/MPL-1.1.html
  18.  *
  19.  * == END LICENSE ==
  20.  *
  21.  * Korean language file.
  22.  */
  23. var FCKLang =
  24. {
  25. // Language direction : "ltr" (left to right) or "rtl" (right to left).
  26. Dir : "ltr",
  27. ToolbarCollapse : "툴바 감추기",
  28. ToolbarExpand : "툴바 보이기",
  29. // Toolbar Items and Context Menu
  30. Save : "저장하기",
  31. NewPage : "새 문서",
  32. Preview : "미리보기",
  33. Cut : "잘라내기",
  34. Copy : "복사하기",
  35. Paste : "붙여넣기",
  36. PasteText : "텍스트로 붙여넣기",
  37. PasteWord : "MS Word 형식에서 붙여넣기",
  38. Print : "인쇄하기",
  39. SelectAll : "전체선택",
  40. RemoveFormat : "포맷 지우기",
  41. InsertLinkLbl : "링크",
  42. InsertLink : "링크 삽입/변경",
  43. RemoveLink : "링크 삭제",
  44. Anchor : "책갈피 삽입/변경",
  45. AnchorDelete : "Remove Anchor", //MISSING
  46. InsertImageLbl : "이미지",
  47. InsertImage : "이미지 삽입/변경",
  48. InsertFlashLbl : "플래쉬",
  49. InsertFlash : "플래쉬 삽입/변경",
  50. InsertTableLbl : "표",
  51. InsertTable : "표 삽입/변경",
  52. InsertLineLbl : "수평선",
  53. InsertLine : "수평선 삽입",
  54. InsertSpecialCharLbl: "특수문자 삽입",
  55. InsertSpecialChar : "특수문자 삽입",
  56. InsertSmileyLbl : "아이콘",
  57. InsertSmiley : "아이콘 삽입",
  58. About : "FCKeditor에 대하여",
  59. Bold : "진하게",
  60. Italic : "이텔릭",
  61. Underline : "밑줄",
  62. StrikeThrough : "취소선",
  63. Subscript : "아래 첨자",
  64. Superscript : "위 첨자",
  65. LeftJustify : "왼쪽 정렬",
  66. CenterJustify : "가운데 정렬",
  67. RightJustify : "오른쪽 정렬",
  68. BlockJustify : "양쪽 맞춤",
  69. DecreaseIndent : "내어쓰기",
  70. IncreaseIndent : "들여쓰기",
  71. Blockquote : "Blockquote", //MISSING
  72. Undo : "취소",
  73. Redo : "재실행",
  74. NumberedListLbl : "순서있는 목록",
  75. NumberedList : "순서있는 목록",
  76. BulletedListLbl : "순서없는 목록",
  77. BulletedList : "순서없는 목록",
  78. ShowTableBorders : "표 테두리 보기",
  79. ShowDetails : "문서기호 보기",
  80. Style : "스타일",
  81. FontFormat : "포맷",
  82. Font : "폰트",
  83. FontSize : "글자 크기",
  84. TextColor : "글자 색상",
  85. BGColor : "배경 색상",
  86. Source : "소스",
  87. Find : "찾기",
  88. Replace : "바꾸기",
  89. SpellCheck : "철자검사",
  90. UniversalKeyboard : "다국어 입력기",
  91. PageBreakLbl : "Page Break", //MISSING
  92. PageBreak : "Insert Page Break", //MISSING
  93. Form : "폼",
  94. Checkbox : "체크박스",
  95. RadioButton : "라디오버튼",
  96. TextField : "입력필드",
  97. Textarea : "입력영역",
  98. HiddenField : "숨김필드",
  99. Button : "버튼",
  100. SelectionField : "펼침목록",
  101. ImageButton : "이미지버튼",
  102. FitWindow : "Maximize the editor size", //MISSING
  103. ShowBlocks : "Show Blocks", //MISSING
  104. // Context Menu
  105. EditLink : "링크 수정",
  106. CellCM : "Cell", //MISSING
  107. RowCM : "Row", //MISSING
  108. ColumnCM : "Column", //MISSING
  109. InsertRowAfter : "Insert Row After", //MISSING
  110. InsertRowBefore : "Insert Row Before", //MISSING
  111. DeleteRows : "가로줄 삭제",
  112. InsertColumnAfter : "Insert Column After", //MISSING
  113. InsertColumnBefore : "Insert Column Before", //MISSING
  114. DeleteColumns : "세로줄 삭제",
  115. InsertCellAfter : "Insert Cell After", //MISSING
  116. InsertCellBefore : "Insert Cell Before", //MISSING
  117. DeleteCells : "셀 삭제",
  118. MergeCells : "셀 합치기",
  119. MergeRight : "Merge Right", //MISSING
  120. MergeDown : "Merge Down", //MISSING
  121. HorizontalSplitCell : "Split Cell Horizontally", //MISSING
  122. VerticalSplitCell : "Split Cell Vertically", //MISSING
  123. TableDelete : "Delete Table", //MISSING
  124. CellProperties : "셀 속성",
  125. TableProperties : "표 속성",
  126. ImageProperties : "이미지 속성",
  127. FlashProperties : "플래쉬 속성",
  128. AnchorProp : "책갈피 속성",
  129. ButtonProp : "버튼 속성",
  130. CheckboxProp : "체크박스 속성",
  131. HiddenFieldProp : "숨김필드 속성",
  132. RadioButtonProp : "라디오버튼 속성",
  133. ImageButtonProp : "이미지버튼 속성",
  134. TextFieldProp : "입력필드 속성",
  135. SelectionFieldProp : "펼침목록 속성",
  136. TextareaProp : "입력영역 속성",
  137. FormProp : "폼 속성",
  138. FontFormats : "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6",
  139. // Alerts and Messages
  140. ProcessingXHTML : "XHTML 처리중. 잠시만 기다려주십시요.",
  141. Done : "완료",
  142. PasteWordConfirm : "붙여넣기 할 텍스트는 MS Word에서 복사한 것입니다. 붙여넣기 전에 MS Word 포멧을 삭제하시겠습니까?",
  143. NotCompatiblePaste : "이 명령은 인터넷익스플로러 5.5 버전 이상에서만 작동합니다. 포멧을 삭제하지 않고 붙여넣기 하시겠습니까?",
  144. UnknownToolbarItem : "알수없는 툴바입니다. : "%1"",
  145. UnknownCommand : "알수없는 기능입니다. : "%1"",
  146. NotImplemented : "기능이 실행되지 않았습니다.",
  147. UnknownToolbarSet : "툴바 설정이 없습니다. : "%1"",
  148. 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
  149. BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", //MISSING
  150. DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.", //MISSING
  151. // Dialogs
  152. DlgBtnOK : "예",
  153. DlgBtnCancel : "아니오",
  154. DlgBtnClose : "닫기",
  155. DlgBtnBrowseServer : "서버 보기",
  156. DlgAdvancedTag : "자세히",
  157. DlgOpOther : "<기타>",
  158. DlgInfoTab : "정보",
  159. DlgAlertUrl : "URL을 입력하십시요",
  160. // General Dialogs Labels
  161. DlgGenNotSet : "<설정되지 않음>",
  162. DlgGenId : "ID",
  163. DlgGenLangDir : "쓰기 방향",
  164. DlgGenLangDirLtr : "왼쪽에서 오른쪽 (LTR)",
  165. DlgGenLangDirRtl : "오른쪽에서 왼쪽 (RTL)",
  166. DlgGenLangCode : "언어 코드",
  167. DlgGenAccessKey : "엑세스 키",
  168. DlgGenName : "Name",
  169. DlgGenTabIndex : "탭 순서",
  170. DlgGenLongDescr : "URL 설명",
  171. DlgGenClass : "Stylesheet Classes",
  172. DlgGenTitle : "Advisory Title",
  173. DlgGenContType : "Advisory Content Type",
  174. DlgGenLinkCharset : "Linked Resource Charset",
  175. DlgGenStyle : "Style",
  176. // Image Dialog
  177. DlgImgTitle : "이미지 설정",
  178. DlgImgInfoTab : "이미지 정보",
  179. DlgImgBtnUpload : "서버로 전송",
  180. DlgImgURL : "URL",
  181. DlgImgUpload : "업로드",
  182. DlgImgAlt : "이미지 설명",
  183. DlgImgWidth : "너비",
  184. DlgImgHeight : "높이",
  185. DlgImgLockRatio : "비율 유지",
  186. DlgBtnResetSize : "원래 크기로",
  187. DlgImgBorder : "테두리",
  188. DlgImgHSpace : "수평여백",
  189. DlgImgVSpace : "수직여백",
  190. DlgImgAlign : "정렬",
  191. DlgImgAlignLeft : "왼쪽",
  192. DlgImgAlignAbsBottom: "줄아래(Abs Bottom)",
  193. DlgImgAlignAbsMiddle: "줄중간(Abs Middle)",
  194. DlgImgAlignBaseline : "기준선",
  195. DlgImgAlignBottom : "아래",
  196. DlgImgAlignMiddle : "중간",
  197. DlgImgAlignRight : "오른쪽",
  198. DlgImgAlignTextTop : "글자위(Text Top)",
  199. DlgImgAlignTop : "위",
  200. DlgImgPreview : "미리보기",
  201. DlgImgAlertUrl : "이미지 URL을 입력하십시요",
  202. DlgImgLinkTab : "링크",
  203. // Flash Dialog
  204. DlgFlashTitle : "플래쉬 등록정보",
  205. DlgFlashChkPlay : "자동재생",
  206. DlgFlashChkLoop : "반복",
  207. DlgFlashChkMenu : "플래쉬메뉴 가능",
  208. DlgFlashScale : "영역",
  209. DlgFlashScaleAll : "모두보기",
  210. DlgFlashScaleNoBorder : "경계선없음",
  211. DlgFlashScaleFit : "영역자동조절",
  212. // Link Dialog
  213. DlgLnkWindowTitle : "링크",
  214. DlgLnkInfoTab : "링크 정보",
  215. DlgLnkTargetTab : "타겟",
  216. DlgLnkType : "링크 종류",
  217. DlgLnkTypeURL : "URL",
  218. DlgLnkTypeAnchor : "책갈피",
  219. DlgLnkTypeEMail : "이메일",
  220. DlgLnkProto : "프로토콜",
  221. DlgLnkProtoOther : "<기타>",
  222. DlgLnkURL : "URL",
  223. DlgLnkAnchorSel : "책갈피 선택",
  224. DlgLnkAnchorByName : "책갈피 이름",
  225. DlgLnkAnchorById : "책갈피 ID",
  226. DlgLnkNoAnchors : "(문서에 책갈피가 없습니다.)",
  227. DlgLnkEMail : "이메일 주소",
  228. DlgLnkEMailSubject : "제목",
  229. DlgLnkEMailBody : "내용",
  230. DlgLnkUpload : "업로드",
  231. DlgLnkBtnUpload : "서버로 전송",
  232. DlgLnkTarget : "타겟",
  233. DlgLnkTargetFrame : "<프레임>",
  234. DlgLnkTargetPopup : "<팝업창>",
  235. DlgLnkTargetBlank : "새 창 (_blank)",
  236. DlgLnkTargetParent : "부모 창 (_parent)",
  237. DlgLnkTargetSelf : "현재 창 (_self)",
  238. DlgLnkTargetTop : "최 상위 창 (_top)",
  239. DlgLnkTargetFrameName : "타겟 프레임 이름",
  240. DlgLnkPopWinName : "팝업창 이름",
  241. DlgLnkPopWinFeat : "팝업창 설정",
  242. DlgLnkPopResize : "크기조정",
  243. DlgLnkPopLocation : "주소표시줄",
  244. DlgLnkPopMenu : "메뉴바",
  245. DlgLnkPopScroll : "스크롤바",
  246. DlgLnkPopStatus : "상태바",
  247. DlgLnkPopToolbar : "툴바",
  248. DlgLnkPopFullScrn : "전체화면 (IE)",
  249. DlgLnkPopDependent : "Dependent (Netscape)",
  250. DlgLnkPopWidth : "너비",
  251. DlgLnkPopHeight : "높이",
  252. DlgLnkPopLeft : "왼쪽 위치",
  253. DlgLnkPopTop : "윗쪽 위치",
  254. DlnLnkMsgNoUrl : "링크 URL을 입력하십시요.",
  255. DlnLnkMsgNoEMail : "이메일주소를 입력하십시요.",
  256. DlnLnkMsgNoAnchor : "책갈피명을 입력하십시요.",
  257. DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING
  258. // Color Dialog
  259. DlgColorTitle : "색상 선택",
  260. DlgColorBtnClear : "지우기",
  261. DlgColorHighlight : "현재",
  262. DlgColorSelected : "선택됨",
  263. // Smiley Dialog
  264. DlgSmileyTitle : "아이콘 삽입",
  265. // Special Character Dialog
  266. DlgSpecialCharTitle : "특수문자 선택",
  267. // Table Dialog
  268. DlgTableTitle : "표 설정",
  269. DlgTableRows : "가로줄",
  270. DlgTableColumns : "세로줄",
  271. DlgTableBorder : "테두리 크기",
  272. DlgTableAlign : "정렬",
  273. DlgTableAlignNotSet : "<설정되지 않음>",
  274. DlgTableAlignLeft : "왼쪽",
  275. DlgTableAlignCenter : "가운데",
  276. DlgTableAlignRight : "오른쪽",
  277. DlgTableWidth : "너비",
  278. DlgTableWidthPx : "픽셀",
  279. DlgTableWidthPc : "퍼센트",
  280. DlgTableHeight : "높이",
  281. DlgTableCellSpace : "셀 간격",
  282. DlgTableCellPad : "셀 여백",
  283. DlgTableCaption : "캡션",
  284. DlgTableSummary : "Summary", //MISSING
  285. // Table Cell Dialog
  286. DlgCellTitle : "셀 설정",
  287. DlgCellWidth : "너비",
  288. DlgCellWidthPx : "픽셀",
  289. DlgCellWidthPc : "퍼센트",
  290. DlgCellHeight : "높이",
  291. DlgCellWordWrap : "워드랩",
  292. DlgCellWordWrapNotSet : "<설정되지 않음>",
  293. DlgCellWordWrapYes : "예",
  294. DlgCellWordWrapNo : "아니오",
  295. DlgCellHorAlign : "수평 정렬",
  296. DlgCellHorAlignNotSet : "<설정되지 않음>",
  297. DlgCellHorAlignLeft : "왼쪽",
  298. DlgCellHorAlignCenter : "가운데",
  299. DlgCellHorAlignRight: "오른쪽",
  300. DlgCellVerAlign : "수직 정렬",
  301. DlgCellVerAlignNotSet : "<설정되지 않음>",
  302. DlgCellVerAlignTop : "위",
  303. DlgCellVerAlignMiddle : "중간",
  304. DlgCellVerAlignBottom : "아래",
  305. DlgCellVerAlignBaseline : "기준선",
  306. DlgCellRowSpan : "세로 합치기",
  307. DlgCellCollSpan : "가로 합치기",
  308. DlgCellBackColor : "배경 색상",
  309. DlgCellBorderColor : "테두리 색상",
  310. DlgCellBtnSelect : "선택",
  311. // Find and Replace Dialog
  312. DlgFindAndReplaceTitle : "Find and Replace", //MISSING
  313. // Find Dialog
  314. DlgFindTitle : "찾기",
  315. DlgFindFindBtn : "찾기",
  316. DlgFindNotFoundMsg : "문자열을 찾을 수 없습니다.",
  317. // Replace Dialog
  318. DlgReplaceTitle : "바꾸기",
  319. DlgReplaceFindLbl : "찾을 문자열:",
  320. DlgReplaceReplaceLbl : "바꿀 문자열:",
  321. DlgReplaceCaseChk : "대소문자 구분",
  322. DlgReplaceReplaceBtn : "바꾸기",
  323. DlgReplaceReplAllBtn : "모두 바꾸기",
  324. DlgReplaceWordChk : "온전한 단어",
  325. // Paste Operations / Dialog
  326. PasteErrorCut : "브라우저의 보안설정때문에 잘라내기 기능을 실행할 수 없습니다. 키보드 명령을 사용하십시요. (Ctrl+X).",
  327. PasteErrorCopy : "브라우저의 보안설정때문에 복사하기 기능을 실행할 수 없습니다. 키보드 명령을 사용하십시요.  (Ctrl+C).",
  328. PasteAsText : "텍스트로 붙여넣기",
  329. PasteFromWord : "MS Word 형식에서 붙여넣기",
  330. DlgPasteMsg2 : "키보드의 (<STRONG>Ctrl+V</STRONG>) 를 이용해서 상자안에 붙여넣고 <STRONG>OK</STRONG> 를 누르세요.",
  331. 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
  332. DlgPasteIgnoreFont : "폰트 설정 무시",
  333. DlgPasteRemoveStyles : "스타일 정의 제거",
  334. DlgPasteCleanBox : "글상자 제거",
  335. // Color Picker
  336. ColorAutomatic : "기본색상",
  337. ColorMoreColors : "색상선택...",
  338. // Document Properties
  339. DocProps : "문서 속성",
  340. // Anchor Dialog
  341. DlgAnchorTitle : "책갈피 속성",
  342. DlgAnchorName : "책갈피 이름",
  343. DlgAnchorErrorName : "책갈피 이름을 입력하십시요.",
  344. // Speller Pages Dialog
  345. DlgSpellNotInDic : "사전에 없는 단어",
  346. DlgSpellChangeTo : "변경할 단어",
  347. DlgSpellBtnIgnore : "건너뜀",
  348. DlgSpellBtnIgnoreAll : "모두 건너뜀",
  349. DlgSpellBtnReplace : "변경",
  350. DlgSpellBtnReplaceAll : "모두 변경",
  351. DlgSpellBtnUndo : "취소",
  352. DlgSpellNoSuggestions : "- 추천단어 없음 -",
  353. DlgSpellProgress : "철자검사를 진행중입니다...",
  354. DlgSpellNoMispell : "철자검사 완료: 잘못된 철자가 없습니다.",
  355. DlgSpellNoChanges : "철자검사 완료: 변경된 단어가 없습니다.",
  356. DlgSpellOneChange : "철자검사 완료: 단어가 변경되었습니다.",
  357. DlgSpellManyChanges : "철자검사 완료: %1 단어가 변경되었습니다.",
  358. IeSpellDownload : "철자 검사기가 철치되지 않았습니다. 지금 다운로드하시겠습니까?",
  359. // Button Dialog
  360. DlgButtonText : "버튼글자(값)",
  361. DlgButtonType : "버튼종류",
  362. DlgButtonTypeBtn : "Button", //MISSING
  363. DlgButtonTypeSbm : "Submit", //MISSING
  364. DlgButtonTypeRst : "Reset", //MISSING
  365. // Checkbox and Radio Button Dialogs
  366. DlgCheckboxName : "이름",
  367. DlgCheckboxValue : "값",
  368. DlgCheckboxSelected : "선택됨",
  369. // Form Dialog
  370. DlgFormName : "폼이름",
  371. DlgFormAction : "실행경로(Action)",
  372. DlgFormMethod : "방법(Method)",
  373. // Select Field Dialog
  374. DlgSelectName : "이름",
  375. DlgSelectValue : "값",
  376. DlgSelectSize : "세로크기",
  377. DlgSelectLines : "줄",
  378. DlgSelectChkMulti : "여러항목 선택 허용",
  379. DlgSelectOpAvail : "선택옵션",
  380. DlgSelectOpText : "이름",
  381. DlgSelectOpValue : "값",
  382. DlgSelectBtnAdd : "추가",
  383. DlgSelectBtnModify : "변경",
  384. DlgSelectBtnUp : "위로",
  385. DlgSelectBtnDown : "아래로",
  386. DlgSelectBtnSetValue : "선택된것으로 설정",
  387. DlgSelectBtnDelete : "삭제",
  388. // Textarea Dialog
  389. DlgTextareaName : "이름",
  390. DlgTextareaCols : "칸수",
  391. DlgTextareaRows : "줄수",
  392. // Text Field Dialog
  393. DlgTextName : "이름",
  394. DlgTextValue : "값",
  395. DlgTextCharWidth : "글자 너비",
  396. DlgTextMaxChars : "최대 글자수",
  397. DlgTextType : "종류",
  398. DlgTextTypeText : "문자열",
  399. DlgTextTypePass : "비밀번호",
  400. // Hidden Field Dialog
  401. DlgHiddenName : "이름",
  402. DlgHiddenValue : "값",
  403. // Bulleted List Dialog
  404. BulletedListProp : "순서없는 목록 속성",
  405. NumberedListProp : "순서있는 목록 속성",
  406. DlgLstStart : "Start", //MISSING
  407. DlgLstType : "종류",
  408. DlgLstTypeCircle : "원(Circle)",
  409. DlgLstTypeDisc : "Disc", //MISSING
  410. DlgLstTypeSquare : "네모점(Square)",
  411. DlgLstTypeNumbers : "번호 (1, 2, 3)",
  412. DlgLstTypeLCase : "소문자 (a, b, c)",
  413. DlgLstTypeUCase : "대문자 (A, B, C)",
  414. DlgLstTypeSRoman : "로마자 수문자 (i, ii, iii)",
  415. DlgLstTypeLRoman : "로마자 대문자 (I, II, III)",
  416. // Document Properties Dialog
  417. DlgDocGeneralTab : "일반",
  418. DlgDocBackTab : "배경",
  419. DlgDocColorsTab : "색상 및 여백",
  420. DlgDocMetaTab : "메타데이터",
  421. DlgDocPageTitle : "페이지명",
  422. DlgDocLangDir : "문자 쓰기방향",
  423. DlgDocLangDirLTR : "왼쪽에서 오른쪽 (LTR)",
  424. DlgDocLangDirRTL : "오른쪽에서 왼쪽 (RTL)",
  425. DlgDocLangCode : "언어코드",
  426. DlgDocCharSet : "캐릭터셋 인코딩",
  427. DlgDocCharSetCE : "Central European", //MISSING
  428. DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING
  429. DlgDocCharSetCR : "Cyrillic", //MISSING
  430. DlgDocCharSetGR : "Greek", //MISSING
  431. DlgDocCharSetJP : "Japanese", //MISSING
  432. DlgDocCharSetKR : "Korean", //MISSING
  433. DlgDocCharSetTR : "Turkish", //MISSING
  434. DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING
  435. DlgDocCharSetWE : "Western European", //MISSING
  436. DlgDocCharSetOther : "다른 캐릭터셋 인코딩",
  437. DlgDocDocType : "문서 헤드",
  438. DlgDocDocTypeOther : "다른 문서헤드",
  439. DlgDocIncXHTML : "XHTML 문서정의 포함",
  440. DlgDocBgColor : "배경색상",
  441. DlgDocBgImage : "배경이미지 URL",
  442. DlgDocBgNoScroll : "스크롤되지않는 배경",
  443. DlgDocCText : "텍스트",
  444. DlgDocCLink : "링크",
  445. DlgDocCVisited : "방문한 링크(Visited)",
  446. DlgDocCActive : "활성화된 링크(Active)",
  447. DlgDocMargins : "페이지 여백",
  448. DlgDocMaTop : "위",
  449. DlgDocMaLeft : "왼쪽",
  450. DlgDocMaRight : "오른쪽",
  451. DlgDocMaBottom : "아래",
  452. DlgDocMeIndex : "문서 키워드 (콤마로 구분)",
  453. DlgDocMeDescr : "문서 설명",
  454. DlgDocMeAuthor : "작성자",
  455. DlgDocMeCopy : "저작권",
  456. DlgDocPreview : "미리보기",
  457. // Templates Dialog
  458. Templates : "템플릿",
  459. DlgTemplatesTitle : "내용 템플릿",
  460. DlgTemplatesSelMsg : "에디터에서 사용할 템플릿을 선택하십시요.<br>(지금까지 작성된 내용은 사라집니다.):",
  461. DlgTemplatesLoading : "템플릿 목록을 불러오는중입니다. 잠시만 기다려주십시요.",
  462. DlgTemplatesNoTpl : "(템플릿이 없습니다.)",
  463. DlgTemplatesReplace : "Replace actual contents", //MISSING
  464. // About Dialog
  465. DlgAboutAboutTab : "About",
  466. DlgAboutBrowserInfoTab : "브라우저 정보",
  467. DlgAboutLicenseTab : "License", //MISSING
  468. DlgAboutVersion : "버전",
  469. DlgAboutInfo : "For further information go to"
  470. };