blob: b29c25022fdf11648a6ae1a6fcf2d8eb13f5dce3 (
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
|
<!-- 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/. -->
<!ENTITY pref.composing.messages.title "Skriva meddelanden">
<!ENTITY generalComposing.label "Allmänt">
<!ENTITY forwardMsg.label "Vidarebefordra meddelanden:">
<!ENTITY inline.label "Infogat">
<!ENTITY inline.accesskey "I">
<!ENTITY asAttachment.label "Som bilaga">
<!ENTITY asAttachment.accesskey "g">
<!ENTITY replyQuoteInline.label "Citera infogade bilagor i svar">
<!ENTITY replyQuoteInline.accesskey "C">
<!ENTITY warnOnSendAccelKey.label "Varna innan meddelanden skickas med kortkommando">
<!ENTITY warnOnSendAccelKey.accesskey "V">
<!-- LOCALIZATION NOTE (autoSave.label): This will concatenate with
"xxx minutes", using a number and (autoSaveEnd.label). -->
<!ENTITY autoSave.label "Spara meddelandet automatiskt var">
<!ENTITY autoSave.accesskey "u">
<!ENTITY autoSaveEnd.label "minut">
<!-- LOCALIZATION NOTE (wrapOutMsg.label): This will concatenate with "xxx characters", using a number and (char.label). -->
<!ENTITY wrapOutMsg.label "Radbryt oformaterade textmeddelanden vid">
<!ENTITY wrapOutMsg.accesskey "l">
<!ENTITY char.label "tecken">
<!ENTITY defaultMessagesHeader.label "Förinställningar för HTML-meddelanden">
<!ENTITY font.label "Teckensnitt:">
<!ENTITY font.accesskey "T">
<!ENTITY size.label "Storlek:">
<!ENTITY size.accesskey "S">
<!ENTITY fontColor.label "Text:">
<!ENTITY fontColor.accesskey "x">
<!ENTITY bgColor.label "Bakgrund:">
<!ENTITY bgColor.accesskey "B">
<!ENTITY defaultCompose.label "Förvalt skrivsätt:">
<!ENTITY defaultBodyText.label "Brödtext (Returtangenten skapar en ny rad)">
<!ENTITY defaultBodyText.accesskey "r">
<!ENTITY defaultParagraph.label "Stycke (Returtangenten skapar ett nytt stycke)">
<!ENTITY defaultParagraph.accesskey "y">
<!ENTITY selectHeaderType.label "Välj rubrik till ursprungsmeddelanden:">
<!ENTITY selectHeaderType.accesskey "r">
<!ENTITY noReplyOption.label "Ingen rubrik">
<!-- LOCALIZATION NOTE (authorWroteOption.label): this is tied to the
mailnews.reply_header_authorwrote preference. [Author] needs to be
translated. -->
<!ENTITY authorWroteOption.label "[Avsändare] skrev:">
<!-- LOCALIZATION NOTE (onDateAuthorWroteOption.label): this is tied to the
combination of the mailnews.reply_header_ondate(On [date]),
mailnews.reply_header_separator (a comma in this case) and
mailnews.reply_header_authorwrote([Author] wrote) preferences. [date] and
[Author] need to be translated, and the correct separator put in. -->
<!ENTITY onDateAuthorWroteOption.label "[Datum] skrev [avsändare]:">
<!-- LOCALIZATION NOTE (authorWroteOnDateOption.label): this is tied to the
combination of the mailnews.reply_header_authorwrote([Author] wrote),
mailnews.reply_header_separator (a comma in this case), and
mailnews.reply_header_ondate preferences(On [date]). [Author] and [date]
need to be translated, and the correct separator put in. -->
<!ENTITY authorWroteOnDateOption.label "[Avsändare] skrev, den [datum]:">
|