Subversion Repositories Applications.papyrus

Rev

Rev 521 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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