diff options
Diffstat (limited to 'l10n-nb-NO/editor/ui/chrome/dialogs')
32 files changed, 852 insertions, 0 deletions
diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EdAdvancedEdit.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EdAdvancedEdit.dtd new file mode 100644 index 0000000000..5a7750b985 --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EdAdvancedEdit.dtd @@ -0,0 +1,18 @@ +<!-- 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/. --> + +<!ENTITY WindowTitle.label "Avanserte egenskaper"> +<!ENTITY AttName.label "Attributt: "> +<!ENTITY AttValue.label "Verdi: "> +<!ENTITY PropertyName.label "Egenskap: "> +<!ENTITY currentattributesfor.label "Gjeldende attributter for: "> +<!ENTITY tree.attributeHeader.label "Attributt"> +<!ENTITY tree.propertyHeader.label "Egenskap"> +<!ENTITY tree.valueHeader.label "Verdi"> +<!ENTITY tabHTML.label "HTML-attributter"> +<!ENTITY tabCSS.label "Innebygd stil"> +<!ENTITY tabJSE.label "JavaScript-hendelser"> + +<!ENTITY editAttribute.label "Velg et element ovenfor for å redigere verdien"> +<!ENTITY removeAttribute.label "Fjern"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EdColorPicker.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EdColorPicker.dtd new file mode 100644 index 0000000000..47b6ff7c8a --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EdColorPicker.dtd @@ -0,0 +1,25 @@ +<!-- 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/. --> + +<!ENTITY windowTitle.label "Farge"> +<!ENTITY lastPickedColor.label "Sist valgte farge"> +<!ENTITY lastPickedColor.accessKey "S"> +<!ENTITY setColor1.label "Trykk på en farge eller"> +<!ENTITY setColor2.label "skriv inn en HTML-fargekode"> +<!ENTITY setColor2.accessKey "s"> +<!ENTITY chooseColor1.label "Velg en farge:"> +<!ENTITY chooseColor2.label "Skriv inn en HTML-fargekode"> +<!ENTITY chooseColor2.accessKey "H"> +<!ENTITY setColorExample.label "(f.eks.: «#0000ff» eller «blue»):"> +<!ENTITY default.label "Forvalg"> +<!ENTITY default.accessKey "F"> +<!ENTITY palette.label "Palett:"> +<!ENTITY standardPalette.label "Forvalg"> +<!ENTITY webPalette.label "Alle nettstedfarger"> +<!ENTITY background.label "Bakgrunn for:"> +<!ENTITY background.accessKey "B"> +<!ENTITY table.label "Tabell"> +<!ENTITY table.accessKey "T"> +<!ENTITY cell.label "Celle(r)"> +<!ENTITY cell.accessKey "C"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EdConvertToTable.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EdConvertToTable.dtd new file mode 100644 index 0000000000..25c8613b83 --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EdConvertToTable.dtd @@ -0,0 +1,15 @@ +<!-- 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/. --> +<!-- Window title --> + + +<!ENTITY windowTitle.label "Konverter til tabell"> +<!ENTITY instructions1.label "Nettsideutvikler lager en ny tabellrad for hvert avsnitt i det valgte området."> +<!ENTITY instructions2.label "Velg tegnet som er brukt for å separere kolonnene i det valgte området:"> +<!ENTITY commaRadio.label "Komma"> +<!ENTITY spaceRadio.label "Mellomrom"> +<!ENTITY otherRadio.label "Annet tegn:"> +<!ENTITY deleteCharCheck.label "Slett skilletegn"> +<!ENTITY collapseSpaces.label "Ignorer ekstra mellomrom"> +<!ENTITY collapseSpaces.tooltip "Konverter gjentatte mellomrom til ett skilletegn"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EdDialogOverlay.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EdDialogOverlay.dtd new file mode 100644 index 0000000000..d3ad28e22b --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EdDialogOverlay.dtd @@ -0,0 +1,20 @@ +<!-- 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/. --> + +<!ENTITY AdvancedEditButton.label "Avanserte innstillinger …"> +<!ENTITY AdvancedEditButton.accessKey "A"> +<!ENTITY AdvancedEditButton.tooltip "Legg til eller endre HTML-attributter, stilattributter og JavaScript"> +<!ENTITY chooseFileButton.label "Velg fil …"> +<!ENTITY chooseFileButton.accessKey "V"> +<!ENTITY chooseFileLinkButton.label "Velg fil …"> +<!ENTITY chooseFileLinkButton.accessKey "e"> +<!ENTITY makeUrlRelative.label "URL-en er relativ til sidens adresse"> +<!ENTITY makeUrlRelative.accessKey "r"> +<!ENTITY makeUrlRelative.tooltip "Bytt mellom relativ og absolutt URL. Du må først lagre siden for å endre dette."> + +<!-- Shared by Link and Image dialogs --> +<!ENTITY LinkURLEditField.label "Skriv inn en nettsideadresse, navnet til en lokal fil, eller velg et navngitt anker eller overskrift fra nedtrekksmenyen:"> +<!ENTITY LinkURLEditField.accessKey "n"> +<!ENTITY LinkURLEditField2.label "Skriv inn en nettsideadresse, navnet til en lokal fil, eller velg et navngitt anker eller overskrift fra feltets kontekstmeny:"> +<!ENTITY LinkURLEditField2.accessKey "n"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EdNamedAnchorProperties.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EdNamedAnchorProperties.dtd new file mode 100644 index 0000000000..5af7f6a678 --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EdNamedAnchorProperties.dtd @@ -0,0 +1,9 @@ +<!-- 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/. --> + +<!ENTITY windowTitle.label "Egenskaper for navngitte anker"> +<!ENTITY anchorNameEditField.label "Ankernavn:"> +<!ENTITY anchorNameEditField.accessKey "n"> +<!ENTITY nameInput.tooltip "Skriv inn et unikt navn for dette navngitte målankeret"> + diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditConflict.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditConflict.dtd new file mode 100644 index 0000000000..378ebbfe1e --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditConflict.dtd @@ -0,0 +1,10 @@ +<!-- 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/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "Velg redigeringsendringer"> +<!ENTITY conflictWarning.label "Denne siden er endret av et annet program, men du har også ulagrede endringer i nettsideutvikleren."> +<!ENTITY conflictResolve.label "Velg hvilken versjon du vil beholde:"> +<!ENTITY keepCurrentPageButton.label "Behold gjeldende sideendringer"> +<!ENTITY useOtherPageButton.label "Bytt gjeldende side med de andre endringene"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorButtonProperties.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorButtonProperties.dtd new file mode 100644 index 0000000000..1e50bd4ade --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorButtonProperties.dtd @@ -0,0 +1,27 @@ +<!-- 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/. --> + +<!ENTITY windowTitle.label "Knappeegenskaper"> + +<!ENTITY Settings.label "Innstillinger"> + +<!ENTITY ButtonType.label "Type"> +<!ENTITY ButtonType.accesskey "T"> +<!ENTITY submit.value "Send"> +<!ENTITY reset.value "Tilbakestill"> +<!ENTITY button.value "Knapp"> + +<!ENTITY ButtonName.label "Navn:"> +<!ENTITY ButtonName.accesskey "N"> +<!ENTITY ButtonValue.label "Verdi:"> +<!ENTITY ButtonValue.accesskey "V"> +<!ENTITY tabIndex.label "Tabulatorindeks"> +<!ENTITY tabIndex.accesskey "i"> +<!ENTITY ButtonDisabled.label "Avslått"> +<!ENTITY ButtonDisabled.accesskey "A"> +<!ENTITY AccessKey.label "Hurtigtast:"> +<!ENTITY AccessKey.accesskey "H"> + +<!ENTITY RemoveButton.label "Fjern knapp"> +<!ENTITY RemoveButton.accesskey "r"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorColorProperties.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorColorProperties.dtd new file mode 100644 index 0000000000..bec9f1b8a4 --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorColorProperties.dtd @@ -0,0 +1,29 @@ +<!-- 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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Sidefarger og -bakgrunn"> +<!ENTITY pageColors.label "Sidefarger"> +<!ENTITY defaultColorsRadio.label "Leserens standardfarger (Ikke sett farger på siden)"> +<!ENTITY defaultColorsRadio.accessKey "L"> +<!ENTITY defaultColorsRadio.tooltip "Bruk kun fargevalgene i leserens nettleser"> +<!ENTITY customColorsRadio.label "Bruk egendefinerte farger:"> +<!ENTITY customColorsRadio.accessKey "e"> +<!ENTITY customColorsRadio.tooltip "Disse fargevalgene overstyrer nettleserens valg"> + +<!ENTITY normalText.label "Normal tekst"> +<!ENTITY normalText.accessKey "N"> +<!ENTITY linkText.label "Tekst for lenker"> +<!ENTITY linkText.accessKey "T"> +<!ENTITY activeLinkText.label "Tekst for aktive lenker"> +<!ENTITY activeLinkText.accessKey "k"> +<!ENTITY visitedLinkText.label "Tekst for besøkte lenker"> +<!ENTITY visitedLinkText.accessKey "f"> +<!ENTITY background.label "Bakgrunn:"> +<!ENTITY background.accessKey "B"> +<!ENTITY colon.character ":"> +<!ENTITY backgroundImage.label "Bakgrunnsbilde:"> +<!ENTITY backgroundImage.accessKey "a"> +<!ENTITY backgroundImage.tooltip "Bruk en bildefil som bakgrunn på siden"> +<!ENTITY backgroundImage.shortenedDataURI "Forkortet data-URI (ved kopiering vil hele URI-en bli plassert på utklippstavlen)"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorFieldSetProperties.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorFieldSetProperties.dtd new file mode 100644 index 0000000000..1389509596 --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorFieldSetProperties.dtd @@ -0,0 +1,20 @@ +<!-- 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/. --> + +<!ENTITY windowTitle.label "Egenskaper for feltgruppe"> + +<!ENTITY Legend.label "Legend"> +<!ENTITY Legend.accesskey "L"> + +<!ENTITY EditLegendText.label "Rediger legend:"> +<!ENTITY EditLegendText.accesskey "R"> +<!ENTITY LegendAlign.label "Aligneringslegend"> +<!ENTITY LegendAlign.accesskey "A"> +<!ENTITY AlignDefault.label "Standard"> +<!ENTITY AlignLeft.label "Venstre"> +<!ENTITY AlignCenter.label "Midtstilt"> +<!ENTITY AlignRight.label "Høyre"> + +<!ENTITY RemoveFieldSet.label "Fjern feltgruppe"> +<!ENTITY RemoveFieldSet.accesskey "r"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorFormProperties.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorFormProperties.dtd new file mode 100644 index 0000000000..9855987352 --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorFormProperties.dtd @@ -0,0 +1,21 @@ +<!-- 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/. --> + +<!ENTITY windowTitle.label "Skjemaegenskaper"> + +<!ENTITY Settings.label "Innstillinger"> + +<!ENTITY FormName.label "Skjemanavn:"> +<!ENTITY FormName.accesskey "n"> +<!ENTITY FormAction.label "Hendelses-URL:"> +<!ENTITY FormAction.accesskey "H"> +<!ENTITY FormMethod.label "Metode:"> +<!ENTITY FormMethod.accesskey "M"> +<!ENTITY FormEncType.label "Tegnkoding:"> +<!ENTITY FormEncType.accesskey "T"> +<!ENTITY FormTarget.label "Målramme:"> +<!ENTITY FormTarget.accesskey "M"> + +<!ENTITY RemoveForm.label "Fjern skjema"> +<!ENTITY RemoveForm.accesskey "r"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorHLineProperties.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorHLineProperties.dtd new file mode 100644 index 0000000000..ff89c4940e --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorHLineProperties.dtd @@ -0,0 +1,27 @@ +<!-- 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/. --> +<!-- Window title --> + + +<!ENTITY windowTitle.label "Egenskaper for horisontale linjer"> + +<!ENTITY dimensionsBox.label "Størrelsesforhold"> +<!ENTITY heightEditField.label "Høyde:"> +<!ENTITY heightEditField.accessKey "H"> +<!ENTITY widthEditField.label "Bredde:"> +<!ENTITY widthEditField.accessKey "B"> +<!ENTITY pixelsPopup.value "piksler"> +<!ENTITY alignmentBox.label "Justering"> +<!ENTITY leftRadio.label "Venstre"> +<!ENTITY leftRadio.accessKey "V"> +<!ENTITY centerRadio.label "Midtstilt"> +<!ENTITY centerRadio.accessKey "M"> +<!ENTITY rightRadio.label "Høyre"> +<!ENTITY rightRadio.accessKey "y"> + +<!ENTITY threeDShading.label "3D-skygge"> +<!ENTITY threeDShading.accessKey "s"> +<!ENTITY saveSettings.label "Bruk som standard"> +<!ENTITY saveSettings.accessKey "B"> +<!ENTITY saveSettings.tooltip "Lagre disse innstillingene for bruk ved innsetting av nye horisontale linjer"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorImageProperties.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorImageProperties.dtd new file mode 100644 index 0000000000..e2f90f80ab --- /dev/null +++ b/l10n-nb-NO/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 "Bildeegenskaper"> + +<!ENTITY pixelsPopup.value "piksler"> + +<!-- These are in the Location tab panel --> +<!ENTITY locationEditField.label "Bildeadresse:"> +<!ENTITY locationEditField.accessKey "B"> +<!ENTITY locationEditField.tooltip "Skriv inn bildets filnavn eller adresse"> +<!ENTITY locationEditField.shortenedDataURI "Forkortet data-URI (ved kopiering vil hele URI-en bli plassert på utklippstavlen)"> +<!ENTITY title.label "Verktøytips:"> +<!ENTITY title.accessKey "V"> +<!ENTITY title.tooltip "HTML-attributtet «title» viser et verktøytips"> +<!ENTITY altText.label "Alternativ tekst:"> +<!ENTITY altText.accessKey "A"> +<!ENTITY altTextEditField.tooltip "Skriv inn tekst for å vise istedenfor bildet"> +<!ENTITY noAltText.label "Ikke bruk alternativ tekst"> +<!ENTITY noAltText.accessKey "I"> + +<!ENTITY previewBox.label "Bildeforhåndsvisning"> + +<!-- These controls are in the Dimensions tab panel --> +<!-- actualSize.label should be same as actualSizeRadio.label + ":" --> +<!ENTITY actualSize.label "Virkelig størrelse:"> +<!ENTITY actualSizeRadio.label "Virkelig størrelse"> +<!ENTITY actualSizeRadio.accessKey "V"> +<!ENTITY actualSizeRadio.tooltip "Gå tilbake til bildets virkelige størrelse"> +<!ENTITY customSizeRadio.label "Egendefinert størrelse"> +<!ENTITY customSizeRadio.accessKey "E"> +<!ENTITY customSizeRadio.tooltip "Endre bildets størrelse som vist på siden"> +<!ENTITY heightEditField.label "Høyde:"> +<!ENTITY heightEditField.accessKey "H"> +<!ENTITY widthEditField.label "Bredde:"> +<!ENTITY widthEditField.accessKey "r"> +<!ENTITY constrainCheckbox.label "Begrens"> +<!ENTITY constrainCheckbox.accessKey "B"> +<!ENTITY constrainCheckbox.tooltip "Behold bildets størrelsesforhold"> + +<!-- 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 bunnen"> +<!ENTITY topPopup.value "Ved toppen"> +<!ENTITY centerPopup.value "I midten"> +<!ENTITY wrapRightPopup.value "Bryt til høyre"> +<!ENTITY wrapLeftPopup.value "Bryt til venstre"> + +<!-- These controls are in the Spacing Box --> +<!ENTITY spacingBox.label "Mellomrom"> +<!ENTITY leftRightEditField.label "Venstre og høyre:"> +<!ENTITY leftRightEditField.accessKey "V"> +<!ENTITY topBottomEditField.label "Topp og bunn:"> +<!ENTITY topBottomEditField.accessKey "T"> +<!ENTITY borderEditField.label "Heltrukket kantlinje"> +<!ENTITY borderEditField.accessKey "H"> + +<!-- These controls are in the Link Box --> +<!ENTITY showImageLinkBorder.label "Vis kantlinje rund lenket bilde"> +<!ENTITY showImageLinkBorder.accessKey "V"> +<!ENTITY LinkAdvancedEditButton.label "Lenk avansert redigering …"> +<!ENTITY LinkAdvancedEditButton.accessKey "L"> +<!ENTITY LinkAdvancedEditButton.tooltip "Legg til eller endre HTML-attributter, stilattributter og JavaScript"> + +<!-- These tabs are currently used in the image input dialog --> +<!ENTITY imageInputTab.label "Skjema"> +<!ENTITY imageLocationTab.label "Adresse"> +<!ENTITY imageDimensionsTab.label "Størrelsesforhold"> +<!ENTITY imageAppearanceTab.label "Utseende"> +<!ENTITY imageLinkTab.label "Lenke"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorInputProperties.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorInputProperties.dtd new file mode 100644 index 0000000000..560b7e7fcc --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorInputProperties.dtd @@ -0,0 +1,50 @@ +<!-- 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/. --> + +<!ENTITY windowTitle.label "Egenskaper for skjemafelt"> +<!ENTITY windowTitleImage.label "Egenskaper for skjemabilde"> + +<!ENTITY InputType.label "Felttype"> +<!ENTITY InputType.accesskey "t"> +<!ENTITY text.value "Tekst"> +<!ENTITY password.value "Passord"> +<!ENTITY checkbox.value "Avmerkingsboks"> +<!ENTITY radio.value "Alternativknapp"> +<!ENTITY submit.value "Send-knapp"> +<!ENTITY reset.value "Tilbakestill-knapp"> +<!ENTITY file.value "Fil"> +<!ENTITY hidden.value "Skjult"> +<!ENTITY image.value "Bilde"> +<!ENTITY button.value "Knapp"> + +<!ENTITY InputSettings.label "Feltinnstillinger"> +<!ENTITY InputName.label "Feltnavn:"> +<!ENTITY InputName.accesskey "F"> +<!ENTITY GroupName.label "Gruppenavn:"> +<!ENTITY GroupName.accesskey "n"> +<!ENTITY InputValue.label "Feltverdi:"> +<!ENTITY InputValue.accesskey "v"> +<!ENTITY InitialValue.label "Opprinnelig verdi:"> +<!ENTITY InitialValue.accesskey "O"> +<!ENTITY InputChecked.label "Opprinnelig avkrysset"> +<!ENTITY InputChecked.accesskey "O"> +<!ENTITY InputSelected.label "Opprinnelig valgt"> +<!ENTITY InputSelected.accesskey "O"> +<!ENTITY InputReadOnly.label "Kun lesetilgang"> +<!ENTITY InputReadOnly.accesskey "K"> +<!ENTITY InputDisabled.label "Avslått"> +<!ENTITY InputDisabled.accesskey "A"> +<!ENTITY tabIndex.label "Tabulatorindeks"> +<!ENTITY tabIndex.accesskey "i"> +<!ENTITY TextSize.label "Feltstørrelse:"> +<!ENTITY TextSize.accesskey "F"> +<!ENTITY TextLength.label "Makslengde"> +<!ENTITY TextLength.accesskey "l"> +<!ENTITY AccessKey.label "Hurtigtast:"> +<!ENTITY AccessKey.accesskey "H"> +<!ENTITY Accept.label "Godta typer:"> +<!ENTITY Accept.accesskey "G"> + +<!ENTITY ImageProperties.label "Bildeegenskaper …"> +<!ENTITY ImageProperties.accesskey "e"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorInsertChars.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorInsertChars.dtd new file mode 100644 index 0000000000..bd08a013bd --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorInsertChars.dtd @@ -0,0 +1,19 @@ +<!-- 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/. --> +<!-- Window title --> + + +<!ENTITY windowTitle.label "Sett inn tegn"> +<!ENTITY category.label "Kategori"> +<!ENTITY letter.label "Bokstav:"> +<!ENTITY letter.accessKey "B"> +<!ENTITY character.label "Tegn:"> +<!ENTITY character.accessKey "T"> +<!ENTITY accentUpper.label "Store bokstaver med aksenttegn"> +<!ENTITY accentLower.label "Små bokstaver med aksenttegn"> +<!ENTITY otherUpper.label "Andre store bokstaver"> +<!ENTITY otherLower.label "Andre små bokstaver"> +<!ENTITY commonSymbols.label "Vanlige symboler"> +<!ENTITY insertButton.label "Sett inn"> +<!ENTITY closeButton.label "Lukk"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorInsertMath.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorInsertMath.dtd new file mode 100644 index 0000000000..75a9a18443 --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorInsertMath.dtd @@ -0,0 +1,21 @@ +<!-- 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/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "Sett inn matte"> + +<!ENTITY sourceEditField.label "Skriv inn LaTeX kildekode:"> + +<!ENTITY options.label "Innstillinger"> +<!ENTITY optionInline.label "Innbundet modus"> +<!ENTITY optionInline.accesskey "n"> +<!ENTITY optionDisplay.label "Visningsmodus"> +<!ENTITY optionDisplay.accesskey "V"> +<!ENTITY optionLTR.label "Venstre-til-høyre retning"> +<!ENTITY optionLTR.accesskey "V"> +<!ENTITY optionRTL.label "Høyre-til-venstre retning"> +<!ENTITY optionRTL.accesskey "H"> + +<!ENTITY insertButton.label "Sett inn"> +<!ENTITY insertButton.accesskey "i"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorInsertSource.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorInsertSource.dtd new file mode 100644 index 0000000000..2062afb875 --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorInsertSource.dtd @@ -0,0 +1,15 @@ +<!-- 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/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "Sett inn HTML"> +<!ENTITY sourceEditField.label "Skriv inn HTML-tagger og tekst:"> +<!ENTITY example.label "Eksempel: "> +<!-- LOCALIZATION NOTE (exampleOpenTag.label): DONT_TRANSLATE: they are text for HTML tagnames: "<i>" and "</i>" --> +<!ENTITY exampleOpenTag.label "<i>"> +<!-- LOCALIZATION NOTE (exampleCloseTag.label): DONT_TRANSLATE: they are text for HTML tagnames: "<i>" and "</i>" --> +<!ENTITY exampleCloseTag.label "</i>"> +<!ENTITY exampleText.label "Hallo, verden!"> +<!ENTITY insertButton.label "Sett inn"> +<!ENTITY insertButton.accesskey "i"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorInsertTOC.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorInsertTOC.dtd new file mode 100644 index 0000000000..e3a705c474 --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorInsertTOC.dtd @@ -0,0 +1,16 @@ +<!-- 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/. --> + +<!ENTITY Window.title "Innholdsfortegnelse"> +<!ENTITY buildToc.label "Bygg opp innholdsfortegnelse fra:"> +<!ENTITY tag.label "Tagger:"> +<!ENTITY class.label "Klasse:"> +<!ENTITY header1.label "Nivå 1"> +<!ENTITY header2.label "Nivå 2"> +<!ENTITY header3.label "Nivå 3"> +<!ENTITY header4.label "Nivå 4"> +<!ENTITY header5.label "Nivå 5"> +<!ENTITY header6.label "Nivå 6"> +<!ENTITY makeReadOnly.label "Gjør innholdsfortegnelsen bare lesbar"> +<!ENTITY orderedList.label "Nummerer alle elementer i innholdsfortegnelsen"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorInsertTable.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorInsertTable.dtd new file mode 100644 index 0000000000..71e2121413 --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorInsertTable.dtd @@ -0,0 +1,18 @@ +<!-- 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/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "Sett inn tabell"> + +<!ENTITY size.label "Størrelse"> +<!ENTITY numRowsEditField.label "Rader:"> +<!ENTITY numRowsEditField.accessKey "R"> +<!ENTITY numColumnsEditField.label "Kolonner:"> +<!ENTITY numColumnsEditField.accessKey "K"> +<!ENTITY widthEditField.label "Bredde:"> +<!ENTITY widthEditField.accessKey "B"> +<!ENTITY borderEditField.label "Kantlinje:"> +<!ENTITY borderEditField.accessKey "n"> +<!ENTITY borderEditField.tooltip "Skriv inn et tall for tabellens kantlinje, eller skriv null (0) for ingen kantlinje"> +<!ENTITY pixels.label "punkter"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorLabelProperties.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorLabelProperties.dtd new file mode 100644 index 0000000000..fe1a09d1a5 --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorLabelProperties.dtd @@ -0,0 +1,18 @@ +<!-- 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/. --> + +<!ENTITY windowTitle.label "Etikettegenskaper"> + +<!ENTITY Settings.label "Innstillinger"> +<!ENTITY Settings.accesskey "s"> + +<!ENTITY EditLabelText.label "Rediger tekst:"> +<!ENTITY EditLabelText.accesskey "t"> +<!ENTITY LabelFor.label "For kontroll:"> +<!ENTITY LabelFor.accesskey "F"> +<!ENTITY AccessKey.label "Tilgangstast:"> +<!ENTITY AccessKey.accesskey "T"> + +<!ENTITY RemoveLabel.label "Fjern etikett"> +<!ENTITY RemoveLabel.accesskey "r"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorLinkProperties.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorLinkProperties.dtd new file mode 100644 index 0000000000..91c6fca606 --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorLinkProperties.dtd @@ -0,0 +1,6 @@ +<!-- 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/. --> + +<!ENTITY windowTitle.label "Lenkeegenskaper"> +<!ENTITY LinkURLBox.label "Lenkeadresse"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorListProperties.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorListProperties.dtd new file mode 100644 index 0000000000..a67bdbaecc --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorListProperties.dtd @@ -0,0 +1,20 @@ +<!-- 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/. --> +<!-- Window title --> + + +<!ENTITY windowTitle.label "Listeegenskaper"> + +<!ENTITY ListType.label "Listetype"> +<!ENTITY bulletStyle.label "Punktstil:"> +<!ENTITY startingNumber.label "Start med:"> +<!ENTITY startingNumber.accessKey "m"> +<!ENTITY none.value "Ingen"> +<!ENTITY bulletList.value "Punktmerket (unummerert) liste"> +<!ENTITY numberList.value "Nummerert liste"> +<!ENTITY definitionList.value "Definisjonsliste"> +<!ENTITY changeEntireListRadio.label "Endre hele listen"> +<!ENTITY changeEntireListRadio.accessKey "h"> +<!ENTITY changeSelectedRadio.label "Endre kun merkede elementer"> +<!ENTITY changeSelectedRadio.accessKey "E"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorPageProperties.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorPageProperties.dtd new file mode 100644 index 0000000000..d382e4262d --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorPageProperties.dtd @@ -0,0 +1,17 @@ +<!-- 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/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "Sideegenskaper"> +<!ENTITY location.label "Adresse:"> +<!ENTITY lastModified.label "Sist endret:"> +<!ENTITY titleInput.label "Tittel:"> +<!ENTITY titleInput.accessKey "T"> +<!ENTITY authorInput.label "Forfatter:"> +<!ENTITY authorInput.accessKey "F"> +<!ENTITY descriptionInput.label "Beskrivelse:"> +<!ENTITY descriptionInput.accessKey "B"> +<!ENTITY locationNewPage.label "[Ny side, ikke lagret enda]"> +<!ENTITY EditHEADSource1.label "Avanserte brukere:"> +<!ENTITY EditHEADSource2.label "For å redigere annet innhold i <head>-regionen, bruk «HTML-kilde» i Vis-menyen eller verktøylinjen for redigeringsmodus."> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorPersonalDictionary.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorPersonalDictionary.dtd new file mode 100644 index 0000000000..2ca31a459f --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorPersonalDictionary.dtd @@ -0,0 +1,20 @@ +<!-- 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/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "Egendefinert ordbok"> + +<!ENTITY wordEditField.label "Nytt ord:"> +<!ENTITY wordEditField.accessKey "N"> +<!ENTITY AddButton.label "Legg til"> +<!ENTITY AddButton.accessKey "L"> +<!ENTITY DictionaryList.label "Ord i ordboken:"> +<!ENTITY DictionaryList.accessKey "O"> +<!ENTITY ReplaceButton.label "Erstatt"> +<!ENTITY ReplaceButton.accessKey "E"> +<!ENTITY RemoveButton.label "Fjern"> +<!ENTITY RemoveButton.accessKey "F"> + +<!ENTITY CloseButton.label "Lukk"> +<!ENTITY CloseButton.accessKey "u"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorPublish.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorPublish.dtd new file mode 100644 index 0000000000..85a42403fc --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorPublish.dtd @@ -0,0 +1,65 @@ +<!-- 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/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "Publiser side"> +<!ENTITY windowTitleSettings.label "Publiseringsinnstillinger"> +<!ENTITY publishTab.label "Publiser"> +<!ENTITY settingsTab.label "Innstillinger"> +<!ENTITY publishButton.label "Publiser"> +<!-- Publish Tab Panel --> + +<!ENTITY siteList.label "Områdenavn:"> +<!ENTITY siteList.accesskey "O"> +<!ENTITY siteList.tooltip "Velg området du vil publisere til"> +<!ENTITY newSiteButton.label "Nytt område"> +<!ENTITY newSiteButton.accesskey "N"> +<!ENTITY docDirList.label "Undermappe for denne siden:"> +<!ENTITY docDirList.accesskey "U"> +<!ENTITY docDirList.tooltip "Velg eller skriv inn navnet på en undermappen på serveren som denne siden bruker"> +<!ENTITY publishImgCheckbox.label "Ta med bilder og andre filer"> +<!ENTITY publishImgCheckbox.accesskey "T"> +<!ENTITY publishImgCheckbox.tooltip "Publiser bilder og andre filer som denne siden er koblet til"> +<!ENTITY sameLocationRadio.label "Bruk samme adresse som siden"> +<!ENTITY sameLocationRadio.accesskey "r"> +<!ENTITY sameLocationRadio.tooltip "Publiser filer til den same adressen som siden"> +<!ENTITY useSubdirRadio.label "Bruk denne undermappen"> +<!ENTITY useSubdirRadio.accesskey "d"> +<!ENTITY useSubdirRadio.tooltip "Velg eller skriv inn et navn på den eksterne undermappen hvor filene skal publiseres"> +<!ENTITY otherDirList.tooltip "Velg eller skriv inn et navn på en undermappe på serveren hvor filene vil publiseres"> +<!ENTITY pageTitle.label "Sidetittel:"> +<!ENTITY pageTitle.accesskey "t"> +<!ENTITY pageTitle.tooltip "Skriv inn en tittel for å identifisere siden i vinduet og bokmerkene"> +<!ENTITY pageTitleExample.label "f.eks.: «Min nettside»"> +<!ENTITY filename.label "Filnavn:"> +<!ENTITY filename.accesskey "F"> +<!ENTITY filename.tooltip "Skriv inn et navn på denne filen, og ta med «.html» for en nettside"> +<!ENTITY filenameExample.label "f.eks.: «minside.html»"> +<!ENTITY setDefaultButton.label "Sett som standard"> +<!ENTITY setDefaultButton.accesskey "e"> +<!ENTITY removeButton.label "Fjern område"> +<!ENTITY removeButton.accesskey "r"> +<!-- Settings Tab Panel --> + +<!ENTITY publishSites.label "Publiseringssteder"> +<!ENTITY serverInfo.label "Serverinformasjon"> +<!ENTITY loginInfo.label "Innloggingsinformasjon"> +<!ENTITY siteName.label "Områdenavn:"> +<!ENTITY siteName.accesskey "O"> +<!ENTITY siteName.tooltip "Et kallenavn som identifiserer dette publiseringsområdet (f.eks.: «Mitt område»)"> +<!ENTITY siteUrl.label "Publiseringsadresse (f.eks.: «ftp://ftp.myisp.com/myusername»):"> +<!ENTITY siteUrl.accesskey "P"> +<!ENTITY siteUrl.tooltip "FTP://- eller HTTP://-adressen til din ISP eller nettvert"> +<!ENTITY browseUrl.label "HTTP-adressen til hjemmesiden (f.eks.: «http://www.myisp.com/myusername»):"> +<!ENTITY browseUrl.accesskey "T"> +<!ENTITY browseUrl.tooltip "HTTP://-adressen til din hjemmemappe (ikke ta med filnavn)"> +<!ENTITY username.label "Brukernavn:"> +<!ENTITY username.accesskey "B"> +<!ENTITY username.tooltip "Brukernavnet du bruker for å logge inn til din ISP eller nettvert"> +<!ENTITY password.label "Passord:"> +<!ENTITY password.accesskey "P"> +<!ENTITY password.tooltip "Passordet tilhørende ditt brukernavn"> +<!ENTITY savePassword.label "Lagre passord"> +<!ENTITY savePassword.accesskey "L"> +<!ENTITY savePassword.tooltip "Velg dette for å lagre passordet sikkert med Passordbehandling"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorPublishProgress.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorPublishProgress.dtd new file mode 100644 index 0000000000..e9d870d9d1 --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorPublishProgress.dtd @@ -0,0 +1,16 @@ +<!-- 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/. --> +<!-- Window title --> + +<!ENTITY siteUrl.label "Områdets URL:"> +<!ENTITY docSubdir.label "Undermappe for sider:"> +<!ENTITY otherSubdir.label "Undermappe for bilder:"> + +<!ENTITY status.label "Publiserer …"> +<!ENTITY fileList.label "Publiseringsstatus"> +<!ENTITY succeeded.label "Lyktes"> +<!ENTITY failed.label "Mislyktes"> + +<!ENTITY keepOpen "Ikke lukk dette vinduet etter at publiseringen er fullført."> +<!ENTITY closeButton.label "Lukk"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorReplace.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorReplace.dtd new file mode 100644 index 0000000000..0f1839f95a --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorReplace.dtd @@ -0,0 +1,27 @@ +<!-- 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/. --> + +<!-- extracted from EdReplace.xul --> + +<!ENTITY replaceDialog.title "Søk og erstatt"> +<!ENTITY findField.label "Søk etter:"> +<!ENTITY findField.accesskey "S"> +<!ENTITY replaceField.label "Erstatt med:"> +<!ENTITY replaceField.accesskey "m"> +<!ENTITY caseSensitiveCheckbox.label "Skill mellom store og små bokstaver"> +<!ENTITY caseSensitiveCheckbox.accesskey "k"> +<!ENTITY wrapCheckbox.label "Bryt rundt"> +<!ENTITY wrapCheckbox.accesskey "B"> +<!ENTITY backwardsCheckbox.label "Søk baklengs"> +<!ENTITY backwardsCheckbox.accesskey "ø"> +<!ENTITY findNextButton.label "Søk etter neste"> +<!ENTITY findNextButton.accesskey "n"> +<!ENTITY replaceButton.label "Erstatt"> +<!ENTITY replaceButton.accesskey "E"> +<!ENTITY replaceAndFindButton.label "Erstatt og søk"> +<!ENTITY replaceAndFindButton.accesskey "r"> +<!ENTITY replaceAllButton.label "Erstatt alle"> +<!ENTITY replaceAllButton.accesskey "t"> +<!ENTITY closeButton.label "Lukk"> +<!ENTITY closeButton.accesskey "L"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorSaveAsCharset.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorSaveAsCharset.dtd new file mode 100644 index 0000000000..233d0f1dc5 --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorSaveAsCharset.dtd @@ -0,0 +1,15 @@ +<!-- 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 generic to all or most of the editor's dialogs. --> +<!-- This button is for the progressive disclosure of additional editing functionality --> +<!-- These strings are for use specifically in the editor's link dialog. --> + + + +<!ENTITY windowTitle2.label "Lagre og endre tekstkoding"> +<!ENTITY documentTitleTitle.label "Sidetittel"> +<!ENTITY documentCharsetTitle2.label "Tekstkoding"> +<!ENTITY documentCharsetDesc2.label "Velg tekstkodingen du ønsker å lagre dokumentet med:"> +<!ENTITY documentExportToText.label "Eksporter til tekst"> + diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorSelectProperties.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorSelectProperties.dtd new file mode 100644 index 0000000000..0f9b8615b0 --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorSelectProperties.dtd @@ -0,0 +1,48 @@ +<!-- 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/. --> + +<!ENTITY windowTitle.label "Egenskaper for alternativliste"> + +<!ENTITY Select.label "Alternativliste"> +<!ENTITY SelectName.label "Listenavn:"> +<!ENTITY SelectName.accesskey "n"> +<!ENTITY SelectSize.label "Høyde:"> +<!ENTITY SelectSize.accesskey "H"> +<!ENTITY SelectMultiple.label "Flervalg"> +<!ENTITY SelectMultiple.accesskey "F"> +<!ENTITY SelectDisabled.label "Avslått"> +<!ENTITY SelectDisabled.accesskey "A"> +<!ENTITY SelectTabIndex.label "Tabulatorindeks:"> +<!ENTITY SelectTabIndex.accesskey "i"> + +<!ENTITY OptGroup.label "Alternativgruppe"> +<!ENTITY OptGroupLabel.label "Etikett:"> +<!ENTITY OptGroupLabel.accesskey "E"> +<!ENTITY OptGroupDisabled.label "Avslått"> +<!ENTITY OptGroupDisabled.accesskey "A"> + +<!ENTITY Option.label "Alternativ"> +<!ENTITY OptionText.label "Tekst:"> +<!ENTITY OptionText.accesskey "T"> +<!ENTITY OptionValue.label "Verdi:"> +<!ENTITY OptionValue.accesskey "V"> +<!ENTITY OptionSelected.label "Opprinnelig valgt"> +<!ENTITY OptionSelected.accesskey "O"> +<!ENTITY OptionDisabled.label "Avslått"> +<!ENTITY OptionDisabled.accesskey "A"> + +<!ENTITY TextHeader.label "Tekst"> +<!ENTITY ValueHeader.label "Verdi"> +<!ENTITY SelectedHeader.label "Valgt"> + +<!ENTITY AddOption.label "Legg til alternativ"> +<!ENTITY AddOption.accesskey "a"> +<!ENTITY AddOptGroup.label "Legg til gruppe"> +<!ENTITY AddOptGroup.accesskey "g"> +<!ENTITY RemoveElement.label "Fjern"> +<!ENTITY RemoveElement.accesskey "r"> +<!ENTITY MoveElementUp.label "Flytt opp"> +<!ENTITY MoveElementUp.accesskey "o"> +<!ENTITY MoveElementDown.label "Flytt ned"> +<!ENTITY MoveElementDown.accesskey "d"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorSnapToGrid.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorSnapToGrid.dtd new file mode 100644 index 0000000000..1fdd452464 --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorSnapToGrid.dtd @@ -0,0 +1,15 @@ +<!-- 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/. --> +<!-- Window title --> + + +<!ENTITY windowTitle.label "Fest til rutenett"> + +<!ENTITY enableSnapToGrid.label "Slå på festing til rutenett"> +<!ENTITY enableSnapToGrid.accessKey "s"> + +<!ENTITY sizeEditField.label "Størrelse:"> +<!ENTITY sizeEditField.accessKey "S"> + +<!ENTITY pixelsLabel.value "piksler"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorSpellCheck.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorSpellCheck.dtd new file mode 100644 index 0000000000..19d7c5a14d --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorSpellCheck.dtd @@ -0,0 +1,38 @@ +<!-- 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/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "Stavekontroll"> + +<!ENTITY misspelledWord.label "Feilstavet ord:"> +<!ENTITY wordEditField.label "Erstatt med:"> +<!ENTITY wordEditField.accessKey "E"> +<!ENTITY checkwordButton.label "Kontroller ord"> +<!ENTITY checkwordButton.accessKey "K"> +<!ENTITY suggestions.label "Forslag:"> +<!ENTITY suggestions.accessKey "F"> +<!ENTITY ignoreButton.label "Ignorer"> +<!ENTITY ignoreButton.accessKey "I"> +<!ENTITY ignoreAllButton.label "Ignorer alle"> +<!ENTITY ignoreAllButton.accessKey "n"> +<!ENTITY replaceButton.label "Erstatt"> +<!ENTITY replaceButton.accessKey "E"> +<!ENTITY replaceAllButton.label "Erstatt alle"> +<!ENTITY replaceAllButton.accessKey "a"> +<!ENTITY stopButton.label "Stopp"> +<!ENTITY stopButton.accessKey "t"> +<!ENTITY userDictionary.label "Egendefinert ordbok:"> +<!ENTITY moreDictionaries.label "Last ned flere …"> +<!ENTITY addToUserDictionaryButton.label "Legg til ord"> +<!ENTITY addToUserDictionaryButton.accessKey "g"> +<!ENTITY editUserDictionaryButton.label "Rediger …"> +<!ENTITY editUserDictionaryButton.accessKey "R"> +<!ENTITY recheckButton2.label "Sjekk tekst på nytt"> +<!ENTITY recheckButton2.accessKey "t"> +<!ENTITY closeButton.label "Lukk"> +<!ENTITY closeButton.accessKey "L"> +<!ENTITY sendButton.label "Send"> +<!ENTITY sendButton.accessKey "d"> +<!ENTITY languagePopup.label "Språk:"> +<!ENTITY languagePopup.accessKey "S"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorTableProperties.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorTableProperties.dtd new file mode 100644 index 0000000000..7c2d55a51d --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorTableProperties.dtd @@ -0,0 +1,75 @@ +<!-- 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/. --> + +<!ENTITY tableWindow.title "Tabellegenskaper"> +<!ENTITY applyButton.label "Bruk"> +<!ENTITY applyButton.accesskey "B"> +<!ENTITY closeButton.label "Lukk"> +<!ENTITY tableTab.label "Tabell"> +<!ENTITY cellTab.label "Celler"> +<!ENTITY tableRows.label "Rader:"> +<!ENTITY tableRows.accessKey "R"> +<!ENTITY tableColumns.label "Kolonner:"> +<!ENTITY tableColumns.accessKey "K"> +<!ENTITY tableHeight.label "Høyde:"> +<!ENTITY tableHeight.accessKey "ø"> +<!ENTITY tableWidth.label "Bredde:"> +<!ENTITY tableWidth.accessKey "B"> +<!ENTITY tableBorderSpacing.label "Kantlinjer og mellomrom"> +<!ENTITY tableBorderWidth.label "Kantlinje:"> +<!ENTITY tableBorderWidth.accessKey "K"> +<!ENTITY tableSpacing.label "Mellomrom:"> +<!ENTITY tableSpacing.accessKey "M"> +<!ENTITY tablePadding.label "Padding:"> +<!ENTITY tablePadding.accessKey "P"> +<!ENTITY tablePxBetwCells.label "piksler mellom celler"> +<!ENTITY tablePxBetwBrdrCellContent.label "piksler mellom cellens kantlinje og innhold"> +<!ENTITY tableAlignment.label "Tabelljustering:"> +<!ENTITY tableAlignment.accessKey "T"> +<!ENTITY tableCaption.label "Beskrivelse:"> +<!ENTITY tableCaption.accessKey "B"> +<!ENTITY tableCaptionAbove.label "Over tabellen"> +<!ENTITY tableCaptionBelow.label "Under tabellen"> +<!ENTITY tableCaptionLeft.label "Venstre for tabellen"> +<!ENTITY tableCaptionRight.label "Høyre for tabellen"> +<!ENTITY tableCaptionNone.label "Ingen"> +<!ENTITY tableInheritColor.label "(La sidefargen skinne gjennom)"> + +<!ENTITY cellSelection.label "Merket område"> +<!ENTITY cellSelectCell.label "Celle"> +<!ENTITY cellSelectRow.label "Rad"> +<!ENTITY cellSelectColumn.label "Kolonne"> +<!ENTITY cellSelectNext.label "Neste"> +<!ENTITY cellSelectNext.accessKey "N"> +<!ENTITY cellSelectPrevious.label "Forrige:"> +<!ENTITY cellSelectPrevious.accessKey "F"> +<!ENTITY applyBeforeChange.label "Følgende endringer vil bli brukt før bytte av merket område."> +<!ENTITY cellContentAlignment.label "Innholdsjustering"> +<!ENTITY cellHorizontal.label "Horisontal:"> +<!ENTITY cellHorizontal.accessKey "H"> +<!ENTITY cellVertical.label "Vertikal:"> +<!ENTITY cellVertical.accessKey "V"> +<!ENTITY cellStyle.label "Cellestil:"> +<!ENTITY cellStyle.accessKey "C"> +<!ENTITY cellNormal.label "Normal"> +<!ENTITY cellHeader.label "Overskrift"> +<!ENTITY cellTextWrap.label "Tekstbryting:"> +<!ENTITY cellTextWrap.accessKey "b"> +<!ENTITY cellWrap.label "Linjebryting"> +<!ENTITY cellNoWrap.label "Ingen tekstbryting"> +<!ENTITY cellAlignTop.label "Topp"> +<!ENTITY cellAlignMiddle.label "Midten"> +<!ENTITY cellAlignBottom.label "Bunn"> +<!ENTITY cellAlignJustify.label "Justering"> +<!ENTITY cellInheritColor.label "(La tabellfargen skinne gjennom)"> +<!ENTITY cellUseCheckboxHelp.label "Bruk avkrysningsbokser for å avgjøre hvilke egenskaper som gjelder alle merkede celler"> +<!-- Used in both Table and Cell panels --> + +<!ENTITY size.label "Størrelse"> +<!ENTITY pixels.label "piksler"> +<!ENTITY backgroundColor.label "Bakgrunnsfarge:"> +<!ENTITY backgroundColor.accessKey "B"> +<!ENTITY AlignLeft.label "Venstre"> +<!ENTITY AlignCenter.label "Midtstill"> +<!ENTITY AlignRight.label "Høyre"> diff --git a/l10n-nb-NO/editor/ui/chrome/dialogs/EditorTextAreaProperties.dtd b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorTextAreaProperties.dtd new file mode 100644 index 0000000000..fc93bcae1f --- /dev/null +++ b/l10n-nb-NO/editor/ui/chrome/dialogs/EditorTextAreaProperties.dtd @@ -0,0 +1,33 @@ +<!-- 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/. --> + +<!ENTITY windowTitle.label "Egenskaper for tekstområde"> + +<!ENTITY Settings.label "Innstillinger"> + +<!ENTITY TextAreaName.label "Feltnavn:"> +<!ENTITY TextAreaName.accessKey "F"> +<!ENTITY TextAreaRows.label "Rader:"> +<!ENTITY TextAreaRows.accessKey "R"> +<!ENTITY TextAreaCols.label "Kolonner:"> +<!ENTITY TextAreaCols.accessKey "K"> +<!ENTITY TextAreaReadOnly.label "Kun lesetilgang"> +<!ENTITY TextAreaReadOnly.accessKey "K"> +<!ENTITY TextAreaDisabled.label "Avslått"> +<!ENTITY TextAreaDisabled.accessKey "A"> +<!ENTITY TextAreaTabIndex.label "Tabulatorindeks:"> +<!ENTITY TextAreaTabIndex.accessKey "i"> +<!ENTITY TextAreaAccessKey.label "Hurtigtast:"> +<!ENTITY TextAreaAccessKey.accessKey "H"> +<!ENTITY InitialText.label "Opprinnelig tekst:"> +<!ENTITY InitialText.accessKey "O"> + +<!ENTITY TextAreaWrap.label "Modus for tekstbryting"> +<!ENTITY TextAreaWrap.accessKey "t"> +<!ENTITY WrapDefault.value "Standard"> +<!ENTITY WrapOff.value "Avslått"> +<!ENTITY WrapHard.value "Hard"> +<!ENTITY WrapSoft.value "Myk"> +<!ENTITY WrapPhysical.value "Fysisk"> +<!ENTITY WrapVirtual.value "Virtuell"> |