diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-it/suite/chrome/mailnews/msgHdrViewOverlay.dtd | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/l10n-it/suite/chrome/mailnews/msgHdrViewOverlay.dtd b/l10n-it/suite/chrome/mailnews/msgHdrViewOverlay.dtd new file mode 100644 index 0000000000..5e49f3e5ab --- /dev/null +++ b/l10n-it/suite/chrome/mailnews/msgHdrViewOverlay.dtd @@ -0,0 +1,42 @@ +<!-- 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/. --> + +<!--null--> +<!ENTITY toField.label "A: "> +<!ENTITY fromField.label "Da: "> +<!ENTITY senderField.label "Mittente:"> +<!ENTITY organizationField.label "Organizzazione:"> +<!ENTITY replyToField.label "Rispondi-a: "> +<!ENTITY subjectField.label "Oggetto: "> +<!ENTITY ccField.label "Cc: "> +<!ENTITY bccField.label "Ccn:"> +<!ENTITY newsgroupsField.label "Gruppi discussione: "> +<!ENTITY followupToField.label "Segue-in: "> +<!ENTITY tagsHdr.label "Etichette:"> +<!ENTITY dateField.label "Data: "> +<!ENTITY userAgentField.label "User-Agent: "> +<!ENTITY referencesField.label "Referenze:"> +<!ENTITY messageIdField.label "ID-Messaggio:"> +<!ENTITY inReplyToField.label "In-Risposta-A:"> +<!ENTITY originalWebsite.label "Sito web:"> +<!ENTITY editMessage.label "Modifica bozza…"> +<!ENTITY editMessage.accesskey "b"> +<!ENTITY attachmentsTree.label "Allegati:"> +<!ENTITY attachmentsTree.accesskey "t"> +<!ENTITY openAttachmentCmd.label "Apri"> +<!ENTITY openAttachmentCmd.accesskey "A"> +<!ENTITY viewAttachmentCmd.label "Visualizza sorgente"> +<!ENTITY viewAttachmentCmd.accesskey "V"> +<!ENTITY saveAsAttachmentCmd.label "Salva con nome…"> +<!ENTITY saveAsAttachmentCmd.accesskey "c"> +<!ENTITY detachAttachmentCmd.label "Separa…"> +<!ENTITY detachAttachmentCmd.accesskey "S"> +<!ENTITY deleteAttachmentCmd.label "Elimina"> +<!ENTITY deleteAttachmentCmd.accesskey "E"> +<!ENTITY saveAllAttachmentsCmd.label "Salva tutti…"> +<!ENTITY saveAllAttachmentsCmd.accesskey "t"> +<!ENTITY detachAllAttachmentsCmd.label "Separa tutti…"> +<!ENTITY detachAllAttachmentsCmd.accesskey "r"> +<!ENTITY deleteAllAttachmentsCmd.label "Elimina tutti…"> +<!ENTITY deleteAllAttachmentsCmd.accesskey "m"> |