diff options
Diffstat (limited to 'l10n-gl/editor/ui/chrome/dialogs/EditorImageProperties.dtd')
-rw-r--r-- | l10n-gl/editor/ui/chrome/dialogs/EditorImageProperties.dtd | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/l10n-gl/editor/ui/chrome/dialogs/EditorImageProperties.dtd b/l10n-gl/editor/ui/chrome/dialogs/EditorImageProperties.dtd new file mode 100644 index 0000000000..ce5afd5a6d --- /dev/null +++ b/l10n-gl/editor/ui/chrome/dialogs/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 da imaxe"> + +<!ENTITY pixelsPopup.value "píxeles"> + +<!-- These are in the Location tab panel --> +<!ENTITY locationEditField.label "Localización da imaxe:"> +<!ENTITY locationEditField.accessKey "L"> +<!ENTITY locationEditField.tooltip "Introduza a localización ou nome de ficheiro da imaxe"> +<!ENTITY locationEditField.shortenedDataURI "URI acurtado dos datos (ao copiar, enviará o URI completo ao portapapeis)"> +<!ENTITY title.label "Suxestión:"> +<!ENTITY title.accessKey "S"> +<!ENTITY title.tooltip "O atributo 'title' de html que se mostra como suxestión"> +<!ENTITY altText.label "Texto alternativo:"> +<!ENTITY altText.accessKey "T"> +<!ENTITY altTextEditField.tooltip "Introduza o texto a mostrar en lugar da imaxe"> +<!ENTITY noAltText.label "Non utilizar texto alternativo"> +<!ENTITY noAltText.accessKey "N"> + +<!ENTITY previewBox.label "Previsualización da imaxe"> + +<!-- 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 "T"> +<!ENTITY actualSizeRadio.tooltip "Volver ao tamaño real da imaxe"> +<!ENTITY customSizeRadio.label "Personalizar tamaño"> +<!ENTITY customSizeRadio.accessKey "P"> +<!ENTITY customSizeRadio.tooltip "Mudar o tamaño da imaxe como se mostra na páxina"> +<!ENTITY heightEditField.label "Altura:"> +<!ENTITY heightEditField.accessKey "A"> +<!ENTITY widthEditField.label "Largura:"> +<!ENTITY widthEditField.accessKey "L"> +<!ENTITY constrainCheckbox.label "Restrición"> +<!ENTITY constrainCheckbox.accessKey "R"> +<!ENTITY constrainCheckbox.tooltip "Manter a proporción da imaxe"> + +<!-- These controls are in the Image Map box of the expanded area --> +<!ENTITY imagemapBox.label "Mapa da imaxe"> +<!ENTITY removeImageMapButton.label "Eliminar"> +<!ENTITY removeImageMapButton.accessKey "E"> + +<!-- These are the options for image alignment --> +<!ENTITY alignment.label "Aliñar texto coa imaxe"> +<!ENTITY bottomPopup.value "Na parte inferior"> +<!ENTITY topPopup.value "Na parte superior"> +<!ENTITY centerPopup.value "No centro"> +<!ENTITY wrapRightPopup.value "Axustar á dereita"> +<!ENTITY wrapLeftPopup.value "Axustar á esquerda"> + +<!-- These controls are in the Spacing Box --> +<!ENTITY spacingBox.label "Espazamento"> +<!ENTITY leftRightEditField.label "Esquerda e dereita:"> +<!ENTITY leftRightEditField.accessKey "E"> +<!ENTITY topBottomEditField.label "Parte superior e inferior:"> +<!ENTITY topBottomEditField.accessKey "s"> +<!ENTITY borderEditField.label "Bordo sólido:"> +<!ENTITY borderEditField.accessKey "B"> + +<!-- These controls are in the Link Box --> +<!ENTITY showImageLinkBorder.label "Mostrar bordo arredor da imaxe ligada"> +<!ENTITY showImageLinkBorder.accessKey "M"> +<!ENTITY LinkAdvancedEditButton.label "Edición avanzada da ligazón…"> +<!ENTITY LinkAdvancedEditButton.accessKey "l"> +<!ENTITY LinkAdvancedEditButton.tooltip "Engade ou modifica atributos HTML, atributos de estilo, e JavaScript"> + +<!-- These tabs are currently used in the image input dialog --> +<!ENTITY imageInputTab.label "Formulario"> +<!ENTITY imageLocationTab.label "Localización"> +<!ENTITY imageDimensionsTab.label "Dimensións"> +<!ENTITY imageAppearanceTab.label "Aparencia"> +<!ENTITY imageLinkTab.label "Ligazón"> |