summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/sv-SE/chrome/sv-SE/locale/sv-SE/messenger/messengercompose/editorOverlay.dtd
blob: d2a7f70f1daa313b15ad87571535246ef2faa36c (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 "Klistra in utan formatering">
<!ENTITY pasteNoFormatting.accesskey "u">
<!ENTITY pasteNoFormatting.key "V">
<!ENTITY pasteAsQuotationCmd.label "Klistra in som citat">
<!ENTITY pasteAsQuotationCmd.accesskey "c">

<!-- Insert menu items -->
<!ENTITY insertMenu.label "Infoga">
<!ENTITY insertMenu.accesskey "I">
<!ENTITY insertLinkCmd2.label "Länk…">
<!ENTITY insertLinkCmd2.accesskey "L">
<!ENTITY insertLinkCmd2.key "K">
<!ENTITY insertAnchorCmd.label "Namngivet ankare...">
<!ENTITY insertAnchorCmd.accesskey "a">
<!ENTITY insertImageCmd.label "Bild...">
<!ENTITY insertImageCmd.accesskey "i">
<!ENTITY insertHLineCmd.label "Vågrät linje">
<!ENTITY insertHLineCmd.accesskey "r">
<!ENTITY insertTableCmd.label "Tabell...">
<!ENTITY insertTableCmd.accesskey "T">
<!ENTITY insertHTMLCmd.label "HTML...">
<!ENTITY insertHTMLCmd.accesskey "H">
<!ENTITY insertMathCmd.label "Formel…">
<!ENTITY insertMathCmd.accesskey "F">
<!ENTITY insertCharsCmd.label "Tecken och symboler...">
<!ENTITY insertCharsCmd.accesskey "c">
<!ENTITY insertBreakAllCmd.label "Bryt under bild(er)">
<!ENTITY insertBreakAllCmd.accesskey "y">

<!-- Used just in context popup. -->
<!ENTITY createLinkCmd.label "Skapa länk...">
<!ENTITY createLinkCmd.accesskey "p">
<!ENTITY editLinkCmd.label "Redigera länk i nytt Composer-fönster">
<!ENTITY editLinkCmd.accesskey "ä">

<!-- Font Face SubMenu -->
<!ENTITY FontFaceSelect.tooltip "Välj teckensnitt">
<!ENTITY fontfaceMenu.label "Teckensnitt">
<!ENTITY fontfaceMenu.accesskey "T">
<!ENTITY fontVarWidth.label "Variabelt breddsteg">
<!ENTITY fontVarWidth.accesskey "V">
<!ENTITY fontFixedWidth.label "Fast breddsteg">
<!ENTITY fontFixedWidth.accesskey "F">
<!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 "Välj teckenstorlek">
<!ENTITY decreaseFontSize.label "Mindre">
<!ENTITY decreaseFontSize.accesskey "r">
<!ENTITY decrementFontSize.key "&lt;">
<!ENTITY decrementFontSize.key2 "-"> <!-- < is above this key on many keyboards -->
<!ENTITY increaseFontSize.label "Större">
<!ENTITY increaseFontSize.accesskey "t">
<!ENTITY incrementFontSize.key "&gt;">
<!ENTITY incrementFontSize.key2 "+"> <!-- > is above this key on many keyboards -->

<!ENTITY fontSizeMenu.label "Storlek">
<!ENTITY fontSizeMenu.accesskey "o">
<!ENTITY size-tinyCmd.label "mycket liten">
<!ENTITY size-tinyCmd.accesskey "t">
<!ENTITY size-smallCmd.label "liten">
<!ENTITY size-smallCmd.accesskey "l">
<!ENTITY size-mediumCmd.label "medelstor">
<!ENTITY size-mediumCmd.accesskey "m">
<!ENTITY size-largeCmd.label "stor">
<!ENTITY size-largeCmd.accesskey "s">
<!ENTITY size-extraLargeCmd.label "extra stor">
<!ENTITY size-extraLargeCmd.accesskey "x">
<!ENTITY size-hugeCmd.label "mycket stor">
<!ENTITY size-hugeCmd.accesskey "o">

<!-- Font Style SubMenu -->
<!ENTITY fontStyleMenu.label "Textvariant">
<!ENTITY fontStyleMenu.accesskey "v">
<!ENTITY styleBoldCmd.label "Halvfet">
<!ENTITY styleBoldCmd.accesskey "H">
<!ENTITY styleBoldCmd.key "B">
<!ENTITY styleItalicCmd.label "Kursiv">
<!ENTITY styleItalicCmd.accesskey "i">
<!ENTITY styleItalicCmd.key "I">
<!ENTITY styleUnderlineCmd.label "Understruken">
<!ENTITY styleUnderlineCmd.accesskey "U">
<!ENTITY styleUnderlineCmd.key "U">
<!ENTITY styleStrikeThruCmd.label "Genomstruken">
<!ENTITY styleStrikeThruCmd.accesskey "G">
<!ENTITY styleSuperscriptCmd.label "Upphöjd">
<!ENTITY styleSuperscriptCmd.accesskey "p">
<!ENTITY styleSubscriptCmd.label "Nedsänkt">
<!ENTITY styleSubscriptCmd.accesskey "s">
<!ENTITY styleNonbreakingCmd.label "Utan radbrytning">
<!ENTITY styleNonbreakingCmd.accesskey "d">
<!ENTITY styleEm.label "Betoning">
<!ENTITY styleEm.accesskey "e">
<!ENTITY styleStrong.label "Starkare betoning">
<!ENTITY styleStrong.accesskey "t">
<!ENTITY styleCite.label "Citat">
<!ENTITY styleCite.accesskey "C">
<!ENTITY styleAbbr.label "Förkortning">
<!ENTITY styleAbbr.accesskey "k">
<!ENTITY styleAcronym.label "Akronym">
<!ENTITY styleAcronym.accesskey "r">
<!ENTITY styleCode.label "Kod">
<!ENTITY styleCode.accesskey "o">
<!ENTITY styleSamp.label "Sampel">
<!ENTITY styleSamp.accesskey "m">
<!ENTITY styleVar.label "Variabel">
<!ENTITY styleVar.accesskey "V">

<!ENTITY formatFontColor.label "Textfärg...">
<!ENTITY formatFontColor.accesskey "f">
<!ENTITY tableOrCellColor.label "Bakgrundsfärg för tabell eller cell...">
<!ENTITY tableOrCellColor.accesskey "u">

<!ENTITY formatRemoveStyles.key "Y">
<!ENTITY formatRemoveLinks.key "K">
<!ENTITY formatRemoveNamedAnchors.label "Ta bort namngivna ankare">
<!ENTITY formatRemoveNamedAnchors.accesskey "a">
<!ENTITY formatRemoveNamedAnchors2.key "R">

<!ENTITY paragraphMenu.label "Stycke">
<!ENTITY paragraphMenu.accesskey "y">
<!ENTITY paragraphParagraphCmd.label "Stycke">
<!ENTITY paragraphParagraphCmd.accesskey "t">
<!ENTITY heading1Cmd.label "Rubrik 1">
<!ENTITY heading1Cmd.accesskey "1">
<!ENTITY heading2Cmd.label "Rubrik 2">
<!ENTITY heading2Cmd.accesskey "2">
<!ENTITY heading3Cmd.label "Rubrik 3">
<!ENTITY heading3Cmd.accesskey "3">
<!ENTITY heading4Cmd.label "Rubrik 4">
<!ENTITY heading4Cmd.accesskey "4">
<!ENTITY heading5Cmd.label "Rubrik 5">
<!ENTITY heading5Cmd.accesskey "5">
<!ENTITY heading6Cmd.label "Rubrik 6">
<!ENTITY heading6Cmd.accesskey "6">
<!ENTITY paragraphAddressCmd.label "Adress">
<!ENTITY paragraphAddressCmd.accesskey "A">
<!ENTITY paragraphPreformatCmd.label "Formaterat">
<!ENTITY paragraphPreformatCmd.accesskey "F">

<!-- List menu items -->
<!ENTITY formatlistMenu.label "Lista">
<!ENTITY formatlistMenu.accesskey "L">
<!ENTITY noneCmd.label "Ingen">
<!ENTITY noneCmd.accesskey "n">
<!ENTITY listBulletCmd.label "Punktad">
<!ENTITY listBulletCmd.accesskey "P">
<!ENTITY listNumberedCmd.label "Numrerad">
<!ENTITY listNumberedCmd.accesskey "m">
<!ENTITY listTermCmd.label "Definierad term">
<!ENTITY listTermCmd.accesskey "t">
<!ENTITY listDefinitionCmd.label "Definition">
<!ENTITY listDefinitionCmd.accesskey "D">
<!ENTITY listPropsCmd.label "Egenskaper för lista">
<!ENTITY listPropsCmd.accesskey "l">

<!ENTITY ParagraphSelect.tooltip "Välj ett styckeformat">
<!-- Shared in Paragraph, and Toolbar menulist -->
<!ENTITY bodyTextCmd.label "Brödtext">
<!ENTITY bodyTextCmd.accesskey "x">

<!-- Align menu items -->
<!ENTITY alignMenu.label "Kantställ">
<!ENTITY alignMenu.accesskey "K">
<!ENTITY alignLeft.label "Vänster">
<!ENTITY alignLeft.accesskey "V">
<!ENTITY alignLeft.tooltip "Vänsterställd text">
<!ENTITY alignCenter.label "Centrerad">
<!ENTITY alignCenter.accesskey "C">
<!ENTITY alignCenter.tooltip "Centrerad text">
<!ENTITY alignRight.label "Höger">
<!ENTITY alignRight.accesskey "r">
<!ENTITY alignRight.tooltip "Högerställd text">
<!ENTITY alignJustify.label "Justerad">
<!ENTITY alignJustify.accesskey "J">
<!ENTITY alignJustify.tooltip "Utsluten sats">

<!ENTITY increaseIndent.label "Öka indrag">
<!ENTITY increaseIndent.accesskey "i">
<!ENTITY increaseIndent.key "Ä">
<!ENTITY decreaseIndent.label "Minska indrag">
<!ENTITY decreaseIndent.accesskey "d">
<!ENTITY decreaseIndent.key "Ö">

<!ENTITY colorsAndBackground.label "Färger och bakgrund för sida...">
<!ENTITY colorsAndBackground.accesskey "u">

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

<!-- Select Submenu -->
<!ENTITY tableSelectMenu.label "Markera">
<!ENTITY tableSelectMenu.accesskey "M">

<!ENTITY tableSelectMenu2.label "Markera tabell">
<!ENTITY tableSelectMenu2.accesskey "M">
<!ENTITY tableInsertMenu2.label "Infoga tabell">
<!ENTITY tableInsertMenu2.accesskey "I">
<!ENTITY tableDeleteMenu2.label "Ta bort tabell">
<!ENTITY tableDeleteMenu2.accesskey "T">

<!-- Insert SubMenu -->
<!ENTITY tableInsertMenu.label "Infoga">
<!ENTITY tableInsertMenu.accesskey "I">
<!ENTITY tableTable.label "Tabell">
<!ENTITY tableTable.accesskey "T">
<!ENTITY tableRow.label "Rad">
<!ENTITY tableRows.label "Rad(er)">
<!ENTITY tableRow.accesskey "R">
<!ENTITY tableRowAbove.label "Rad ovanför">
<!ENTITY tableRowAbove.accesskey "R">
<!ENTITY tableRowBelow.label "Rad nedanför">
<!ENTITY tableRowBelow.accesskey "a">
<!ENTITY tableColumn.label "Kolumn">
<!ENTITY tableColumns.label "Kolumn(er)">
<!ENTITY tableColumn.accesskey "o">
<!ENTITY tableColumnBefore.label "Kolumn före">
<!ENTITY tableColumnBefore.accesskey "o">
<!ENTITY tableColumnAfter.label "Kolumn efter">
<!ENTITY tableColumnAfter.accesskey "e">
<!ENTITY tableCell.label "Cell">
<!ENTITY tableCells.label "Cell(er)">
<!ENTITY tableCell.accesskey "C">
<!ENTITY tableCellContents.label "Cellinnehåll">
<!ENTITY tableCellContents.accesskey "n">
<!ENTITY tableAllCells.label "Alla celler">
<!ENTITY tableAllCells.accesskey "A">
<!ENTITY tableCellBefore.label "Cell före">
<!ENTITY tableCellBefore.accesskey "C">
<!ENTITY tableCellAfter.label "Cell efter">
<!ENTITY tableCellAfter.accesskey "f">
<!-- Delete SubMenu -->
<!ENTITY tableDeleteMenu.label "Ta bort">
<!ENTITY tableDeleteMenu.accesskey "T">

<!-- 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 "S">
<!ENTITY tableJoinCells.accesskey "S">
<!ENTITY tableSplitCell.label "Dela cell">
<!ENTITY tableSplitCell.accesskey "D">
<!ENTITY convertToTable.label "Skapa tabell av markering">
<!ENTITY convertToTable.accesskey "l">
<!ENTITY tableProperties.label "Egenskaper för tabell...">
<!ENTITY tableProperties.accesskey "E">

<!-- Toolbar-only items -->
<!ENTITY imageToolbarCmd.label "Bild">
<!ENTITY imageToolbarCmd.tooltip "Infoga ny bild eller ändra egenskaperna för markerad bild">
<!ENTITY hruleToolbarCmd.label "V. linje">
<!ENTITY hruleToolbarCmd.tooltip "Infoga vågrät linje eller ändra egenskaperna för markerad linje">
<!ENTITY tableToolbarCmd.label "Tabell">
<!ENTITY tableToolbarCmd.tooltip "Infoga tabell eller ändra egenskaperna för markerad tabell">
<!ENTITY linkToolbarCmd.label "Länk">
<!ENTITY linkToolbarCmd.tooltip "Infoga ny länk eller ändra egenskaperna för markerad länk">
<!ENTITY anchorToolbarCmd.label "Ankare">
<!ENTITY anchorToolbarCmd.tooltip "Infoga ett nytt namngivet ankare eller ändra egenskaperna för markerat ankare">
<!ENTITY TextColorButton.tooltip "Välj färg för texten">
<!ENTITY BackgroundColorButton.tooltip "Välj färg för bakgrunden">

<!-- Editor toolbar -->
<!ENTITY absoluteFontSizeToolbarCmd.tooltip "Ange teckenstorlek">
<!ENTITY decreaseFontSizeToolbarCmd.tooltip "Mindre teckenstorlek">
<!ENTITY increaseFontSizeToolbarCmd.tooltip "Större teckenstorlek">
<!ENTITY boldToolbarCmd.tooltip "Halvfet">
<!ENTITY italicToolbarCmd.tooltip "Kursiv">
<!ENTITY underlineToolbarCmd.tooltip "Understruken">
<!ENTITY bulletListToolbarCmd.tooltip "Använd eller ta bort punktlista">
<!ENTITY numberListToolbarCmd.tooltip "Använd eller ta bort numrerad lista">
<!ENTITY outdentToolbarCmd.tooltip "Dra ut text (flytta åt vänster)">
<!ENTITY indentToolbarCmd.tooltip "Dra in text (flytta åt höger)">
<!ENTITY AlignPopupButton.tooltip "Välj kantställning">
<!ENTITY InsertPopupButton.tooltip "Infoga länk, ankare, bild, vågrät linje eller tabell">
<!ENTITY alignLeftButton.tooltip "Vänsterställ texten">
<!ENTITY alignCenterButton.tooltip "Centrera texten">
<!ENTITY alignRightButton.tooltip "Högerställ texten">
<!ENTITY alignJustifyButton.tooltip "Justera (slå ut) texten">

<!-- TOC manipulation -->
<!ENTITY insertTOC.label          "Infoga">
<!ENTITY insertTOC.accesskey      "I">
<!ENTITY updateTOC.label          "Uppdatera">
<!ENTITY updateTOC.accesskey      "U">
<!ENTITY removeTOC.label          "Ta bort">
<!ENTITY removeTOC.accesskey      "T">
<!ENTITY tocMenu.label            "Innehållsförteckning...">
<!ENTITY tocMenu.accesskey        "n">