diff options
Diffstat (limited to 'l10n-es-ES/mail/chrome/messenger/viewSource.dtd')
-rw-r--r-- | l10n-es-ES/mail/chrome/messenger/viewSource.dtd | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/l10n-es-ES/mail/chrome/messenger/viewSource.dtd b/l10n-es-ES/mail/chrome/messenger/viewSource.dtd new file mode 100644 index 0000000000..f46f6326df --- /dev/null +++ b/l10n-es-ES/mail/chrome/messenger/viewSource.dtd @@ -0,0 +1,87 @@ +<!-- 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 content/viewSource.xul --> + +<!-- extracted from content/viewSource.xhtml --> + +<!ENTITY mainWindow.title "&brandFullName;"> +<!ENTITY mainWindow.titlemodifier "&brandFullName;"> +<!ENTITY mainWindow.titlemodifierseparator " - "> +<!ENTITY mainWindow.preface "Fuente de: "> + +<!ENTITY editMenu.label "Editar"> +<!ENTITY editMenu.accesskey "E"> +<!ENTITY fileMenu.label "Archivo"> +<!ENTITY fileMenu.accesskey "A"> +<!ENTITY savePageCmd.label "Guardar página como…"> +<!ENTITY savePageCmd.accesskey "G"> +<!ENTITY savePageCmd.commandkey "S"> +<!ENTITY pageSetupCmd.label "Configurar página…"> +<!ENTITY pageSetupCmd.accesskey "C"> +<!ENTITY printPreviewCmd.label "Vista preliminar"> +<!ENTITY printPreviewCmd.accesskey "V"> +<!ENTITY printCmd.label "Imprimir…"> +<!ENTITY printCmd.accesskey "I"> +<!ENTITY printCmd.commandkey "P"> +<!ENTITY closeCmd.label "Cerrar"> +<!ENTITY closeCmd.accesskey "C"> +<!ENTITY closeCmd.commandkey "W"> + +<!-- LOCALIZATION NOTE : +textEnlarge.commandkey3, textReduce.commandkey2 and +textReset.commandkey2 are alternative acceleration keys for zoom. +If shift key is needed with your locale popular keyboard for them, +you can use these alternative items. Otherwise, their values should be empty. --> + +<!ENTITY textEnlarge.commandkey "+"> +<!ENTITY textEnlarge.commandkey2 "="> +<!ENTITY textEnlarge.commandkey3 ""> +<!ENTITY textReduce.commandkey "-"> +<!ENTITY textReduce.commandkey2 ""> +<!ENTITY textReset.commandkey "0"> +<!ENTITY textReset.commandkey2 ""> + +<!ENTITY goToLineCmd.label "Ir a la línea…"> +<!ENTITY goToLineCmd.accesskey "r"> +<!ENTITY goToLineCmd.commandkey "l"> + +<!ENTITY viewMenu.label "Ver"> +<!ENTITY viewMenu.accesskey "V"> +<!ENTITY reloadCmd.label "Recargar"> +<!ENTITY reloadCmd.accesskey "R"> +<!ENTITY reloadCmd.commandkey "r"> +<!ENTITY menu_wrapLongLines.title "Ajustar líneas largas"> +<!ENTITY menu_wrapLongLines.accesskey "j"> +<!ENTITY menu_highlightSyntax.label "Resaltado de sintaxis"> +<!ENTITY menu_highlightSyntax.accesskey "x"> +<!ENTITY menu_textSize.label "Tamaño del texto"> +<!ENTITY menu_textSize.accesskey "T"> +<!ENTITY menu_textEnlarge.label "Ampliar"> +<!ENTITY menu_textEnlarge.accesskey "A"> +<!ENTITY menu_textReduce.label "Reducir"> +<!ENTITY menu_textReduce.accesskey "R"> +<!ENTITY menu_textReset.label "Normal"> +<!ENTITY menu_textReset.accesskey "N"> + +<!ENTITY findOnCmd.label "Buscar en esta página…"> +<!ENTITY findOnCmd.accesskey "B"> +<!ENTITY findOnCmd.commandkey "f"> +<!ENTITY findAgainCmd.label "Buscar otra vez"> +<!ENTITY findAgainCmd.accesskey "u"> +<!ENTITY findAgainCmd.commandkey "g"> +<!ENTITY findAgainCmd.commandkey2 "VK_F3"> +<!ENTITY findSelectionCmd.commandkey "e"> + +<!ENTITY backCmd.label "Anterior"> +<!ENTITY backCmd.accesskey "n"> +<!ENTITY forwardCmd.label "Siguiente"> +<!ENTITY forwardCmd.accesskey "S"> +<!ENTITY goBackCmd.commandKey "["> +<!ENTITY goForwardCmd.commandKey "]"> + +<!ENTITY copyLinkCmd.label "Copiar la dirección del enlace"> +<!ENTITY copyLinkCmd.accesskey "d"> +<!ENTITY copyEmailCmd.label "Copiar dirección de correo elec."> +<!ENTITY copyEmailCmd.accesskey "p"> |