summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/ko/chrome/ko/locale/ko/messenger/messengercompose/editorOverlay.dtd
blob: b7732d4e246c2ebc0a274720f1a5c31681d53459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<!-- Attn: Localization - some of the menus in this dialog directly affect mail also. -->

<!-- Edit menu items -->
<!ENTITY pasteNoFormatting.label "포맷없이 붙여넣기">
<!ENTITY pasteNoFormatting.accesskey "o">
<!ENTITY pasteNoFormatting.key "V">
<!ENTITY pasteAsQuotationCmd.label "인용 형식으로 붙여넣기">
<!ENTITY pasteAsQuotationCmd.accesskey "q">

<!-- Insert menu items -->
<!ENTITY insertMenu.label "삽입">
<!ENTITY insertMenu.accesskey "i">
<!ENTITY insertLinkCmd2.label "링크…">
<!ENTITY insertLinkCmd2.accesskey "L">
<!ENTITY insertLinkCmd2.key "K">
<!ENTITY insertAnchorCmd.label "내부 링크…">
<!ENTITY insertAnchorCmd.accesskey "A">
<!ENTITY insertImageCmd.label "이미지…">
<!ENTITY insertImageCmd.accesskey "i">
<!ENTITY insertHLineCmd.label "가로선">
<!ENTITY insertHLineCmd.accesskey "o">
<!ENTITY insertTableCmd.label "표…">
<!ENTITY insertTableCmd.accesskey "t">
<!ENTITY insertHTMLCmd.label "HTML…">
<!ENTITY insertHTMLCmd.accesskey "h">
<!ENTITY insertMathCmd.label "수식…">
<!ENTITY insertMathCmd.accesskey "M">
<!ENTITY insertCharsCmd.label "문자 및 기호…">
<!ENTITY insertCharsCmd.accesskey "C">
<!ENTITY insertBreakAllCmd.label "이미지 줄바꿈">
<!ENTITY insertBreakAllCmd.accesskey "k">

<!-- Used just in context popup. -->
<!ENTITY createLinkCmd.label "링크 만들기…">
<!ENTITY createLinkCmd.accesskey "k">
<!ENTITY editLinkCmd.label "새 편집기에서 링크 편집">
<!ENTITY editLinkCmd.accesskey "i">

<!-- Font Face SubMenu -->
<!ENTITY FontFaceSelect.tooltip "글꼴 선택">
<!ENTITY fontfaceMenu.label "글꼴">
<!ENTITY fontfaceMenu.accesskey "f">
<!ENTITY fontVarWidth.label "가변폭">
<!ENTITY fontVarWidth.accesskey "v">
<!ENTITY fontFixedWidth.label "고정폭">
<!ENTITY fontFixedWidth.accesskey "x">
<!ENTITY fontFixedWidth.key "t">
<!ENTITY fontHelvetica.label "Helvetica, Arial">
<!ENTITY fontHelvetica.accesskey "l">
<!ENTITY fontTimes.label "순서">
<!ENTITY fontTimes.accesskey "t">
<!ENTITY fontCourier.label "Courier">
<!ENTITY fontCourier.accesskey "c">

<!-- Font Size SubMenu -->
<!ENTITY FontSizeSelect.tooltip "글꼴 크기 선택">
<!ENTITY decreaseFontSize.label "작게">
<!ENTITY decreaseFontSize.accesskey "r">
<!ENTITY decrementFontSize.key "-">
<!ENTITY decrementFontSize.key2 ","> <!-- < is above this key on many keyboards -->
<!ENTITY increaseFontSize.label "크게">
<!ENTITY increaseFontSize.accesskey "g">
<!ENTITY incrementFontSize.key "+">
<!ENTITY incrementFontSize.key2 "="> <!-- > is above this key on many keyboards -->

<!ENTITY fontSizeMenu.label "크기">
<!ENTITY fontSizeMenu.accesskey "z">
<!ENTITY size-tinyCmd.label "아주 작게">
<!ENTITY size-tinyCmd.accesskey "t">
<!ENTITY size-smallCmd.label "작게">
<!ENTITY size-smallCmd.accesskey "s">
<!ENTITY size-mediumCmd.label "보통">
<!ENTITY size-mediumCmd.accesskey "d">
<!ENTITY size-largeCmd.label "크게">
<!ENTITY size-largeCmd.accesskey "l">
<!ENTITY size-extraLargeCmd.label "매우 크게">
<!ENTITY size-extraLargeCmd.accesskey "x">
<!ENTITY size-hugeCmd.label "거대하게">
<!ENTITY size-hugeCmd.accesskey "H">

<!-- Font Style SubMenu -->
<!ENTITY fontStyleMenu.label "글자 모양">
<!ENTITY fontStyleMenu.accesskey "s">
<!ENTITY styleBoldCmd.label "굵게">
<!ENTITY styleBoldCmd.accesskey "b">
<!ENTITY styleBoldCmd.key "b">
<!ENTITY styleItalicCmd.label "기울임">
<!ENTITY styleItalicCmd.accesskey "I">
<!ENTITY styleItalicCmd.key "i">
<!ENTITY styleUnderlineCmd.label "밑줄">
<!ENTITY styleUnderlineCmd.accesskey "u">
<!ENTITY styleUnderlineCmd.key "u">
<!ENTITY styleStrikeThruCmd.label "취소선">
<!ENTITY styleStrikeThruCmd.accesskey "k">
<!ENTITY styleSuperscriptCmd.label "위첨자">
<!ENTITY styleSuperscriptCmd.accesskey "p">
<!ENTITY styleSubscriptCmd.label "아래 첨자">
<!ENTITY styleSubscriptCmd.accesskey "S">
<!ENTITY styleNonbreakingCmd.label "줄바꿈 없음">
<!ENTITY styleNonbreakingCmd.accesskey "N">
<!ENTITY styleEm.label "강조">
<!ENTITY styleEm.accesskey "e">
<!ENTITY styleStrong.label "매우 강조">
<!ENTITY styleStrong.accesskey "t">
<!ENTITY styleCite.label "인용">
<!ENTITY styleCite.accesskey "c">
<!ENTITY styleAbbr.label "약자 기호">
<!ENTITY styleAbbr.accesskey "A">
<!ENTITY styleAcronym.label "머릿글자">
<!ENTITY styleAcronym.accesskey "r">
<!ENTITY styleCode.label "코드">
<!ENTITY styleCode.accesskey "o">
<!ENTITY styleSamp.label "샘플 출력">
<!ENTITY styleSamp.accesskey "m">
<!ENTITY styleVar.label "변수">
<!ENTITY styleVar.accesskey "v">

<!ENTITY formatFontColor.label "글자색…">
<!ENTITY formatFontColor.accesskey "c">
<!ENTITY tableOrCellColor.label "표 및 셀 배경색…">
<!ENTITY tableOrCellColor.accesskey "B">

<!ENTITY formatRemoveStyles.key "Y">
<!ENTITY formatRemoveLinks.key "K">
<!ENTITY formatRemoveNamedAnchors.label "내부 링크 없애기">
<!ENTITY formatRemoveNamedAnchors.accesskey "R">
<!ENTITY formatRemoveNamedAnchors2.key "R">

<!ENTITY paragraphMenu.label "문단">
<!ENTITY paragraphMenu.accesskey "P">
<!ENTITY paragraphParagraphCmd.label "문단">
<!ENTITY paragraphParagraphCmd.accesskey "P">
<!ENTITY heading1Cmd.label "제목1">
<!ENTITY heading1Cmd.accesskey "1">
<!ENTITY heading2Cmd.label "제목2">
<!ENTITY heading2Cmd.accesskey "2">
<!ENTITY heading3Cmd.label "제목3">
<!ENTITY heading3Cmd.accesskey "3">
<!ENTITY heading4Cmd.label "제목4">
<!ENTITY heading4Cmd.accesskey "4">
<!ENTITY heading5Cmd.label "제목5">
<!ENTITY heading5Cmd.accesskey "5">
<!ENTITY heading6Cmd.label "제목6">
<!ENTITY heading6Cmd.accesskey "6">
<!ENTITY paragraphAddressCmd.label "주소">
<!ENTITY paragraphAddressCmd.accesskey "a">
<!ENTITY paragraphPreformatCmd.label "Pre 태그">
<!ENTITY paragraphPreformatCmd.accesskey "f">

<!-- List menu items -->
<!ENTITY formatlistMenu.label "목록">
<!ENTITY formatlistMenu.accesskey "l">
<!ENTITY noneCmd.label "없음">
<!ENTITY noneCmd.accesskey "N">
<!ENTITY listBulletCmd.label "기호로">
<!ENTITY listBulletCmd.accesskey "b">
<!ENTITY listNumberedCmd.label "숫자로">
<!ENTITY listNumberedCmd.accesskey "m">
<!ENTITY listTermCmd.label "단어">
<!ENTITY listTermCmd.accesskey "t">
<!ENTITY listDefinitionCmd.label "정의">
<!ENTITY listDefinitionCmd.accesskey "d">
<!ENTITY listPropsCmd.label "목록 속성…">
<!ENTITY listPropsCmd.accesskey "l">

<!ENTITY ParagraphSelect.tooltip "문단 형식 선택">
<!-- Shared in Paragraph, and Toolbar menulist -->
<!ENTITY bodyTextCmd.label "본문 글자">
<!ENTITY bodyTextCmd.accesskey "T">

<!-- Align menu items -->
<!ENTITY alignMenu.label "맞춤">
<!ENTITY alignMenu.accesskey "">
<!ENTITY alignLeft.label "왼쪽 맞춤">
<!ENTITY alignLeft.accesskey "l">
<!ENTITY alignLeft.tooltip "왼쪽으로 맞춤">
<!ENTITY alignCenter.label "가운데 맞춤">
<!ENTITY alignCenter.accesskey "c">
<!ENTITY alignCenter.tooltip "가운데로 맞춤">
<!ENTITY alignRight.label "오른쪽 맞춤">
<!ENTITY alignRight.accesskey "r">
<!ENTITY alignRight.tooltip "오른쪽으로 맞춤">
<!ENTITY alignJustify.label "양쪽 맞춤">
<!ENTITY alignJustify.accesskey "j">
<!ENTITY alignJustify.tooltip "양쪽으로 맞춤">

<!ENTITY increaseIndent.label "들여쓰기 증가">
<!ENTITY increaseIndent.accesskey "i">
<!ENTITY increaseIndent.key "=">
<!ENTITY decreaseIndent.label "들여쓰기 감소">
<!ENTITY decreaseIndent.accesskey "D">
<!ENTITY decreaseIndent.key "-">

<!ENTITY colorsAndBackground.label "페이지 색상 및 배경…">
<!ENTITY colorsAndBackground.accesskey "u">

<!-- Table Menu -->
<!ENTITY tableMenu.label "표">
<!ENTITY tableMenu.accesskey "b">

<!-- Select Submenu -->
<!ENTITY tableSelectMenu.label "선택">
<!ENTITY tableSelectMenu.accesskey "s">

<!ENTITY tableSelectMenu2.label "표 선택">
<!ENTITY tableSelectMenu2.accesskey "S">
<!ENTITY tableInsertMenu2.label "표 삽입">
<!ENTITY tableInsertMenu2.accesskey "I">
<!ENTITY tableDeleteMenu2.label "표 삭제">
<!ENTITY tableDeleteMenu2.accesskey "D">

<!-- Insert SubMenu -->
<!ENTITY tableInsertMenu.label "삽입">
<!ENTITY tableInsertMenu.accesskey "I">
<!ENTITY tableTable.label "표">
<!ENTITY tableTable.accesskey "t">
<!ENTITY tableRow.label "행">
<!ENTITY tableRows.label "행">
<!ENTITY tableRow.accesskey "R">
<!ENTITY tableRowAbove.label "위쪽 행 추가">
<!ENTITY tableRowAbove.accesskey "R">
<!ENTITY tableRowBelow.label "아래쪽 행 추가">
<!ENTITY tableRowBelow.accesskey "B">
<!ENTITY tableColumn.label "열">
<!ENTITY tableColumns.label "열">
<!ENTITY tableColumn.accesskey "o">
<!ENTITY tableColumnBefore.label "앞쪽 열 추가">
<!ENTITY tableColumnBefore.accesskey "o">
<!ENTITY tableColumnAfter.label "뒤쪽 열 추가">
<!ENTITY tableColumnAfter.accesskey "A">
<!ENTITY tableCell.label "셀">
<!ENTITY tableCells.label "셀">
<!ENTITY tableCell.accesskey "C">
<!ENTITY tableCellContents.label "셀 내용">
<!ENTITY tableCellContents.accesskey "n">
<!ENTITY tableAllCells.label "모든 셀">
<!ENTITY tableAllCells.accesskey "a">
<!ENTITY tableCellBefore.label "앞쪽 셀">
<!ENTITY tableCellBefore.accesskey "C">
<!ENTITY tableCellAfter.label "뒤쪽 셀">
<!ENTITY tableCellAfter.accesskey "f">
<!-- Delete SubMenu -->
<!ENTITY tableDeleteMenu.label "삭제">
<!ENTITY tableDeleteMenu.accesskey "D">

<!-- text for "Join Cells" is in editor.properties
     ("JoinSelectedCells" and "JoinCellToRight")
     the access key must exist in both of those strings
     But value must be set here for accesskey to draw properly
-->
<!ENTITY tableJoinCells.label "j">
<!ENTITY tableJoinCells.accesskey "j">
<!ENTITY tableSplitCell.label "셀 병합">
<!ENTITY tableSplitCell.accesskey "c">
<!ENTITY convertToTable.label "선택에서 표 만들기">
<!ENTITY convertToTable.accesskey "r">
<!ENTITY tableProperties.label "표 설정…">
<!ENTITY tableProperties.accesskey "o">

<!ENTITY imageToolbarCmd.label "이미지">
<!ENTITY imageToolbarCmd.tooltip "새 이미지을 삽입하거나 선택된 이미지 편집">
<!ENTITY hruleToolbarCmd.label "가로선">
<!ENTITY hruleToolbarCmd.tooltip "새 가로선을 삽입하거나 선택된 가로선 편집">
<!ENTITY tableToolbarCmd.label "표">
<!ENTITY tableToolbarCmd.tooltip "새 표를 삽입하거나 선택된 표 편집">
<!ENTITY linkToolbarCmd.label "링크">
<!ENTITY linkToolbarCmd.tooltip "새 링크를 삽입하거나 선택된 링크 편집">
<!ENTITY anchorToolbarCmd.label "내부 링크">
<!ENTITY anchorToolbarCmd.tooltip "새 내부 링크를 삽입하거나 선택된 내부 링크 편집">
<!ENTITY TextColorButton.tooltip "글자색 선택">
<!ENTITY BackgroundColorButton.tooltip "배경색 선택">

<!-- Editor toolbar -->
<!ENTITY absoluteFontSizeToolbarCmd.tooltip "글꼴 크기 설정">
<!ENTITY decreaseFontSizeToolbarCmd.tooltip "글꼴 크기 작게">
<!ENTITY increaseFontSizeToolbarCmd.tooltip "글꼴 크기 크게">
<!ENTITY boldToolbarCmd.tooltip "굵게">
<!ENTITY italicToolbarCmd.tooltip "기울임">
<!ENTITY underlineToolbarCmd.tooltip "밑줄">
<!ENTITY bulletListToolbarCmd.tooltip "글머리 적용/제거">
<!ENTITY numberListToolbarCmd.tooltip "번호 매김 적용/제거">
<!ENTITY outdentToolbarCmd.tooltip "내어쓰기(왼쪽으로)">
<!ENTITY indentToolbarCmd.tooltip "들여쓰기(오른쪽으로)">
<!ENTITY AlignPopupButton.tooltip "텍스트 맞춤 방식 선택">
<!ENTITY InsertPopupButton.tooltip "링크 또는 이미지, 가로선, 표 삽입">
<!ENTITY alignLeftButton.tooltip "왼쪽으로 맞춤">
<!ENTITY alignCenterButton.tooltip "가운데로 맞춤">
<!ENTITY alignRightButton.tooltip "오른쪽으로 맞춤">
<!ENTITY alignJustifyButton.tooltip "좌우 여백에 따라 맞춤">

<!-- TOC manipulation -->
<!ENTITY insertTOC.label          "삽입">
<!ENTITY insertTOC.accesskey      "i">
<!ENTITY updateTOC.label          "업데이트">
<!ENTITY updateTOC.accesskey      "u">
<!ENTITY removeTOC.label          "제거">
<!ENTITY removeTOC.accesskey      "r">
<!ENTITY tocMenu.label            "목차…">
<!ENTITY tocMenu.accesskey        "b">