summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/es-AR/chrome/es-AR/locale/es-AR/messenger/messengercompose/EditorImageProperties.dtd
blob: 2776f84dc900f13ecfc806e90ca8ac644663d7d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
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 la imagen">

<!ENTITY pixelsPopup.value "píxeles">

<!-- These are in the Location tab panel -->
<!ENTITY locationEditField.label "URL de la imagen:">
<!ENTITY locationEditField.accessKey "L">
<!ENTITY locationEditField.tooltip "Teclee el nombre de archivo de la imagen o su ubicación">
<!ENTITY locationEditField.shortenedDataURI "Datos de URI acortada (copiar coloará URI completa en el portapapeles)">
<!ENTITY title.label "Consejo:">
<!ENTITY title.accessKey "C">
<!ENTITY title.tooltip "El atributo HTML 'title' que se muestra como consejo">
<!ENTITY altText.label "Texto alternativo:">
<!ENTITY altText.accessKey "A">
<!ENTITY altTextEditField.tooltip "Teclee el texto a mostar en lugar de la imagen">
<!ENTITY noAltText.label "No usar texto alternativo">
<!ENTITY noAltText.accessKey "D">

<!ENTITY previewBox.label "Vista previa">

<!-- 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 "Restablecer al tamaño real de la imagen">
<!ENTITY customSizeRadio.label "Tamaño personalizado">
<!ENTITY customSizeRadio.accessKey "S">
<!ENTITY customSizeRadio.tooltip "Cambiar el tamaño de la imagen al establecido en la página">
<!ENTITY heightEditField.label "Altura:">
<!ENTITY heightEditField.accessKey "u">
<!ENTITY widthEditField.label "Anchura:">
<!ENTITY widthEditField.accessKey "n">
<!ENTITY constrainCheckbox.label "Mantener aspecto">
<!ENTITY constrainCheckbox.accessKey "C">
<!ENTITY constrainCheckbox.tooltip "Mantener la proporción en el aspecto 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 el texto con la imagen">
<!ENTITY bottomPopup.value "En la parte inferior">
<!ENTITY topPopup.value "En la parte superior">
<!ENTITY centerPopup.value "En el centro">
<!ENTITY wrapRightPopup.value "El texto fluye por la derecha">
<!ENTITY wrapLeftPopup.value "El texto fluye por la izquierda">

<!-- These controls are in the Spacing Box -->
<!ENTITY spacingBox.label "Espacio">
<!ENTITY leftRightEditField.label "Izquierda y derecha:">
<!ENTITY leftRightEditField.accessKey "I">
<!ENTITY topBottomEditField.label "Parte superior y parte inferior:">
<!ENTITY topBottomEditField.accessKey "P">
<!ENTITY borderEditField.label "Borde sólido:">
<!ENTITY borderEditField.accessKey "B">

<!-- These controls are in the Link Box -->
<!ENTITY showImageLinkBorder.label "Mostrar el borde alrededor de la imagen-enlace">
<!ENTITY showImageLinkBorder.accessKey "b">
<!ENTITY LinkAdvancedEditButton.label "Edición avanzada de enlace…">
<!ENTITY LinkAdvancedEditButton.accessKey "l">
<!ENTITY LinkAdvancedEditButton.tooltip "Agregar 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">