summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/is/chrome/is/locale/is/messenger/messengercompose/editorOverlay.dtd
blob: 88251da14f33125426fda7f8d53b46fbffc874a2 (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
304
<!-- 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 "Líma án sniðs">
<!ENTITY pasteNoFormatting.accesskey "m">
<!ENTITY pasteNoFormatting.key "V">
<!ENTITY pasteAsQuotationCmd.label "Líma inn sem tilvitnun">
<!ENTITY pasteAsQuotationCmd.accesskey "t">

<!-- Insert menu items -->
<!ENTITY insertMenu.label "Setja inn">
<!ENTITY insertMenu.accesskey "i">
<!ENTITY insertLinkCmd2.label "Tengill…">
<!ENTITY insertLinkCmd2.accesskey "l">
<!ENTITY insertLinkCmd2.key "K">
<!ENTITY insertAnchorCmd.label "Nefnd markstikla…">
<!ENTITY insertAnchorCmd.accesskey "N">
<!ENTITY insertImageCmd.label "Myndir…">
<!ENTITY insertImageCmd.accesskey "M">
<!ENTITY insertHLineCmd.label "Lárétt lína">
<!ENTITY insertHLineCmd.accesskey "r">
<!ENTITY insertTableCmd.label "Töflu…">
<!ENTITY insertTableCmd.accesskey "T">
<!ENTITY insertHTMLCmd.label "HTML…">
<!ENTITY insertHTMLCmd.accesskey "H">
<!ENTITY insertMathCmd.label "Stærðfræði…">
<!ENTITY insertMathCmd.accesskey "æ">
<!ENTITY insertCharsCmd.label "Stafir og tákn…">
<!ENTITY insertCharsCmd.accesskey "S">
<!ENTITY insertBreakAllCmd.label "Lína fyrir neðan mynd(ir)">
<!ENTITY insertBreakAllCmd.accesskey "y">

<!-- Used just in context popup. -->
<!ENTITY createLinkCmd.label "Búa til tengil…">
<!ENTITY createLinkCmd.accesskey "B">
<!ENTITY editLinkCmd.label "Breyta tengli í nýjum ritli">
<!ENTITY editLinkCmd.accesskey "i">

<!-- Font Face SubMenu -->
<!ENTITY FontFaceSelect.tooltip "Veldu leturgerð">
<!ENTITY fontfaceMenu.label "Leturgerð">
<!ENTITY fontfaceMenu.accesskey "g">
<!ENTITY fontVarWidth.label "Breytileg breidd">
<!ENTITY fontVarWidth.accesskey "B">
<!ENTITY fontFixedWidth.label "Jafnbreitt">
<!ENTITY fontFixedWidth.accesskey "J">
<!ENTITY fontFixedWidth.key "T">
<!ENTITY fontHelvetica.label "Helvetica, Arial">
<!ENTITY fontHelvetica.accesskey "l">
<!ENTITY fontTimes.label "Times">
<!ENTITY fontTimes.accesskey "T">
<!ENTITY fontCourier.label "Courier">
<!ENTITY fontCourier.accesskey "C">

<!-- Font Size SubMenu -->
<!ENTITY FontSizeSelect.tooltip "Veldu leturstærð">
<!ENTITY decreaseFontSize.label "Minna">
<!ENTITY decreaseFontSize.accesskey "n">
<!ENTITY decrementFontSize.key "&lt;">
<!ENTITY decrementFontSize.key2 ","> <!-- < is above this key on many keyboards -->
<!ENTITY increaseFontSize.label "Stærra">
<!ENTITY increaseFontSize.accesskey "S">
<!ENTITY incrementFontSize.key "&gt;">
<!ENTITY incrementFontSize.key2 "."> <!-- > is above this key on many keyboards -->

<!ENTITY fontSizeMenu.label "Stærð">
<!ENTITY fontSizeMenu.accesskey "æ">
<!ENTITY size-tinyCmd.label "Pínulítið">
<!ENTITY size-tinyCmd.accesskey "t">
<!ENTITY size-smallCmd.label "Lítið">
<!ENTITY size-smallCmd.accesskey "L">
<!ENTITY size-mediumCmd.label "Meðal">
<!ENTITY size-mediumCmd.accesskey "e">
<!ENTITY size-largeCmd.label "Stór">
<!ENTITY size-largeCmd.accesskey "t">
<!ENTITY size-extraLargeCmd.label "Mjög stórt">
<!ENTITY size-extraLargeCmd.accesskey "ö">
<!ENTITY size-hugeCmd.label "Risa stórt">
<!ENTITY size-hugeCmd.accesskey "R">

<!-- Font Style SubMenu -->
<!ENTITY fontStyleMenu.label "Textasnið">
<!ENTITY fontStyleMenu.accesskey "s">
<!ENTITY styleBoldCmd.label "Feitletrað">
<!ENTITY styleBoldCmd.accesskey "F">
<!ENTITY styleBoldCmd.key "B">
<!ENTITY styleItalicCmd.label "Skáletrað">
<!ENTITY styleItalicCmd.accesskey "S">
<!ENTITY styleItalicCmd.key "I">
<!ENTITY styleUnderlineCmd.label "Undirstrikað">
<!ENTITY styleUnderlineCmd.accesskey "U">
<!ENTITY styleUnderlineCmd.key "U">
<!ENTITY styleStrikeThruCmd.label "Yfirstrikun">
<!ENTITY styleStrikeThruCmd.accesskey "k">
<!ENTITY styleSuperscriptCmd.label "Háletur">
<!ENTITY styleSuperscriptCmd.accesskey "H">
<!ENTITY styleSubscriptCmd.label "Lágletur">
<!ENTITY styleSubscriptCmd.accesskey "L">
<!ENTITY styleNonbreakingCmd.label "Engin skipting">
<!ENTITY styleNonbreakingCmd.accesskey "n">
<!ENTITY styleEm.label "Áhersla">
<!ENTITY styleEm.accesskey "e">
<!ENTITY styleStrong.label "Meiri áhersla">
<!ENTITY styleStrong.accesskey "M">
<!ENTITY styleCite.label "Tilvitnun">
<!ENTITY styleCite.accesskey "T">
<!ENTITY styleAbbr.label "Stytting">
<!ENTITY styleAbbr.accesskey "y">
<!ENTITY styleAcronym.label "Upphafsstafaorð">
<!ENTITY styleAcronym.accesskey "r">
<!ENTITY styleCode.label "Kóði">
<!ENTITY styleCode.accesskey "ð">
<!ENTITY styleSamp.label "Dæmi um úttak">
<!ENTITY styleSamp.accesskey "m">
<!ENTITY styleVar.label "Breyta">
<!ENTITY styleVar.accesskey "B">

<!ENTITY formatFontColor.label "Textalitur…">
<!ENTITY formatFontColor.accesskey "r">
<!ENTITY tableOrCellColor.label "Bakgrunnslitur töflu eða reits…">
<!ENTITY tableOrCellColor.accesskey "b">

<!ENTITY formatRemoveStyles.key "Y">
<!ENTITY formatRemoveLinks.key "K">
<!ENTITY formatRemoveNamedAnchors.label "Fjarlægja nefndar markstiklur">
<!ENTITY formatRemoveNamedAnchors.accesskey "r">
<!ENTITY formatRemoveNamedAnchors2.key "R">

<!ENTITY paragraphMenu.label "Málsgrein">
<!ENTITY paragraphMenu.accesskey "M">
<!ENTITY paragraphParagraphCmd.label "Málsgrein">
<!ENTITY paragraphParagraphCmd.accesskey "M">
<!ENTITY heading1Cmd.label "Haus 1">
<!ENTITY heading1Cmd.accesskey "1">
<!ENTITY heading2Cmd.label "Haus 2">
<!ENTITY heading2Cmd.accesskey "2">
<!ENTITY heading3Cmd.label "Haus 3">
<!ENTITY heading3Cmd.accesskey "3">
<!ENTITY heading4Cmd.label "Haus 4">
<!ENTITY heading4Cmd.accesskey "4">
<!ENTITY heading5Cmd.label "Haus 5">
<!ENTITY heading5Cmd.accesskey "5">
<!ENTITY heading6Cmd.label "Haus 6">
<!ENTITY heading6Cmd.accesskey "6">
<!ENTITY paragraphAddressCmd.label "Heimilisfang">
<!ENTITY paragraphAddressCmd.accesskey "g">
<!ENTITY paragraphPreformatCmd.label "Forsniðið">
<!ENTITY paragraphPreformatCmd.accesskey "F">

<!-- List menu items -->
<!ENTITY formatlistMenu.label "Listi">
<!ENTITY formatlistMenu.accesskey "L">
<!ENTITY noneCmd.label "Ekkert">
<!ENTITY noneCmd.accesskey "k">
<!ENTITY listBulletCmd.label "Áherslumerki">
<!ENTITY listBulletCmd.accesskey "h">
<!ENTITY listNumberedCmd.label "Tölusettur">
<!ENTITY listNumberedCmd.accesskey "t">
<!ENTITY listTermCmd.label "Annað">
<!ENTITY listTermCmd.accesskey "A">
<!ENTITY listDefinitionCmd.label "Skilgreining">
<!ENTITY listDefinitionCmd.accesskey "S">
<!ENTITY listPropsCmd.label "Lista eigindi…">
<!ENTITY listPropsCmd.accesskey "L">

<!ENTITY ParagraphSelect.tooltip "Veldu snið málsgreinar">
<!-- Shared in Paragraph, and Toolbar menulist -->
<!ENTITY bodyTextCmd.label "Meginmál">
<!ENTITY bodyTextCmd.accesskey "e">

<!-- Align menu items -->
<!ENTITY alignMenu.label "Raða">
<!ENTITY alignMenu.accesskey "a">
<!ENTITY alignLeft.label "Vinstri">
<!ENTITY alignLeft.accesskey "V">
<!ENTITY alignLeft.tooltip "Jafna">
<!ENTITY alignCenter.label "Miðjað">
<!ENTITY alignCenter.accesskey "M">
<!ENTITY alignCenter.tooltip "Jafna">
<!ENTITY alignRight.label "Hægri">
<!ENTITY alignRight.accesskey "r">
<!ENTITY alignRight.tooltip "Upplýsa">
<!ENTITY alignJustify.label "Jafna">
<!ENTITY alignJustify.accesskey "J">
<!ENTITY alignJustify.tooltip "Stilla jafnt">

<!ENTITY increaseIndent.label "Auka inndrátt">
<!ENTITY increaseIndent.accesskey "i">
<!ENTITY increaseIndent.key "]">
<!ENTITY decreaseIndent.label "Minnka inndrátt">
<!ENTITY decreaseIndent.accesskey "d">
<!ENTITY decreaseIndent.key "[">

<!ENTITY colorsAndBackground.label "Litir síðu og bakgrunnur…">
<!ENTITY colorsAndBackground.accesskey "u">

<!-- Table Menu -->
<!ENTITY tableMenu.label "Tafla">
<!ENTITY tableMenu.accesskey "T">

<!-- Select Submenu -->
<!ENTITY tableSelectMenu.label "Velja">
<!ENTITY tableSelectMenu.accesskey "V">

<!ENTITY tableSelectMenu2.label "Velja töflu">
<!ENTITY tableSelectMenu2.accesskey "V">
<!ENTITY tableInsertMenu2.label "Setja inn töflu">
<!ENTITY tableInsertMenu2.accesskey "i">
<!ENTITY tableDeleteMenu2.label "Eyða töflu">
<!ENTITY tableDeleteMenu2.accesskey "E">

<!-- Insert SubMenu -->
<!ENTITY tableInsertMenu.label "Setja inn">
<!ENTITY tableInsertMenu.accesskey "i">
<!ENTITY tableTable.label "Tafla">
<!ENTITY tableTable.accesskey "T">
<!ENTITY tableRow.label "Röð">
<!ENTITY tableRows.label "Raðir">
<!ENTITY tableRow.accesskey "R">
<!ENTITY tableRowAbove.label "Röð fyrir ofan">
<!ENTITY tableRowAbove.accesskey "R">
<!ENTITY tableRowBelow.label "Röð fyrir neðan">
<!ENTITY tableRowBelow.accesskey "n">
<!ENTITY tableColumn.label "Dálkur">
<!ENTITY tableColumns.label "Dálkar">
<!ENTITY tableColumn.accesskey "D">
<!ENTITY tableColumnBefore.label "Dálkur fyrir framan">
<!ENTITY tableColumnBefore.accesskey "D">
<!ENTITY tableColumnAfter.label "Dálkur fyrir aftan">
<!ENTITY tableColumnAfter.accesskey "a">
<!ENTITY tableCell.label "Reitur">
<!ENTITY tableCells.label "Reitir">
<!ENTITY tableCell.accesskey "R">
<!ENTITY tableCellContents.label "Innihald reits">
<!ENTITY tableCellContents.accesskey "n">
<!ENTITY tableAllCells.label "Allir reitir">
<!ENTITY tableAllCells.accesskey "l">
<!ENTITY tableCellBefore.label "Reitur á undan">
<!ENTITY tableCellBefore.accesskey "U">
<!ENTITY tableCellAfter.label "Reitur á eftir">
<!ENTITY tableCellAfter.accesskey "e">
<!-- Delete SubMenu -->
<!ENTITY tableDeleteMenu.label "Eyða">
<!ENTITY tableDeleteMenu.accesskey "E">

<!-- 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 "Kljúfa reit">
<!ENTITY tableSplitCell.accesskey "K">
<!ENTITY convertToTable.label "Búa til töflu út frá vali">
<!ENTITY convertToTable.accesskey "r">
<!ENTITY tableProperties.label "Eiginleikar töflu…">
<!ENTITY tableProperties.accesskey "g">

<!-- Toolbar-only items -->
<!ENTITY imageToolbarCmd.label "Mynd">
<!ENTITY imageToolbarCmd.tooltip "Setja inn nýja mynd eða breyta eiginleikum valinnar myndar">
<!ENTITY hruleToolbarCmd.label "L.Lína">
<!ENTITY hruleToolbarCmd.tooltip "Setja inn lárétta línu eða breyta eiginleikum valinnar línu">
<!ENTITY tableToolbarCmd.label "Tafla">
<!ENTITY tableToolbarCmd.tooltip "Setja inn nýja töflu eða breyta eiginleikum valinnar töflu">
<!ENTITY linkToolbarCmd.label "Tengill">
<!ENTITY linkToolbarCmd.tooltip "Setja inn nýjan hlekk eða breyta eiginleikum á völdum hlekk">
<!ENTITY anchorToolbarCmd.label "Markstikla">
<!ENTITY anchorToolbarCmd.tooltip "Setja inn nýja markstiklu eða breyta eiginleikum valinnar markstiklu">
<!ENTITY TextColorButton.tooltip "Velja lit fyrir texta">
<!ENTITY BackgroundColorButton.tooltip "Velja lit fyrir bakgrunn">

<!-- Editor toolbar -->
<!ENTITY absoluteFontSizeToolbarCmd.tooltip "Skilgreina leturstærð">
<!ENTITY decreaseFontSizeToolbarCmd.tooltip "Minna letur">
<!ENTITY increaseFontSizeToolbarCmd.tooltip "Stærra letur">
<!ENTITY boldToolbarCmd.tooltip "Feitletrað">
<!ENTITY italicToolbarCmd.tooltip "Skáletrað">
<!ENTITY underlineToolbarCmd.tooltip "Undirstrikað">
<!ENTITY bulletListToolbarCmd.tooltip "Virkja eða fjarlægja áherslumerktan lista">
<!ENTITY numberListToolbarCmd.tooltip "Virkja eða fjarlægja tölusettan lista">
<!ENTITY outdentToolbarCmd.tooltip "Minnka inndrátt (hliðra vinstri)">
<!ENTITY indentToolbarCmd.tooltip "Auka inndrátt (hliðra hægri)">
<!ENTITY AlignPopupButton.tooltip "Veldu textajöfnun">
<!ENTITY InsertPopupButton.tooltip "Setja inn tengil, markstiklu, mynd, lárétta línu eða töflu">
<!ENTITY alignLeftButton.tooltip "Vinstristilla texta">
<!ENTITY alignCenterButton.tooltip "Miðja texta">
<!ENTITY alignRightButton.tooltip "Hægristilla texta">
<!ENTITY alignJustifyButton.tooltip "Jafna texta bæði eftir vinstri og hægri spássíu">

<!-- TOC manipulation -->
<!ENTITY insertTOC.label          "Setja inn">
<!ENTITY insertTOC.accesskey      "i">
<!ENTITY updateTOC.label          "Uppfærslur">
<!ENTITY updateTOC.accesskey      "u">
<!ENTITY removeTOC.label          "Fjarlægja">
<!ENTITY removeTOC.accesskey      "r">
<!ENTITY tocMenu.label            "Efnisyfirlit…">
<!ENTITY tocMenu.accesskey        "E">