diff options
Diffstat (limited to 'l10n-es-MX/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd')
-rw-r--r-- | l10n-es-MX/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/l10n-es-MX/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd b/l10n-es-MX/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd new file mode 100644 index 0000000000..9d57208d54 --- /dev/null +++ b/l10n-es-MX/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd @@ -0,0 +1,79 @@ +<!-- 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/. --> + +<!-- These strings are for use specifically in the editor's image and form image dialogs. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Propiedades de imagen"> + +<!ENTITY pixelsPopup.value "pixeles"> + +<!-- These are in the Location tab panel --> +<!ENTITY locationEditField.label "Ubicación de imagen:"> +<!ENTITY locationEditField.accessKey "L"> +<!ENTITY locationEditField.tooltip "Escribe el nombre de archivo o ubicación de la imagen"> +<!ENTITY locationEditField.shortenedDataURI "Datos URI acortados (copiar colocará la URI completa en el portapapeles)"> +<!ENTITY title.label "Consejo:"> +<!ENTITY title.accessKey "T"> +<!ENTITY title.tooltip "El atributo html 'title' que se despliega como consejo"> +<!ENTITY altText.label "Texto alternativo:"> +<!ENTITY altText.accessKey "A"> +<!ENTITY altTextEditField.tooltip "Escribe el texto a desplegar en vez de la imagen"> +<!ENTITY noAltText.label "No usar texto alternativo"> +<!ENTITY noAltText.accessKey "D"> + +<!ENTITY previewBox.label "Vista previa de imagen"> + +<!-- These controls are in the Dimensions tab panel --> +<!-- actualSize.label should be same as actualSizeRadio.label + ":" --> +<!ENTITY actualSize.label "Tamaño real:"> +<!ENTITY actualSizeRadio.label "Tamaño real"> +<!ENTITY actualSizeRadio.accessKey "A"> +<!ENTITY actualSizeRadio.tooltip "Revertir imagen al tamaño real"> +<!ENTITY customSizeRadio.label "Tamaño personalizado"> +<!ENTITY customSizeRadio.accessKey "S"> +<!ENTITY customSizeRadio.tooltip "Cambiar el tamaño de imagen como se muestra en la página"> +<!ENTITY heightEditField.label "Alto:"> +<!ENTITY heightEditField.accessKey "G"> +<!ENTITY widthEditField.label "Ancho:"> +<!ENTITY widthEditField.accessKey "W"> +<!ENTITY constrainCheckbox.label "Restringir"> +<!ENTITY constrainCheckbox.accessKey "C"> +<!ENTITY constrainCheckbox.tooltip "Mantener la proporción de la imagen"> + +<!-- These controls are in the Image Map box of the expanded area --> +<!ENTITY imagemapBox.label "Mapa de imagen"> +<!ENTITY removeImageMapButton.label "Eliminar"> +<!ENTITY removeImageMapButton.accessKey "R"> + +<!-- These are the options for image alignment --> +<!ENTITY alignment.label "Alinear texto a la imagen"> +<!ENTITY bottomPopup.value "Hasta abajo"> +<!ENTITY topPopup.value "Hasta arriba"> +<!ENTITY centerPopup.value "En el centro"> +<!ENTITY wrapRightPopup.value "Ajustar a la derecha"> +<!ENTITY wrapLeftPopup.value "Ajustar a la izquierda"> + +<!-- These controls are in the Spacing Box --> +<!ENTITY spacingBox.label "Espaciado"> +<!ENTITY leftRightEditField.label "Izquierda y derecha:"> +<!ENTITY leftRightEditField.accessKey "L"> +<!ENTITY topBottomEditField.label "Arriba y abajo:"> +<!ENTITY topBottomEditField.accessKey "T"> +<!ENTITY borderEditField.label "Borde sólido:"> +<!ENTITY borderEditField.accessKey "B"> + +<!-- These controls are in the Link Box --> +<!ENTITY showImageLinkBorder.label "Mostrar borde alrededor de la imagen enlazada"> +<!ENTITY showImageLinkBorder.accessKey "B"> +<!ENTITY LinkAdvancedEditButton.label "Edición avanzada de enlace…"> +<!ENTITY LinkAdvancedEditButton.accessKey "L"> +<!ENTITY LinkAdvancedEditButton.tooltip "Añadir o modificar atributos HTML, atributos de estilo y JavaScript"> + +<!-- These tabs are currently used in the image input dialog --> +<!ENTITY imageInputTab.label "Formulario"> +<!ENTITY imageLocationTab.label "Ubicación"> +<!ENTITY imageDimensionsTab.label "Dimensiones"> +<!ENTITY imageAppearanceTab.label "Apariencia"> +<!ENTITY imageLinkTab.label "Enlace"> |