diff options
Diffstat (limited to 'l10n-nn-NO/suite/chrome/editor/dialogs/EditorImageProperties.dtd')
-rw-r--r-- | l10n-nn-NO/suite/chrome/editor/dialogs/EditorImageProperties.dtd | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/l10n-nn-NO/suite/chrome/editor/dialogs/EditorImageProperties.dtd b/l10n-nn-NO/suite/chrome/editor/dialogs/EditorImageProperties.dtd new file mode 100644 index 0000000000..c3be0dddd9 --- /dev/null +++ b/l10n-nn-NO/suite/chrome/editor/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 "Bildeeigenskapar"> + +<!ENTITY pixelsPopup.value "pikslar"> + +<!-- These are in the Location tab panel --> +<!ENTITY locationEditField.label "Bildeadresse:"> +<!ENTITY locationEditField.accessKey "B"> +<!ENTITY locationEditField.tooltip "Skriv inn filnamnet eller adressa til bildet"> +<!ENTITY locationEditField.shortenedDataURI "Forkorta data-URI (kopiera vil flytta heile URI-en til utklippstavla)"> +<!ENTITY title.label "Verktøytips:"> +<!ENTITY title.accessKey "V"> +<!ENTITY title.tooltip "HTML-attributtet «title» viser eit verktøytips"> +<!ENTITY altText.label "Alternativ tekst:"> +<!ENTITY altText.accessKey "A"> +<!ENTITY altTextEditField.tooltip "Skriv inn tekst som skal visast i staden for bildet"> +<!ENTITY noAltText.label "Ikkje bruk alternativ tekst"> +<!ENTITY noAltText.accessKey "I"> + +<!ENTITY previewBox.label "Førehandsvising av bildet"> + +<!-- These controls are in the Dimensions tab panel --> +<!-- actualSize.label should be same as actualSizeRadio.label + ":" --> +<!ENTITY actualSize.label "Verkeleg storleik:"> +<!ENTITY actualSizeRadio.label "Verkeleg storleik"> +<!ENTITY actualSizeRadio.accessKey "V"> +<!ENTITY actualSizeRadio.tooltip "Gå tilbake til den verkelege bildestorleiken"> +<!ENTITY customSizeRadio.label "Eigendefinert storleik"> +<!ENTITY customSizeRadio.accessKey "E"> +<!ENTITY customSizeRadio.tooltip "Endre bildestorleik som vist på sida"> +<!ENTITY heightEditField.label "Høgd:"> +<!ENTITY heightEditField.accessKey "H"> +<!ENTITY widthEditField.label "Breidde:"> +<!ENTITY widthEditField.accessKey "r"> +<!ENTITY constrainCheckbox.label "Avgrens"> +<!ENTITY constrainCheckbox.accessKey "A"> +<!ENTITY constrainCheckbox.tooltip "Behald høgde-/breidde-forhold i bildet"> + +<!-- These controls are in the Image Map box of the expanded area --> +<!ENTITY imagemapBox.label "Bildekart"> +<!ENTITY removeImageMapButton.label "Fjern"> +<!ENTITY removeImageMapButton.accessKey "F"> + +<!-- These are the options for image alignment --> +<!ENTITY alignment.label "Juster tekst etter bilde"> +<!ENTITY bottomPopup.value "Ved botnen"> +<!ENTITY topPopup.value "Ved toppen"> +<!ENTITY centerPopup.value "I midten"> +<!ENTITY wrapRightPopup.value "Bryt til høgre"> +<!ENTITY wrapLeftPopup.value "Bryt til venstre"> + +<!-- These controls are in the Spacing Box --> +<!ENTITY spacingBox.label "Mellomrom"> +<!ENTITY leftRightEditField.label "Venstre og høgre:"> +<!ENTITY leftRightEditField.accessKey "V"> +<!ENTITY topBottomEditField.label "Topp og botn:"> +<!ENTITY topBottomEditField.accessKey "T"> +<!ENTITY borderEditField.label "Heiltrekt kantlinje"> +<!ENTITY borderEditField.accessKey "H"> + +<!-- These controls are in the Link Box --> +<!ENTITY showImageLinkBorder.label "Vis kantlinje omkring lenka bilde"> +<!ENTITY showImageLinkBorder.accessKey "V"> +<!ENTITY LinkAdvancedEditButton.label "Lenk avansert redigering…"> +<!ENTITY LinkAdvancedEditButton.accessKey "L"> +<!ENTITY LinkAdvancedEditButton.tooltip "Legg til eller endre HTML-attributtaar, stilattributtar og JavaScript"> + +<!-- These tabs are currently used in the image input dialog --> +<!ENTITY imageInputTab.label "Skjema"> +<!ENTITY imageLocationTab.label "Adresse"> +<!ENTITY imageDimensionsTab.label "Dimensjonar"> +<!ENTITY imageAppearanceTab.label "Utsjånad"> +<!ENTITY imageLinkTab.label "Lenke"> |