diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-pt-PT/editor/ui/chrome/dialogs/EditorImageProperties.dtd | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-pt-PT/editor/ui/chrome/dialogs/EditorImageProperties.dtd')
-rw-r--r-- | l10n-pt-PT/editor/ui/chrome/dialogs/EditorImageProperties.dtd | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/l10n-pt-PT/editor/ui/chrome/dialogs/EditorImageProperties.dtd b/l10n-pt-PT/editor/ui/chrome/dialogs/EditorImageProperties.dtd new file mode 100644 index 0000000000..100662bb90 --- /dev/null +++ b/l10n-pt-PT/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 "Propriedades da imagem"> + +<!ENTITY pixelsPopup.value "pixeis"> + +<!-- These are in the Location tab panel --> +<!ENTITY locationEditField.label "Localização da imagem:"> +<!ENTITY locationEditField.accessKey "L"> +<!ENTITY locationEditField.tooltip "Digite o nome ou a localização da imagem"> +<!ENTITY locationEditField.shortenedDataURI "URI reduzido (ao copiar, colocará o URI completo na área de transferência)"> +<!ENTITY title.label "Dica:"> +<!ENTITY title.accessKey "D"> +<!ENTITY title.tooltip "O atributo 'title' que será exibido como dica"> +<!ENTITY altText.label "Texto alternativo:"> +<!ENTITY altText.accessKey "a"> +<!ENTITY altTextEditField.tooltip "Digite o texto a mostrar no local da imagem"> +<!ENTITY noAltText.label "Não usar texto alternativo"> +<!ENTITY noAltText.accessKey "u"> + +<!ENTITY previewBox.label "Pré-visualizar imagem"> + +<!-- These controls are in the Dimensions tab panel --> +<!-- actualSize.label should be same as actualSizeRadio.label + ":" --> +<!ENTITY actualSize.label "Tamanho real:"> +<!ENTITY actualSizeRadio.label "Tamanho real"> +<!ENTITY actualSizeRadio.accessKey "a"> +<!ENTITY actualSizeRadio.tooltip "Reverter imagem para o tamanho real"> +<!ENTITY customSizeRadio.label "Tamanho personalizado"> +<!ENTITY customSizeRadio.accessKey "p"> +<!ENTITY customSizeRadio.tooltip "Alterar como o tamanho da imagem é mostrado na página"> +<!ENTITY heightEditField.label "Altura:"> +<!ENTITY heightEditField.accessKey "l"> +<!ENTITY widthEditField.label "Largura:"> +<!ENTITY widthEditField.accessKey "L"> +<!ENTITY constrainCheckbox.label "Contrair"> +<!ENTITY constrainCheckbox.accessKey "C"> +<!ENTITY constrainCheckbox.tooltip "Manter tamanho da imagem"> + +<!-- These controls are in the Image Map box of the expanded area --> +<!ENTITY imagemapBox.label "Mapa de imagem"> +<!ENTITY removeImageMapButton.label "Remover"> +<!ENTITY removeImageMapButton.accessKey "R"> + +<!-- These are the options for image alignment --> +<!ENTITY alignment.label "Alinhar o texto à imagem"> +<!ENTITY bottomPopup.value "No fim"> +<!ENTITY topPopup.value "No topo"> +<!ENTITY centerPopup.value "No centro"> +<!ENTITY wrapRightPopup.value "Encapsular à direita"> +<!ENTITY wrapLeftPopup.value "Encapsular à esquerda"> + +<!-- These controls are in the Spacing Box --> +<!ENTITY spacingBox.label "Espaçamento"> +<!ENTITY leftRightEditField.label "Esquerda e direita:"> +<!ENTITY leftRightEditField.accessKey "E"> +<!ENTITY topBottomEditField.label "Topo e fim:"> +<!ENTITY topBottomEditField.accessKey "T"> +<!ENTITY borderEditField.label "Limite sólido:"> +<!ENTITY borderEditField.accessKey "L"> + +<!-- These controls are in the Link Box --> +<!ENTITY showImageLinkBorder.label "Mostrar limite ao redor da ligação à imagem"> +<!ENTITY showImageLinkBorder.accessKey "M"> +<!ENTITY LinkAdvancedEditButton.label "Edição avançada de ligação…"> +<!ENTITY LinkAdvancedEditButton.accessKey "l"> +<!ENTITY LinkAdvancedEditButton.tooltip "Adicionar ou modificar atributos HTML, atributos de estilo e JavaScript"> + +<!-- These tabs are currently used in the image input dialog --> +<!ENTITY imageInputTab.label "Formulário"> +<!ENTITY imageLocationTab.label "Localização"> +<!ENTITY imageDimensionsTab.label "Dimensões"> +<!ENTITY imageAppearanceTab.label "Aparência"> +<!ENTITY imageLinkTab.label "Ligação"> |