diff options
Diffstat (limited to 'l10n-sv-SE/suite/chrome/editor/dialogs')
32 files changed, 853 insertions, 0 deletions
diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EdAdvancedEdit.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EdAdvancedEdit.dtd new file mode 100644 index 0000000000..0ae205939c --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Editor för avancerade egenskaper"> +<!ENTITY AttName.label "Attribut: "> +<!ENTITY AttValue.label "Värde: "> +<!ENTITY PropertyName.label "Egenskap: "> +<!ENTITY currentattributesfor.label "Aktuella attribut för: "> +<!ENTITY tree.attributeHeader.label "Attribut"> +<!ENTITY tree.propertyHeader.label "Egenskap"> +<!ENTITY tree.valueHeader.label "Värde"> +<!ENTITY tabHTML.label "HTML-attribut"> +<!ENTITY tabCSS.label "CSS-format"> +<!ENTITY tabJSE.label "JavaScript-händelser"> + +<!ENTITY editAttribute.label "Klicka på en post för att redigera dess värde"> +<!ENTITY removeAttribute.label "Ta bort"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EdColorPicker.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EdColorPicker.dtd new file mode 100644 index 0000000000..e148aa71ef --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Färg"> +<!ENTITY lastPickedColor.label "Senast valda färg"> +<!ENTITY lastPickedColor.accessKey "e"> +<!ENTITY setColor1.label "Klicka på en färg eller"> +<!ENTITY setColor2.label "skriv in en HTML-färgsträng"> +<!ENTITY setColor2.accessKey "H"> +<!ENTITY chooseColor1.label "Välj en färg:"> +<!ENTITY chooseColor2.label "Ange en HTML-färgsträng"> +<!ENTITY chooseColor2.accessKey "H"> +<!ENTITY setColorExample.label "(t.ex. "#0000ff" eller "blue"):"> +<!ENTITY default.label "(ingen)"> +<!ENTITY default.accessKey "i"> +<!ENTITY palette.label "Palett:"> +<!ENTITY standardPalette.label "Standard"> +<!ENTITY webPalette.label "Alla webbfärger"> +<!ENTITY background.label "Bakgrund för:"> +<!ENTITY background.accessKey "B"> +<!ENTITY table.label "Tabell"> +<!ENTITY table.accessKey "T"> +<!ENTITY cell.label "Cell(er)"> +<!ENTITY cell.accessKey "C"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EdConvertToTable.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EdConvertToTable.dtd new file mode 100644 index 0000000000..f5e31c8785 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/dialogs/EdConvertToTable.dtd @@ -0,0 +1,14 @@ +<!-- 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 "Konvertera till tabell"> +<!ENTITY instructions1.label "Composer skapar en ny tabellrad för varje stycke i markeringen."> +<!ENTITY instructions2.label "Välj ett tecken som delar kolumner:"> +<!ENTITY commaRadio.label "Komma"> +<!ENTITY spaceRadio.label "Mellanslag"> +<!ENTITY otherRadio.label "Annat tecken:"> +<!ENTITY deleteCharCheck.label "Ta bort delningstecknen"> +<!ENTITY collapseSpaces.label "Ta bort extra mellanslag"> +<!ENTITY collapseSpaces.tooltip "Tar bort de mellanslag som finns före och efter delningstecknet"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EdDialogOverlay.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EdDialogOverlay.dtd new file mode 100644 index 0000000000..f4bdab0a6a --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Avancerad redigering…"> +<!ENTITY AdvancedEditButton.accessKey "c"> +<!ENTITY AdvancedEditButton.tooltip "Lägg till eller modifiera HTML-attribut, stilegenskaper och JavaScript"> +<!ENTITY chooseFileButton.label "Välj fil…"> +<!ENTITY chooseFileButton.accessKey "V"> +<!ENTITY chooseFileLinkButton.label "Välj fil…"> +<!ENTITY chooseFileLinkButton.accessKey "f"> +<!ENTITY makeUrlRelative.label "Webbadressen är relativ till sidans plats"> +<!ENTITY makeUrlRelative.accessKey "r"> +<!ENTITY makeUrlRelative.tooltip "Byt mellan relativ och absolut URL. Du måste spara sidan innan du ändrar."> + +<!-- Shared by Link and Image dialogs --> +<!ENTITY LinkURLEditField.label "Ange en webbadress, en lokal fil eller välj ett namngivet ankare eller rubrik från popup-listan:"> +<!ENTITY LinkURLEditField.accessKey "w"> +<!ENTITY LinkURLEditField2.label "Ange en webbadress, en lokal fil eller välj ett namngivet ankare eller rubrik från fältets snabbmeny:"> +<!ENTITY LinkURLEditField2.accessKey "w"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EdNamedAnchorProperties.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EdNamedAnchorProperties.dtd new file mode 100644 index 0000000000..c656def069 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/dialogs/EdNamedAnchorProperties.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/. --> + +<!ENTITY windowTitle.label "Egenskaper för namngivet ankare"> +<!ENTITY anchorNameEditField.label "Ankarets namn:"> +<!ENTITY anchorNameEditField.accessKey "A"> +<!ENTITY nameInput.tooltip "Ange ett unikt namn på ankaret (målet)"> + + diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditConflict.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditConflict.dtd new file mode 100644 index 0000000000..cbcc9adb02 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Välj redigering av ändringarna"> +<!ENTITY conflictWarning.label "Den här sidan har ändrats i ett annat program och det kan dessutom finnas ändringar som inte sparats i Composer."> +<!ENTITY conflictResolve.label "Välj vilken version du vill behålla:"> +<!ENTITY keepCurrentPageButton.label "Behåll ändringarna på den aktuella sidan"> +<!ENTITY useOtherPageButton.label "Ersätt den aktuella sidan med en annan version"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorButtonProperties.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorButtonProperties.dtd new file mode 100644 index 0000000000..27dfecbce6 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Egenskaper för knappar"> + +<!ENTITY Settings.label "Inställningar"> + +<!ENTITY ButtonType.label "Typ"> +<!ENTITY ButtonType.accesskey "T"> +<!ENTITY submit.value "Skicka"> +<!ENTITY reset.value "Återställ"> +<!ENTITY button.value "Knapp"> + +<!ENTITY ButtonName.label "Namn:"> +<!ENTITY ButtonName.accesskey "N"> +<!ENTITY ButtonValue.label "Värde:"> +<!ENTITY ButtonValue.accesskey "V"> +<!ENTITY tabIndex.label "Tabbindex:"> +<!ENTITY tabIndex.accesskey "i"> +<!ENTITY ButtonDisabled.label "Inaktiverad"> +<!ENTITY ButtonDisabled.accesskey "A"> +<!ENTITY AccessKey.label "Snabbtangent:"> +<!ENTITY AccessKey.accesskey "S"> + +<!ENTITY RemoveButton.label "Ta bort knapp"> +<!ENTITY RemoveButton.accesskey "T"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorColorProperties.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorColorProperties.dtd new file mode 100644 index 0000000000..0bbc0ad3c4 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Färger och bakgrund för sida"> +<!ENTITY pageColors.label "Färger för sida"> +<!ENTITY defaultColorsRadio.label "Besökarens förvalda färger (Ange inga färger på sidan)"> +<!ENTITY defaultColorsRadio.accessKey "ä"> +<!ENTITY defaultColorsRadio.tooltip "Använd endast mottagarens egna färginställningar"> +<!ENTITY customColorsRadio.label "Använd egna färger:"> +<!ENTITY customColorsRadio.accessKey "e"> +<!ENTITY customColorsRadio.tooltip "Dessa färginställningar används istället för inställningarna i mottagarens läsare"> + +<!ENTITY normalText.label "Normal text"> +<!ENTITY normalText.accessKey "N"> +<!ENTITY linkText.label "Länktext"> +<!ENTITY linkText.accessKey "L"> +<!ENTITY activeLinkText.label "Aktiv (markerad) länk"> +<!ENTITY activeLinkText.accessKey "A"> +<!ENTITY visitedLinkText.label "Besökt länk"> +<!ENTITY visitedLinkText.accessKey "ö"> +<!ENTITY background.label "Bakgrund:"> +<!ENTITY background.accessKey "B"> +<!ENTITY colon.character ":"> +<!ENTITY backgroundImage.label "Bakgrundsbild:"> +<!ENTITY backgroundImage.accessKey "g"> +<!ENTITY backgroundImage.tooltip "Använd en bildfil som bakgrund för sidan"> +<!ENTITY backgroundImage.shortenedDataURI "Avkortad data-URI (kopia kommer att placera hela URI:n i Urklipp)"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorFieldSetProperties.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorFieldSetProperties.dtd new file mode 100644 index 0000000000..8d739c6b66 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 för fältuppsättning"> + +<!ENTITY Legend.label "Förklaring"> +<!ENTITY Legend.accesskey "F"> + +<!ENTITY EditLegendText.label "Redigera förklaring:"> +<!ENTITY EditLegendText.accesskey "e"> +<!ENTITY LegendAlign.label "Justera förklaring:"> +<!ENTITY LegendAlign.accesskey "J"> +<!ENTITY AlignDefault.label "Grundinställning"> +<!ENTITY AlignLeft.label "Vänster"> +<!ENTITY AlignCenter.label "Mitten"> +<!ENTITY AlignRight.label "Höger"> + +<!ENTITY RemoveFieldSet.label "Ta bort fältuppsättning"> +<!ENTITY RemoveFieldSet.accesskey "T"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorFormProperties.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorFormProperties.dtd new file mode 100644 index 0000000000..8eadd80671 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Formuläregenskaper"> + +<!ENTITY Settings.label "Inställningar"> + +<!ENTITY FormName.label "Formulärnamn:"> +<!ENTITY FormName.accesskey "F"> +<!ENTITY FormAction.label "URL för åtgärd:"> +<!ENTITY FormAction.accesskey "å"> +<!ENTITY FormMethod.label "Metod:"> +<!ENTITY FormMethod.accesskey "M"> +<!ENTITY FormEncType.label "Kodning:"> +<!ENTITY FormEncType.accesskey "K"> +<!ENTITY FormTarget.label "Målram:"> +<!ENTITY FormTarget.accesskey "M"> + +<!ENTITY RemoveForm.label "Ta bort formulär"> +<!ENTITY RemoveForm.accesskey "T"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorHLineProperties.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorHLineProperties.dtd new file mode 100644 index 0000000000..7d016ca26b --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorHLineProperties.dtd @@ -0,0 +1,26 @@ +<!-- 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 för vågrät linje"> + +<!ENTITY dimensionsBox.label "Dimensioner"> +<!ENTITY heightEditField.label "Höjd:"> +<!ENTITY heightEditField.accessKey "H"> +<!ENTITY widthEditField.label "Bredd:"> +<!ENTITY widthEditField.accessKey "B"> +<!ENTITY pixelsPopup.value "pixlar"> +<!ENTITY alignmentBox.label "Kantställning"> +<!ENTITY leftRadio.label "Vänster"> +<!ENTITY leftRadio.accessKey "V"> +<!ENTITY centerRadio.label "Centrerad"> +<!ENTITY centerRadio.accessKey "e"> +<!ENTITY rightRadio.label "Höger"> +<!ENTITY rightRadio.accessKey "g"> + +<!ENTITY threeDShading.label "3D-skugga"> +<!ENTITY threeDShading.accessKey "D"> +<!ENTITY saveSettings.label "Använd som standard"> +<!ENTITY saveSettings.accessKey "s"> +<!ENTITY saveSettings.tooltip "Lagra inställningarna för infogande av nya linjer"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorImageProperties.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorImageProperties.dtd new file mode 100644 index 0000000000..c2477e8f78 --- /dev/null +++ b/l10n-sv-SE/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 "Egenskaper för bild"> + +<!ENTITY pixelsPopup.value "pixlar"> + +<!-- These are in the Location tab panel --> +<!ENTITY locationEditField.label "Bildens plats:"> +<!ENTITY locationEditField.accessKey "s"> +<!ENTITY locationEditField.tooltip "Ange bildens filnamn eller plats"> +<!ENTITY locationEditField.shortenedDataURI "Avkortade data-URI (kopiera kommer att placera hela URI till klippbordet )"> +<!ENTITY title.label "Hjälptext:"> +<!ENTITY title.accessKey "ä"> +<!ENTITY title.tooltip "HTML-attributet «title» visar en hjälptext"> +<!ENTITY altText.label "Ersättningstext:"> +<!ENTITY altText.accessKey "E"> +<!ENTITY altTextEditField.tooltip "Skriv in text som ska visas i stället för bild"> +<!ENTITY noAltText.label "Använd inte alternativ text"> +<!ENTITY noAltText.accessKey "i"> + +<!ENTITY previewBox.label "Förhandsgranska bild"> + +<!-- These controls are in the Dimensions tab panel --> +<!-- actualSize.label should be same as actualSizeRadio.label + ":" --> +<!ENTITY actualSize.label "Ursprunglig storlek:"> +<!ENTITY actualSizeRadio.label "Ursprunglig storlek"> +<!ENTITY actualSizeRadio.accessKey "U"> +<!ENTITY actualSizeRadio.tooltip "Återgå till bildens ursprungliga storlek"> +<!ENTITY customSizeRadio.label "Anpassad storlek"> +<!ENTITY customSizeRadio.accessKey "A"> +<!ENTITY customSizeRadio.tooltip "Ändra bildens storlek på sidan"> +<!ENTITY heightEditField.label "Höjd:"> +<!ENTITY heightEditField.accessKey "ö"> +<!ENTITY widthEditField.label "Bredd:"> +<!ENTITY widthEditField.accessKey "B"> +<!ENTITY constrainCheckbox.label "Behåll proportioner"> +<!ENTITY constrainCheckbox.accessKey "e"> +<!ENTITY constrainCheckbox.tooltip "Behåll bredd/höjdförhållande"> + +<!-- These controls are in the Image Map box of the expanded area --> +<!ENTITY imagemapBox.label "Bildkarta"> +<!ENTITY removeImageMapButton.label "Ta bort"> +<!ENTITY removeImageMapButton.accessKey "b"> + +<!-- These are the options for image alignment --> +<!ENTITY alignment.label "Ställ text till bilden"> +<!ENTITY bottomPopup.value "Nederst"> +<!ENTITY topPopup.value "Överst"> +<!ENTITY centerPopup.value "I mitten"> +<!ENTITY wrapRightPopup.value "Ombrytning till höger"> +<!ENTITY wrapLeftPopup.value "Ombrytning till vänster"> + +<!-- These controls are in the Spacing Box --> +<!ENTITY spacingBox.label "Blankutrymme"> +<!ENTITY leftRightEditField.label "Vänster och höger:"> +<!ENTITY leftRightEditField.accessKey "V"> +<!ENTITY topBottomEditField.label "Över och under:"> +<!ENTITY topBottomEditField.accessKey "Ö"> +<!ENTITY borderEditField.label "Heldragen ram:"> +<!ENTITY borderEditField.accessKey "e"> + +<!-- These controls are in the Link Box --> +<!ENTITY showImageLinkBorder.label "Visa ram runt länkad bild"> +<!ENTITY showImageLinkBorder.accessKey "u"> +<!ENTITY LinkAdvancedEditButton.label "Länkegenskaper…"> +<!ENTITY LinkAdvancedEditButton.accessKey "L"> +<!ENTITY LinkAdvancedEditButton.tooltip "Lägg till eller modifiera HTML-attribut, stilattribut och JavaScript"> + +<!-- These tabs are currently used in the image input dialog --> +<!ENTITY imageInputTab.label "Formulär"> +<!ENTITY imageLocationTab.label "Plats"> +<!ENTITY imageDimensionsTab.label "Dimensioner"> +<!ENTITY imageAppearanceTab.label "Utseende"> +<!ENTITY imageLinkTab.label "Länk"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorInputProperties.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorInputProperties.dtd new file mode 100644 index 0000000000..964984bc95 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Formulärfältsegenskaper"> +<!ENTITY windowTitleImage.label "Formulärbildegenskaper"> + +<!ENTITY InputType.label "Fälttyp"> +<!ENTITY InputType.accesskey "T"> +<!ENTITY text.value "Text"> +<!ENTITY password.value "Lösenord"> +<!ENTITY checkbox.value "Markeringsalternativ"> +<!ENTITY radio.value "Alternativknapp"> +<!ENTITY submit.value "Sändningsknapp"> +<!ENTITY reset.value "Återställningsknapp"> +<!ENTITY file.value "Fil"> +<!ENTITY hidden.value "Dold"> +<!ENTITY image.value "Bild"> +<!ENTITY button.value "Knapp"> + +<!ENTITY InputSettings.label "Fältinställningar"> +<!ENTITY InputName.label "Fältnamn:"> +<!ENTITY InputName.accesskey "n"> +<!ENTITY GroupName.label "Gruppnamn:"> +<!ENTITY GroupName.accesskey "n"> +<!ENTITY InputValue.label "Fältvärde:"> +<!ENTITY InputValue.accesskey "v"> +<!ENTITY InitialValue.label "Startvärde:"> +<!ENTITY InitialValue.accesskey "v"> +<!ENTITY InputChecked.label "Förmarkerad"> +<!ENTITY InputChecked.accesskey "m"> +<!ENTITY InputSelected.label "Förvald"> +<!ENTITY InputSelected.accesskey "ö"> +<!ENTITY InputReadOnly.label "Skrivskyddad"> +<!ENTITY InputReadOnly.accesskey "S"> +<!ENTITY InputDisabled.label "Inaktiverad"> +<!ENTITY InputDisabled.accesskey "A"> +<!ENTITY tabIndex.label "Tabbindex:"> +<!ENTITY tabIndex.accesskey "I"> +<!ENTITY TextSize.label "Fältstorlek:"> +<!ENTITY TextSize.accesskey "F"> +<!ENTITY TextLength.label "Maxlängd:"> +<!ENTITY TextLength.accesskey "L"> +<!ENTITY AccessKey.label "Snabbtangent:"> +<!ENTITY AccessKey.accesskey "b"> +<!ENTITY Accept.label "Godkända typer:"> +<!ENTITY Accept.accesskey "y"> + +<!ENTITY ImageProperties.label "Bildegenskaper..."> +<!ENTITY ImageProperties.accesskey "E"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorInsertChars.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorInsertChars.dtd new file mode 100644 index 0000000000..b8148cb92d --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Infoga tecken"> +<!ENTITY category.label "Kategori"> +<!ENTITY letter.label "Bokstav:"> +<!ENTITY letter.accessKey "B"> +<!ENTITY character.label "Tecken:"> +<!ENTITY character.accessKey "T"> +<!ENTITY accentUpper.label "Accentuerad versal"> +<!ENTITY accentLower.label "Accentuerad gemen"> +<!ENTITY otherUpper.label "Annan versal"> +<!ENTITY otherLower.label "Annan gemen"> +<!ENTITY commonSymbols.label "Allmänna symboler"> +<!ENTITY insertButton.label "Infoga"> +<!ENTITY closeButton.label "Stäng"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorInsertMath.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorInsertMath.dtd new file mode 100644 index 0000000000..5104da1647 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Infoga Formel"> + +<!ENTITY sourceEditField.label "Skriv in LaTeX-källkoden:"> + +<!ENTITY options.label "Inställningar"> +<!ENTITY optionInline.label "Infogat läge"> +<!ENTITY optionInline.accesskey "N"> +<!ENTITY optionDisplay.label "Visningsläge"> +<!ENTITY optionDisplay.accesskey "l"> +<!ENTITY optionLTR.label "Läsriktning vänster till höger"> +<!ENTITY optionLTR.accesskey "v"> +<!ENTITY optionRTL.label "Läsriktning höger till vänster"> +<!ENTITY optionRTL.accesskey "h"> + +<!ENTITY insertButton.label "Infoga"> +<!ENTITY insertButton.accesskey "I"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorInsertSource.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorInsertSource.dtd new file mode 100644 index 0000000000..6bcdc4c0d0 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Infoga HTML"> +<!ENTITY sourceEditField.label "Skriv in HTML-taggar och text:"> +<!ENTITY example.label "Exempel: "> +<!-- 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 "Hej världen!"> +<!ENTITY insertButton.label "Infoga"> +<!ENTITY insertButton.accesskey "I"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorInsertTOC.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorInsertTOC.dtd new file mode 100644 index 0000000000..46ef200407 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Innehållsförteckning"> +<!ENTITY buildToc.label "Gör en innehållsförteckning från:"> +<!ENTITY tag.label "Tagg:"> +<!ENTITY class.label "Klass:"> +<!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 "Gör innehållsförteckningen skrivskyddad"> +<!ENTITY orderedList.label "Numrera alla poster i innehållsförteckningen"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorInsertTable.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorInsertTable.dtd new file mode 100644 index 0000000000..376d0bdcd0 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Infoga tabell"> + +<!ENTITY size.label "Storlek"> +<!ENTITY numRowsEditField.label "Rader:"> +<!ENTITY numRowsEditField.accessKey "R"> +<!ENTITY numColumnsEditField.label "Kolumner:"> +<!ENTITY numColumnsEditField.accessKey "K"> +<!ENTITY widthEditField.label "Bredd:"> +<!ENTITY widthEditField.accessKey "B"> +<!ENTITY borderEditField.label "Ram:"> +<!ENTITY borderEditField.accessKey "a"> +<!ENTITY borderEditField.tooltip "Ange en siffra för tabellens ram eller ange noll (0) för ingen ram."> +<!ENTITY pixels.label "pixlar"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorLabelProperties.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorLabelProperties.dtd new file mode 100644 index 0000000000..f77310bbe3 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Inställningar"> +<!ENTITY Settings.accesskey "I"> + +<!ENTITY EditLabelText.label "Redigera text:"> +<!ENTITY EditLabelText.accesskey "e"> +<!ENTITY LabelFor.label "För kontroll:"> +<!ENTITY LabelFor.accesskey "F"> +<!ENTITY AccessKey.label "Snabbtangent:"> +<!ENTITY AccessKey.accesskey "S"> + +<!ENTITY RemoveLabel.label "Ta bort etikett"> +<!ENTITY RemoveLabel.accesskey "T"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorLinkProperties.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorLinkProperties.dtd new file mode 100644 index 0000000000..0d308d7ec8 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Egenskaper för länk"> +<!ENTITY LinkURLBox.label "Länkadress"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorListProperties.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorListProperties.dtd new file mode 100644 index 0000000000..3014f54515 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Egenskaper för lista"> + +<!ENTITY ListType.label "Listtyp"> +<!ENTITY bulletStyle.label "Bomber:"> +<!ENTITY startingNumber.label "Börja med:"> +<!ENTITY startingNumber.accessKey "B"> +<!ENTITY none.value "Ingen"> +<!ENTITY bulletList.value "Lista med bomber"> +<!ENTITY numberList.value "Numrerad lista"> +<!ENTITY definitionList.value "Definitionslista"> +<!ENTITY changeEntireListRadio.label "Ändra hela listan"> +<!ENTITY changeEntireListRadio.accessKey "h"> +<!ENTITY changeSelectedRadio.label "Ändra endast markerade poster"> +<!ENTITY changeSelectedRadio.accessKey "m"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorPageProperties.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorPageProperties.dtd new file mode 100644 index 0000000000..eaa591b809 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Egenskaper för sida"> +<!ENTITY location.label "Adress:"> +<!ENTITY lastModified.label "Senast ändrad:"> +<!ENTITY titleInput.label "Titel:"> +<!ENTITY titleInput.accessKey "T"> +<!ENTITY authorInput.label "Författare:"> +<!ENTITY authorInput.accessKey "F"> +<!ENTITY descriptionInput.label "Beskrivning:"> +<!ENTITY descriptionInput.accessKey "B"> +<!ENTITY locationNewPage.label "[Ny sida, ännu ej sparad]"> +<!ENTITY EditHEADSource1.label "Avancerade användare:"> +<!ENTITY EditHEADSource2.label "För att redigera annat innehåll i <head>-regionen, använd "HTML-kod" i Visa-menyn eller bland redigeringsverktygen."> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorPersonalDictionary.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorPersonalDictionary.dtd new file mode 100644 index 0000000000..8c375cc481 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Egen ordlista"> + +<!ENTITY wordEditField.label "Nytt ord:"> +<!ENTITY wordEditField.accessKey "N"> +<!ENTITY AddButton.label "Lägg till"> +<!ENTITY AddButton.accessKey "L"> +<!ENTITY DictionaryList.label "Ord i ordlistan:"> +<!ENTITY DictionaryList.accessKey "O"> +<!ENTITY ReplaceButton.label "Ersätt"> +<!ENTITY ReplaceButton.accessKey "E"> +<!ENTITY RemoveButton.label "Ta bort"> +<!ENTITY RemoveButton.accessKey "T"> + +<!ENTITY CloseButton.label "Stäng"> +<!ENTITY CloseButton.accessKey "S"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorPublish.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorPublish.dtd new file mode 100644 index 0000000000..f8c234f657 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Publicera sida"> +<!ENTITY windowTitleSettings.label "Publiceringsinställningar"> +<!ENTITY publishTab.label "Publicera"> +<!ENTITY settingsTab.label "Inställningar"> +<!ENTITY publishButton.label "Publicera"> + +<!-- Publish Tab Panel --> +<!ENTITY siteList.label "Platsnamn:"> +<!ENTITY siteList.accesskey "P"> +<!ENTITY siteList.tooltip "Välj platsen som du ska publicera på"> +<!ENTITY newSiteButton.label "Ny plats"> +<!ENTITY newSiteButton.accesskey "N"> +<!ENTITY docDirList.label "Underkatalog för den här sidan:"> +<!ENTITY docDirList.accesskey "U"> +<!ENTITY docDirList.tooltip "Välj eller skriv in namnet på den externa underkatalogen för den här sidan"> +<!ENTITY publishImgCheckbox.label "Inkludera bilder och andra filer"> +<!ENTITY publishImgCheckbox.accesskey "b"> +<!ENTITY publishImgCheckbox.tooltip "Publicera bilder och andra filer som denna sida refererar till"> +<!ENTITY sameLocationRadio.label "Använd samma plats som för sidan"> +<!ENTITY sameLocationRadio.accesskey "s"> +<!ENTITY sameLocationRadio.tooltip "Publicera filer till samma adress som sidans"> +<!ENTITY useSubdirRadio.label "Använd den här sidans underkatalog:"> +<!ENTITY useSubdirRadio.accesskey "d"> +<!ENTITY useSubdirRadio.tooltip "Publicera filer till den markerade fjärrunderkatalogen"> +<!ENTITY otherDirList.tooltip "Välj eller skriv in namnet på fjärrunderkatalogen, dit filer skall publiceras"> +<!ENTITY pageTitle.label "Sidtitel:"> +<!ENTITY pageTitle.accesskey "t"> +<!ENTITY pageTitle.tooltip "Skriv in en titel for att identifiera sidan i fönstret och i bokmärkena"> +<!ENTITY pageTitleExample.label "t.ex.: "Min webbsida""> +<!ENTITY filename.label "Filnamn:"> +<!ENTITY filename.accesskey "F"> +<!ENTITY filename.tooltip "Skriv in ett namn på den här filen, inklusive '.html' för en webbsida"> +<!ENTITY filenameExample.label "t.ex.: "minsida.html""> +<!ENTITY setDefaultButton.label "Använd som förvald"> +<!ENTITY setDefaultButton.accesskey "v"> +<!ENTITY removeButton.label "Ta bort plats"> +<!ENTITY removeButton.accesskey "T"> + +<!-- Settings Tab Panel --> +<!ENTITY publishSites.label "Publiceringsplatser"> +<!ENTITY serverInfo.label "Serverinformation"> +<!ENTITY loginInfo.label "Inloggningsuppgifter"> +<!ENTITY siteName.label "Webbplatsnamn:"> +<!ENTITY siteName.accesskey "e"> +<!ENTITY siteName.tooltip "Ett kortnamn som identifierar den här publiceringsplatsen (t.ex.: 'Min_hemsida')"> +<!ENTITY siteUrl.label "Publiceringsadress (t.ex.: 'ftp://ftp.myisp.com/mittanvandarnamn'):"> +<!ENTITY siteUrl.accesskey "u"> +<!ENTITY siteUrl.tooltip "FTP://- eller HTTP://-adressen utdelad av din Internetleverantör eller ditt webbhotell"> +<!ENTITY browseUrl.label "HTTP-adress till din hemsida (t.ex.: 'http://www.myisp.com/mittanvandarnamn'):"> +<!ENTITY browseUrl.accesskey "m"> +<!ENTITY browseUrl.tooltip "HTTP://-adressen till din hemkatalog (inkludera inte filnamnet)"> +<!ENTITY username.label "Användarnamn:"> +<!ENTITY username.accesskey "A"> +<!ENTITY username.tooltip "Användarnamnet för att logga in till din Internetleverantör eller ditt webbhotell"> +<!ENTITY password.label "Lösenord:"> +<!ENTITY password.accesskey "L"> +<!ENTITY password.tooltip "Lösenordet som hör till ditt användarnamn"> +<!ENTITY savePassword.label "Spara lösenord"> +<!ENTITY savePassword.accesskey "S"> +<!ENTITY savePassword.tooltip "Välj detta för att lagra lösenordet på ett säkert sätt med lösenordshanteraren"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorPublishProgress.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorPublishProgress.dtd new file mode 100644 index 0000000000..05cbaeb4b8 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Webbplatsens URL:"> +<!ENTITY docSubdir.label "Underkatalog för dokument:"> +<!ENTITY otherSubdir.label "Underkatalog för bilder:"> + +<!ENTITY status.label "Publicerar..."> +<!ENTITY fileList.label "Publiceringsstatus"> +<!ENTITY succeeded.label "Klart"> +<!ENTITY failed.label "Misslyckades"> + +<!ENTITY keepOpen "Låt detta fönster förbli öppet efter att publiceringen är klar."> +<!ENTITY closeButton.label "Stäng"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorReplace.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorReplace.dtd new file mode 100644 index 0000000000..e0e952b178 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 och ersätt"> +<!ENTITY findField.label "Sök:"> +<!ENTITY findField.accesskey "S"> +<!ENTITY replaceField.label "Ersätt med:"> +<!ENTITY replaceField.accesskey "m"> +<!ENTITY caseSensitiveCheckbox.label "Matcha gemener/versaler"> +<!ENTITY caseSensitiveCheckbox.accesskey "c"> +<!ENTITY wrapCheckbox.label "Hela dokumentet"> +<!ENTITY wrapCheckbox.accesskey "d"> +<!ENTITY backwardsCheckbox.label "Sök bakåt"> +<!ENTITY backwardsCheckbox.accesskey "b"> +<!ENTITY findNextButton.label "Sök nästa"> +<!ENTITY findNextButton.accesskey "n"> +<!ENTITY replaceButton.label "Ersätt"> +<!ENTITY replaceButton.accesskey "E"> +<!ENTITY replaceAndFindButton.label "Ersätt och sök"> +<!ENTITY replaceAndFindButton.accesskey "o"> +<!ENTITY replaceAllButton.label "Ersätt alla"> +<!ENTITY replaceAllButton.accesskey "a"> +<!ENTITY closeButton.label "Stäng"> +<!ENTITY closeButton.accesskey "S"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorSaveAsCharset.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorSaveAsCharset.dtd new file mode 100644 index 0000000000..1036df1aa5 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorSaveAsCharset.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/. --> + +<!-- 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 "Spara och ändra textkodning"> +<!ENTITY documentTitleTitle.label "Sidrubrik"> +<!ENTITY documentCharsetTitle2.label "Textkodning"> +<!ENTITY documentCharsetDesc2.label "Markera den textkodning som du vill spara ett dokument i:"> +<!ENTITY documentExportToText.label "Exportera till text"> + + + diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorSelectProperties.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorSelectProperties.dtd new file mode 100644 index 0000000000..bc000882c8 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Listegenskaper"> + +<!ENTITY Select.label "Lista"> +<!ENTITY SelectName.label "Listnamn:"> +<!ENTITY SelectName.accesskey "L"> +<!ENTITY SelectSize.label "Höjd:"> +<!ENTITY SelectSize.accesskey "H"> +<!ENTITY SelectMultiple.label "Multipla val"> +<!ENTITY SelectMultiple.accesskey "M"> +<!ENTITY SelectDisabled.label "Inaktiverad"> +<!ENTITY SelectDisabled.accesskey "a"> +<!ENTITY SelectTabIndex.label "Tabbindex:"> +<!ENTITY SelectTabIndex.accesskey "I"> + +<!ENTITY OptGroup.label "Alternativgrupp"> +<!ENTITY OptGroupLabel.label "Etikett:"> +<!ENTITY OptGroupLabel.accesskey "E"> +<!ENTITY OptGroupDisabled.label "Inaktiverad"> +<!ENTITY OptGroupDisabled.accesskey "a"> + +<!ENTITY Option.label "Alternativ"> +<!ENTITY OptionText.label "Text:"> +<!ENTITY OptionText.accesskey "x"> +<!ENTITY OptionValue.label "Värde:"> +<!ENTITY OptionValue.accesskey "V"> +<!ENTITY OptionSelected.label "Förvald"> +<!ENTITY OptionSelected.accesskey "F"> +<!ENTITY OptionDisabled.label "Inaktiverad"> +<!ENTITY OptionDisabled.accesskey "a"> + +<!ENTITY TextHeader.label "Text"> +<!ENTITY ValueHeader.label "Värde"> +<!ENTITY SelectedHeader.label "Markerad"> + +<!ENTITY AddOption.label "Lägg till alternativ"> +<!ENTITY AddOption.accesskey "ä"> +<!ENTITY AddOptGroup.label "Lägg till grupp"> +<!ENTITY AddOptGroup.accesskey "g"> +<!ENTITY RemoveElement.label "Ta bort"> +<!ENTITY RemoveElement.accesskey "T"> +<!ENTITY MoveElementUp.label "Flytta upp"> +<!ENTITY MoveElementUp.accesskey "u"> +<!ENTITY MoveElementDown.label "Flytta ner"> +<!ENTITY MoveElementDown.accesskey "n"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorSnapToGrid.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorSnapToGrid.dtd new file mode 100644 index 0000000000..4bf71787d2 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Anpassa till rutnät"> + +<!ENTITY enableSnapToGrid.label "aktivera Anpassa till rutnät"> +<!ENTITY enableSnapToGrid.accessKey "a"> + +<!ENTITY sizeEditField.label "Storlek:"> +<!ENTITY sizeEditField.accessKey "S"> + +<!ENTITY pixelsLabel.value "pixlar"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorSpellCheck.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorSpellCheck.dtd new file mode 100644 index 0000000000..6482799085 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Stavningskontroll"> + +<!ENTITY misspelledWord.label "Felstavat ord:"> +<!ENTITY wordEditField.label "Ändra till:"> +<!ENTITY wordEditField.accessKey "Ä"> +<!ENTITY checkwordButton.label "Kontrollera ord"> +<!ENTITY checkwordButton.accessKey "K"> +<!ENTITY suggestions.label "Förslag:"> +<!ENTITY suggestions.accessKey "F"> +<!ENTITY ignoreButton.label "Ignorera"> +<!ENTITY ignoreButton.accessKey "I"> +<!ENTITY ignoreAllButton.label "Ignorera alla"> +<!ENTITY ignoreAllButton.accessKey "n"> +<!ENTITY replaceButton.label "Ersätt"> +<!ENTITY replaceButton.accessKey "r"> +<!ENTITY replaceAllButton.label "Ersätt alla"> +<!ENTITY replaceAllButton.accessKey "a"> +<!ENTITY stopButton.label "Stopp"> +<!ENTITY stopButton.accessKey "S"> +<!ENTITY userDictionary.label "Egen ordlista:"> +<!ENTITY moreDictionaries.label "Hämta fler ordlistor"> +<!ENTITY addToUserDictionaryButton.label "Lägg till ord"> +<!ENTITY addToUserDictionaryButton.accessKey "d"> +<!ENTITY editUserDictionaryButton.label "Redigera..."> +<!ENTITY editUserDictionaryButton.accessKey "e"> +<!ENTITY recheckButton2.label "Kontrollera text igen"> +<!ENTITY recheckButton2.accessKey "t"> +<!ENTITY closeButton.label "Stäng"> +<!ENTITY closeButton.accessKey "g"> +<!ENTITY sendButton.label "Skicka"> +<!ENTITY sendButton.accessKey "c"> +<!ENTITY languagePopup.label "Språk:"> +<!ENTITY languagePopup.accessKey "p"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorTableProperties.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorTableProperties.dtd new file mode 100644 index 0000000000..da0f7d0948 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Egenskaper för tabell"> +<!ENTITY applyButton.label "Verkställ"> +<!ENTITY applyButton.accesskey "V"> +<!ENTITY closeButton.label "Stäng"> +<!ENTITY tableTab.label "Tabell"> +<!ENTITY cellTab.label "Celler"> +<!ENTITY tableRows.label "Rader:"> +<!ENTITY tableRows.accessKey "R"> +<!ENTITY tableColumns.label "Kolumner:"> +<!ENTITY tableColumns.accessKey "K"> +<!ENTITY tableHeight.label "Höjd:"> +<!ENTITY tableHeight.accessKey "d"> +<!ENTITY tableWidth.label "Bredd:"> +<!ENTITY tableWidth.accessKey "B"> +<!ENTITY tableBorderSpacing.label "Ramar och blankutrymme"> +<!ENTITY tableBorderWidth.label "Ram:"> +<!ENTITY tableBorderWidth.accessKey "m"> +<!ENTITY tableSpacing.label "Utrymme:"> +<!ENTITY tableSpacing.accessKey "t"> +<!ENTITY tablePadding.label "Kantindrag:"> +<!ENTITY tablePadding.accessKey "a"> +<!ENTITY tablePxBetwCells.label "pixlar mellan celler"> +<!ENTITY tablePxBetwBrdrCellContent.label "pixlar mellan cellens ram och innehåll"> +<!ENTITY tableAlignment.label "Tabellställning:"> +<!ENTITY tableAlignment.accessKey "i"> +<!ENTITY tableCaption.label "Rubriktext:"> +<!ENTITY tableCaption.accessKey "u"> +<!ENTITY tableCaptionAbove.label "Över tabell"> +<!ENTITY tableCaptionBelow.label "Under tabell"> +<!ENTITY tableCaptionLeft.label "Vänster om tabell"> +<!ENTITY tableCaptionRight.label "Höger om tabell"> +<!ENTITY tableCaptionNone.label "Ingen"> +<!ENTITY tableInheritColor.label "(Låt sidans färg lysa igenom)"> + +<!ENTITY cellSelection.label "Markering"> +<!ENTITY cellSelectCell.label "Cell"> +<!ENTITY cellSelectRow.label "Rad"> +<!ENTITY cellSelectColumn.label "Kolumn"> +<!ENTITY cellSelectNext.label "Nästa"> +<!ENTITY cellSelectNext.accessKey "N"> +<!ENTITY cellSelectPrevious.label "Föregående"> +<!ENTITY cellSelectPrevious.accessKey "ö"> +<!ENTITY applyBeforeChange.label "Aktuella ändringar kommer att verkställas innan du ändrar markeringen."> +<!ENTITY cellContentAlignment.label "Kantställning för innehållet"> +<!ENTITY cellHorizontal.label "Vågrätt:"> +<!ENTITY cellHorizontal.accessKey "å"> +<!ENTITY cellVertical.label "Lodrätt:"> +<!ENTITY cellVertical.accessKey "o"> +<!ENTITY cellStyle.label "Cellvariant:"> +<!ENTITY cellStyle.accessKey "e"> +<!ENTITY cellNormal.label "Normal"> +<!ENTITY cellHeader.label "Kolumnhuvud"> +<!ENTITY cellTextWrap.label "Radbrytning:"> +<!ENTITY cellTextWrap.accessKey "a"> +<!ENTITY cellWrap.label "Bryt"> +<!ENTITY cellNoWrap.label "Bryt inte"> +<!ENTITY cellAlignTop.label "Överst"> +<!ENTITY cellAlignMiddle.label "Mitten"> +<!ENTITY cellAlignBottom.label "Nederst"> +<!ENTITY cellAlignJustify.label "Kantställning"> +<!ENTITY cellInheritColor.label "(Låt tabellens färg lysa igenom)"> +<!ENTITY cellUseCheckboxHelp.label "Använd markeringsalternativen för att ange egenskaper som ska gälla för alla markerade celler."> + +<!-- Used in both Table and Cell panels --> +<!ENTITY size.label "Storlek"> +<!ENTITY pixels.label "pixlar"> +<!ENTITY backgroundColor.label "Bakgrundsfärg:"> +<!ENTITY backgroundColor.accessKey "g"> +<!ENTITY AlignLeft.label "Vänsterställ"> +<!ENTITY AlignCenter.label "Centrera"> +<!ENTITY AlignRight.label "Högerställ"> diff --git a/l10n-sv-SE/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd b/l10n-sv-SE/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd new file mode 100644 index 0000000000..bb997e07b4 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/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 "Textareaegenskaper"> + +<!ENTITY Settings.label "Inställningar"> + +<!ENTITY TextAreaName.label "Fältnamn:"> +<!ENTITY TextAreaName.accessKey "F"> +<!ENTITY TextAreaRows.label "Rader:"> +<!ENTITY TextAreaRows.accessKey "R"> +<!ENTITY TextAreaCols.label "Kolumner:"> +<!ENTITY TextAreaCols.accessKey "K"> +<!ENTITY TextAreaReadOnly.label "Skrivskyddat"> +<!ENTITY TextAreaReadOnly.accessKey "S"> +<!ENTITY TextAreaDisabled.label "Inte tillgänglig"> +<!ENTITY TextAreaDisabled.accessKey "n"> +<!ENTITY TextAreaTabIndex.label "Tabindex:"> +<!ENTITY TextAreaTabIndex.accessKey "i"> +<!ENTITY TextAreaAccessKey.label "Snabbtangent:"> +<!ENTITY TextAreaAccessKey.accessKey "b"> +<!ENTITY InitialText.label "Inledande text:"> +<!ENTITY InitialText.accessKey "l"> + +<!ENTITY TextAreaWrap.label "Radbrytningsläge:"> +<!ENTITY TextAreaWrap.accessKey "a"> +<!ENTITY WrapDefault.value "Grundinställning"> +<!ENTITY WrapOff.value "Av"> +<!ENTITY WrapHard.value "Hård"> +<!ENTITY WrapSoft.value "Mjuk"> +<!ENTITY WrapPhysical.value "Fysisk"> +<!ENTITY WrapVirtual.value "Virtuell"> |