diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-es-ES/suite/chrome/mailnews/compose/messengercompose.dtd | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/l10n-es-ES/suite/chrome/mailnews/compose/messengercompose.dtd b/l10n-es-ES/suite/chrome/mailnews/compose/messengercompose.dtd new file mode 100644 index 0000000000..a58a979638 --- /dev/null +++ b/l10n-es-ES/suite/chrome/mailnews/compose/messengercompose.dtd @@ -0,0 +1,112 @@ +<!-- 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 msgComposeWindow.title "Redacción: (sin asunto)"> +<!ENTITY fromAddr.label "De:"> +<!ENTITY fromAddr.accesskey "D"> +<!ENTITY toAddr.label "Para:"> +<!ENTITY ccAddr.label "Cc:"> +<!ENTITY bccAddr.label "Bcc:"> +<!ENTITY replyAddr.label "Responder-a:"> +<!ENTITY newsgroupsAddr.label "Grupo de noticias:"> +<!ENTITY followupAddr.label "Followup-To:"> +<!ENTITY subject.label "Asunto:"> +<!ENTITY subject.accesskey "S"> +<!ENTITY attachments.label "Adjuntos:"> +<!ENTITY attachments.accesskey "j"> +<!ENTITY saveCmd.label "Guardar"> +<!ENTITY saveCmd.accesskey "G"> +<!ENTITY saveAsCmd.label "Guardar como"> +<!ENTITY saveAsCmd.accesskey "G"> +<!ENTITY saveAsFileCmd.label "Archivo…"> +<!ENTITY saveAsFileCmd.accesskey "A"> +<!ENTITY saveAsDraftCmd.label "Borrador"> +<!ENTITY saveAsDraftCmd.accesskey "D"> +<!ENTITY saveAsTemplateCmd.label "Plantilla"> +<!ENTITY saveAsTemplateCmd.accesskey "T"> +<!ENTITY attachMenu.label "Adjuntar"> +<!ENTITY attachMenu.accesskey "t"> +<!ENTITY attachFileCmd.label "Archivo(s)…"> +<!ENTITY attachFileCmd.accesskey "v"> +<!ENTITY attachPageCmd.label "Página web…"> +<!ENTITY attachPageCmd.accesskey "W"> +<!ENTITY attachVCardCmd.label "Tarjeta personal (vCard)"> +<!ENTITY attachVCardCmd.accesskey "P"> +<!ENTITY sendNowCmd.label "Enviar ahora"> +<!ENTITY sendCmd.keycode "VK_RETURN"> +<!ENTITY sendNowCmd.accesskey "v"> +<!ENTITY sendLaterCmd.label "Enviar más tarde"> +<!ENTITY sendLaterCmd.keycode "VK_RETURN"> +<!ENTITY sendLaterCmd.accesskey "t"> +<!ENTITY editRewrapCmd.label "Reajuste de línea"> +<!ENTITY editRewrapCmd.key "R"> +<!ENTITY editRewrapCmd.accesskey "j"> +<!ENTITY accountManagerCmd.label "Configuración de cuentas de Correo y noticias…"> +<!ENTITY accountManagerCmd.accesskey "n"> +<!ENTITY showComposeToolbarCmd.label "Barra de herramientas de correo"> +<!ENTITY showComposeToolbarCmd.accesskey "c"> +<!ENTITY showFormatToolbarCmd.label "Barra de herramientas de formato"> +<!ENTITY showFormatToolbarCmd.accesskey "F"> +<!ENTITY formatMenu.label "Formato"> +<!ENTITY formatMenu.accesskey "o"> +<!ENTITY optionsMenu.label "Opciones"> +<!ENTITY optionsMenu.accesskey "p"> +<!ENTITY quoteCmd.label "Citar mensaje"> +<!ENTITY quoteCmd.accesskey "m"> +<!ENTITY selectAddressCmd.label "Seleccionar direcciones…"> +<!ENTITY selectAddressCmd.key ""> +<!ENTITY selectAddressCmd.accesskey "A"> +<!ENTITY priorityMenu.label "Prioridad"> +<!ENTITY priorityMenu.accesskey "p"> +<!ENTITY lowestPriorityCmd.label "La menor"> +<!ENTITY lowestPriorityCmd.accesskey "M"> +<!ENTITY lowPriorityCmd.label "Baja"> +<!ENTITY lowPriorityCmd.accesskey "B"> +<!ENTITY normalPriorityCmd.label "Normal"> +<!ENTITY normalPriorityCmd.accesskey "n"> +<!ENTITY highPriorityCmd.label "Alta"> +<!ENTITY highPriorityCmd.accesskey "A"> +<!ENTITY highestPriorityCmd.label "La mayor"> +<!ENTITY highestPriorityCmd.accesskey "y"> +<!ENTITY returnReceiptMenu.label "Acuse de recibo"> +<!ENTITY returnReceiptMenu.accesskey "D"> +<!ENTITY dsnMenu.label "Notificación de estado de entrega"> +<!ENTITY dsnMenu.accesskey "N"> +<!ENTITY outputFormatMenu.label "Formato"> +<!ENTITY outputFormatMenu.accesskey "f"> +<!ENTITY autoFormatCmd.label "Autodetectar"> +<!ENTITY autoFormatCmd.accesskey "a"> +<!ENTITY plainTextFormatCmd.label "Sólo texto sin formato"> +<!ENTITY plainTextFormatCmd.accesskey "S"> +<!ENTITY htmlFormatCmd.label "Sólo texto enriquecido (HTML)"> +<!ENTITY htmlFormatCmd.accesskey "r"> +<!ENTITY bothFormatCmd.label "Texto simple y texto enriquecido (HTML)"> +<!ENTITY bothFormatCmd.accesskey "l"> +<!ENTITY fileCarbonCopyCmd.label "Enviar una copia a"> +<!ENTITY fileCarbonCopyCmd.accesskey "v"> +<!ENTITY fileHereMenu.label "Archivar aquí"> +<!ENTITY sendButton.label "Enviar"> +<!ENTITY addressButton.label "Direcciones"> +<!ENTITY attachButton.label "Adjuntar"> +<!ENTITY spellingButton.label "Ortografía"> +<!ENTITY saveButton.label "Guardar"> +<!ENTITY stopButton.label "Detener"> +<!ENTITY addressBar.tooltip "Barra de direcciones"> +<!ENTITY formatToolbar.tooltip "Barra de herramientas de formato"> +<!ENTITY sendButton.tooltip "Enviar este mensaje ahora"> +<!ENTITY sendlaterButton.tooltip "Enviar este mensaje más tarde"> +<!ENTITY addressButton.tooltip "Seleccionar uno o varios destinatarios de una libreta de direcciones"> +<!ENTITY attachButton.tooltip "Adjuntar un archivo a este mensaje"> +<!ENTITY saveButton.tooltip "Guardar este mensaje"> +<!ENTITY stopButton.tooltip "Detener la transferencia actual"> +<!ENTITY openAttachment.label "Abrir"> +<!ENTITY openAttachment.accesskey "A"> +<!ENTITY renameAttachment.label "Renombrar…"> +<!ENTITY renameAttachment.accesskey "R"> +<!ENTITY deleteAttachment.accesskey "l"> +<!ENTITY selectAllAttachments.accesskey "t"> +<!ENTITY attachFile.label "Adjuntar archivo(s)…"> +<!ENTITY attachFile.accesskey "j"> +<!ENTITY attachPage.label "Adjuntar página web…"> +<!ENTITY attachPage.accesskey "W"> |