blob: bb5dbc57590eea758693b6389ccccdebe6ed72ad (
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
|
<!-- 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 "Meldingsskriving">
<!ENTITY generalComposing.label "Generelt">
<!ENTITY forwardMsg.label "Videresend meldinger:">
<!ENTITY inline.label "Innbundet">
<!ENTITY inline.accesskey "I">
<!ENTITY asAttachment.label "Som vedlegg">
<!ENTITY asAttachment.accesskey "S">
<!ENTITY replyQuoteInline.label "Siter vedlegg innbundet i svar">
<!ENTITY replyQuoteInline.accesskey "S">
<!ENTITY warnOnSendAccelKey.label "Bekreft når tastatursnarvei brukes for å sende meldinger">
<!ENTITY warnOnSendAccelKey.accesskey "B">
<!-- LOCALIZATION NOTE (autoSave.label): This will concatenate with
"xxx minutes", using a number and (autoSaveEnd.label). -->
<!ENTITY autoSave.label "Automatisk lagre meldinger hvert">
<!ENTITY autoSave.accesskey "A">
<!ENTITY autoSaveEnd.label "minutt">
<!-- LOCALIZATION NOTE (wrapOutMsg.label): This will concatenate with "xxx characters", using a number and (char.label). -->
<!ENTITY wrapOutMsg.label "Bryt linjer på vanlige tekstmeldinger på">
<!ENTITY wrapOutMsg.accesskey "B">
<!ENTITY char.label "tegn">
<!ENTITY defaultMessagesHeader.label "Forvalg for HTML-meldinger">
<!ENTITY font.label "Skrifttype:">
<!ENTITY font.accesskey "S">
<!ENTITY size.label "Størrelse:">
<!ENTITY size.accesskey "ø">
<!ENTITY fontColor.label "Tekst:">
<!ENTITY fontColor.accesskey "T">
<!ENTITY bgColor.label "Bakgrunn:">
<!ENTITY bgColor.accesskey "B">
<!ENTITY defaultCompose.label "Standard sammensetningsformat:">
<!ENTITY defaultBodyText.label "Brødtekst (linjeskift oppretter en ny linje)">
<!ENTITY defaultBodyText.accesskey "o">
<!ENTITY defaultParagraph.label "Avsnitt (linjeskift oppretter et nytt avsnitt)">
<!ENTITY defaultParagraph.accesskey "p">
<!ENTITY selectHeaderType.label "Velg type svar-overskrift:">
<!ENTITY selectHeaderType.accesskey "e">
<!ENTITY noReplyOption.label "Ingen svar-overskrift">
<!-- LOCALIZATION NOTE (authorWroteOption.label): this is tied to the
mailnews.reply_header_authorwrotesingle preference. [Author] needs to be
translated. -->
<!ENTITY authorWroteOption.label "[Forfatter] skrev:">
<!-- LOCALIZATION NOTE (onDateAuthorWroteOption.label): this is tied to the
mailnews.reply_header_ondateauthorwrote preference. [Author] and [date]
need to be translated. -->
<!ENTITY onDateAuthorWroteOption.label "Den [dato], skrev [forfatter]:">
<!-- LOCALIZATION NOTE (onDateAuthorWroteOption.label): this is tied to the
mailnews.reply_header_authorwroteondate preference. [Author] and [date]
need to be translated. -->
<!ENTITY authorWroteOnDateOption.label "[Forfatter] skrev den [dato]:">
|