diff options
Diffstat (limited to 'l10n-es-AR/suite/chrome/mailnews/msgHdrViewOverlay.dtd')
-rw-r--r-- | l10n-es-AR/suite/chrome/mailnews/msgHdrViewOverlay.dtd | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/l10n-es-AR/suite/chrome/mailnews/msgHdrViewOverlay.dtd b/l10n-es-AR/suite/chrome/mailnews/msgHdrViewOverlay.dtd new file mode 100644 index 0000000000..c9f4002168 --- /dev/null +++ b/l10n-es-AR/suite/chrome/mailnews/msgHdrViewOverlay.dtd @@ -0,0 +1,46 @@ +<!-- 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 toField.label "Para: "> +<!ENTITY fromField.label "De: "> +<!ENTITY senderField.label "Remitente: "> +<!ENTITY organizationField.label "Organización: "> +<!ENTITY replyToField.label "Responder a: "> + +<!ENTITY subjectField.label "Asunto: "> +<!--# LOCALIZATION NOTE (ccField.label): DONT_TRANSLATE --> +<!ENTITY ccField.label "Cc: "> +<!ENTITY bccField.label "Cco: "> +<!ENTITY newsgroupsField.label "Grupo de noticias: "> +<!ENTITY followupToField.label "Followup-To: "> + +<!ENTITY tagsHdr.label "Etiquetas: "> +<!ENTITY dateField.label "Fecha: "> +<!ENTITY userAgentField.label "Cliente correo: "> +<!ENTITY referencesField.label "Referencias: "> +<!ENTITY messageIdField.label "Message-ID: "> +<!ENTITY inReplyToField.label "En-respuesta-a: "> +<!ENTITY originalWebsite.label "Sitio web: "> + +<!ENTITY editMessage.label "Editar borrador…"> +<!ENTITY editMessage.accesskey "E"> + +<!ENTITY attachmentsTree.label "Adjuntos:"> +<!ENTITY attachmentsTree.accesskey "A"> +<!ENTITY openAttachmentCmd.label "Abrir"> +<!ENTITY openAttachmentCmd.accesskey "A"> +<!ENTITY viewAttachmentCmd.label "Ver código fuente"> +<!ENTITY viewAttachmentCmd.accesskey "V"> +<!ENTITY saveAsAttachmentCmd.label "Guardar como…"> +<!ENTITY saveAsAttachmentCmd.accesskey "a"> +<!ENTITY detachAttachmentCmd.label "Despegar…"> +<!ENTITY detachAttachmentCmd.accesskey "D"> +<!ENTITY deleteAttachmentCmd.label "Borrar"> +<!ENTITY deleteAttachmentCmd.accesskey "B"> +<!ENTITY saveAllAttachmentsCmd.label "Guardar todo…"> +<!ENTITY saveAllAttachmentsCmd.accesskey "G"> +<!ENTITY detachAllAttachmentsCmd.label "Despegar todo…"> +<!ENTITY detachAllAttachmentsCmd.accesskey "D"> +<!ENTITY deleteAllAttachmentsCmd.label "Borrar todo…"> +<!ENTITY deleteAllAttachmentsCmd.accesskey "B"> |