diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-sv-SE/mail/chrome/messenger/am-main.dtd | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/l10n-sv-SE/mail/chrome/messenger/am-main.dtd b/l10n-sv-SE/mail/chrome/messenger/am-main.dtd new file mode 100644 index 0000000000..49b82b803c --- /dev/null +++ b/l10n-sv-SE/mail/chrome/messenger/am-main.dtd @@ -0,0 +1,49 @@ +<!-- 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/. --> + +<!-- extracted from am-main.xul --> + +<!-- extracted from am-main.xhtml --> + +<!ENTITY accountTitle.label "Kontoinställningar"> +<!ENTITY accountName.label "Kontonamn:"> +<!ENTITY accountName.accesskey "K"> +<!ENTITY identityTitle.label "Standardidentitet"> +<!ENTITY identityDesc.label "Varje konto har en egen identitet som andra ser och identifierar dig med när du skickar meddelanden."> +<!ENTITY name.label "Ditt namn:"> +<!ENTITY name.accesskey "n"> +<!ENTITY email.label "E-postadress:"> +<!ENTITY email.accesskey "E"> +<!ENTITY catchAll.label "Svara från denna identitet när leveranshuvud matchar:"> +<!ENTITY catchAll.accesskey "S"> +<!ENTITY replyTo.label "Svara till e-postadress:"> +<!ENTITY replyTo.accesskey "S"> +<!ENTITY replyTo.placeholder "Mottagare kommer att svara till denna andra adress"> +<!ENTITY organization.label "Organisation:"> +<!ENTITY organization.accesskey "O"> +<!ENTITY signatureText.label "Signaturtext:"> +<!ENTITY signatureText.accesskey "x"> +<!ENTITY signatureHtml.label "Använd HTML (t.ex. <b>fetstil</b>)"> +<!ENTITY signatureHtml.accesskey "H"> +<!ENTITY signatureFile.label "Bifoga signaturen från en fil i stället (text, HTML eller bild):"> +<!ENTITY signatureFile.accesskey "B"> +<!ENTITY edit.label "Redigera…"> +<!ENTITY choose.label "Välj…"> +<!ENTITY choose.accesskey "V"> +<!ENTITY editVCard.label "Redigera kort…"> +<!ENTITY editVCard.accesskey "R"> +<!-- LOCALIZATION NOTE (attachVCard.label) : do not translate "vCard" in below line --> +<!ENTITY attachVCard.label "Bifoga visitkort (vCard)"> +<!ENTITY attachVCard.accesskey "C"> + +<!ENTITY manageIdentities.label "Hantera identiteter…"> +<!ENTITY manageIdentities.accesskey "a"> + +<!-- LOCALIZATION NOTE (smtpName.label) : do not translate "SMTP" in below line --> +<!ENTITY smtpName.label "Utgående server (SMTP):"> +<!ENTITY smtpName.accesskey "U"> +<!ENTITY smtpDefaultServer.label "Använd standardservern"> + +<!ENTITY smtpServerEdit.label "Redigera SMTP-server…"> +<!ENTITY smtpServerEdit.accesskey "P"> |