diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-da/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-da/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd')
-rw-r--r-- | l10n-da/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/l10n-da/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd b/l10n-da/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd new file mode 100644 index 0000000000..d5f311ca9e --- /dev/null +++ b/l10n-da/mail/chrome/messenger/messengercompose/EditorImageProperties.dtd @@ -0,0 +1,80 @@ +<!-- 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 "Egenskaber for billede"> + +<!ENTITY pixelsPopup.value "pixler"> + +<!-- These are in the Location tab panel --> +<!ENTITY locationEditField.label "Billedets placering:"> +<!ENTITY locationEditField.accessKey "L"> +<!ENTITY locationEditField.tooltip "Skriv billedets navn eller adresse"> +<!ENTITY locationEditField.shortenedDataURI "Forkortet data-URI (ved kopiering vil den fulde URI blive kopieret)"> +<!ENTITY title.label "Titel"> +<!ENTITY title.accessKey "T"> +<!ENTITY title.tooltip "HTML-attributten "title" der vises som et værktøjstip"> +<!ENTITY altText.label "Alternativ tekst:"> +<!ENTITY altText.accessKey "e"> +<!ENTITY altTextEditField.tooltip "Skriv den tekst der skal skrives på billedets plads"> +<!ENTITY noAltText.label "Brug ikke alternativ tekst"> +<!ENTITY noAltText.accessKey "B"> + +<!ENTITY previewBox.label "Billedoplysninger"> + +<!-- These controls are in the Dimensions tab panel --> +<!-- actualSize.label should be same as actualSizeRadio.label + ":" --> +<!ENTITY actualSize.label "Billedets egen størrelse:"> +<!ENTITY actualSizeRadio.label "Billedets egen størrelse"> +<!ENTITY actualSizeRadio.accessKey "d"> +<!ENTITY actualSizeRadio.tooltip "Brug billedets egen størrelse"> +<!ENTITY customSizeRadio.label "Indstil størrelse"> +<!ENTITY customSizeRadio.accessKey "S"> +<!ENTITY customSizeRadio.tooltip "Skift billedets størrelse når det vises på siden"> +<!ENTITY heightEditField.label "Højde:"> +<!ENTITY heightEditField.accessKey "H"> +<!ENTITY widthEditField.label "Bredde:"> +<!ENTITY widthEditField.accessKey "B"> +<!ENTITY constrainCheckbox.label "Bundet"> +<!ENTITY constrainCheckbox.accessKey "u"> +<!ENTITY constrainCheckbox.tooltip "Bevar billedets størrelsesforhold"> + +<!-- These controls are in the Image Map box of the expanded area --> +<!ENTITY imagemapBox.label "Aktive billedområder"> +<!ENTITY removeImageMapButton.label "Fjern"> +<!ENTITY removeImageMapButton.accessKey "R"> + +<!-- These are the options for image alignment --> +<!ENTITY alignment.label "Juster teksten langs billedet"> +<!ENTITY bottomPopup.value "Forneden"> +<!ENTITY topPopup.value "Foroven"> +<!ENTITY centerPopup.value "I centrum"> +<!ENTITY wrapRightPopup.value "Ombryd til højre"> +<!ENTITY wrapLeftPopup.value "Ombryd til venstre"> + +<!-- These controls are in the Spacing Box --> +<!ENTITY spacingBox.label "Afstand"> +<!ENTITY leftRightEditField.label "Venstre og højre:"> +<!ENTITY leftRightEditField.accessKey "V"> +<!ENTITY topBottomEditField.label "Top og bund:"> +<!ENTITY topBottomEditField.accessKey "T"> +<!ENTITY borderEditField.label "Udfyldt ramme:"> +<!ENTITY borderEditField.accessKey "U"> + +<!-- These controls are in the Link Box --> +<!ENTITY showImageLinkBorder.label "Farvet kant rundt om billeder der er link"> +<!ENTITY showImageLinkBorder.accessKey "U"> + +<!ENTITY LinkAdvancedEditButton.label "Avanceret linkredigering…"> +<!ENTITY LinkAdvancedEditButton.accessKey "l"> +<!ENTITY LinkAdvancedEditButton.tooltip "Tilføj eller rediger HTML-attributter, CSS-attributter og JavaScript"> + +<!-- These tabs are currently used in the image input dialog --> +<!ENTITY imageInputTab.label "Formular"> +<!ENTITY imageLocationTab.label "Placering"> +<!ENTITY imageDimensionsTab.label "Dimensioner"> +<!ENTITY imageAppearanceTab.label "Udseende"> +<!ENTITY imageLinkTab.label "Link"> |