summaryrefslogtreecommitdiffstats
path: root/l10n-km/mail/chrome/messenger/messengercompose/editorOverlay.dtd
blob: b6ae2c97a27841a3637933bbb31395aa49bcc358 (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
<!-- 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 "n">
<!ENTITY pasteNoFormatting.key "V">
<!ENTITY pasteAsQuotationCmd.label "Տեղադրել որպես մեջբերում">
<!ENTITY pasteAsQuotationCmd.accesskey "Q">

<!-- Insert menu items -->
<!ENTITY insertMenu.label "Ներմուծել">
<!ENTITY insertMenu.accesskey "I">
<!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 "&lt;">
<!ENTITY decrementFontSize.key2 ","> <!-- < is above this key on many keyboards -->
<!ENTITY increaseFontSize.label "Մեծ">
<!ENTITY increaseFontSize.accesskey "g">
<!ENTITY incrementFontSize.key "&gt;">
<!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 "M">
<!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 "Նախատեսակ">
<!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 "A">
<!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 "H.Line">
<!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">