diff options
Diffstat (limited to 'l10n-sv-SE/suite/chrome/editor')
40 files changed, 1685 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"> diff --git a/l10n-sv-SE/suite/chrome/editor/editingOverlay.dtd b/l10n-sv-SE/suite/chrome/editor/editingOverlay.dtd new file mode 100644 index 0000000000..4773019748 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/editingOverlay.dtd @@ -0,0 +1,60 @@ +<!-- 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/. --> + +<!-- File menu items --> +<!ENTITY openFileCmd.label "Öppna fil…"> +<!ENTITY openFileCmd.accesskey "p"> +<!ENTITY openFileCmd.key "O"> +<!ENTITY openRemoteCmd.label "Öppna webbplats…"> +<!ENTITY openRemoteCmd.accesskey "w"> +<!ENTITY openRemoteCmd.key "L"> +<!ENTITY fileRecentMenu.label "Senaste sidor"> +<!ENTITY fileRecentMenu.accesskey "r"> +<!ENTITY saveCmd.label "Spara"> +<!ENTITY saveCmd.accesskey "S"> +<!ENTITY saveAsCmd.label "Spara som…"> +<!ENTITY saveAsCmd.accesskey "a"> +<!ENTITY saveAsChangeEncodingCmd2.label "Spara och ändra textkodning"> +<!ENTITY saveAsChangeEncodingCmd2.accesskey "k"> +<!ENTITY publishCmd.label "Publicera"> +<!ENTITY publishCmd.accesskey "b"> +<!ENTITY publishCmd.key "S"> +<!ENTITY publishAsCmd.label "Publicera som…"> +<!ENTITY publishAsCmd.accesskey "l"> +<!ENTITY fileRevert.label "Återgå till senast sparade"> +<!ENTITY fileRevert.accesskey "Å"> + +<!-- Edit menu items --> +<!ENTITY publishSettings.label "Publiceringsinställningar…"> +<!ENTITY publishSettings.accesskey "P"> + +<!-- Insert menu items --> +<!ENTITY insertFormMenu.label "Formulär"> +<!ENTITY insertFormMenu.accesskey "F"> +<!ENTITY insertFormCmd.label "Definiera formulär…"> +<!ENTITY insertFormCmd.accesskey "D"> +<!ENTITY insertInputTagCmd.label "Formulärfält…"> +<!ENTITY insertInputTagCmd.accesskey "o"> +<!ENTITY insertInputImageCmd.label "Formulärbild…"> +<!ENTITY insertInputImageCmd.accesskey "b"> +<!ENTITY insertTextAreaCmd.label "Textområde…"> +<!ENTITY insertTextAreaCmd.accesskey "T"> +<!ENTITY insertSelectCmd.label "Urvalslista…"> +<!ENTITY insertSelectCmd.accesskey "U"> +<!ENTITY insertButtonCmd.label "Definiera knapp…"> +<!ENTITY insertButtonCmd.accesskey "k"> +<!ENTITY insertLabelCmd.label "Definiera etikett"> +<!ENTITY insertLabelCmd.accesskey "e"> +<!ENTITY insertFieldSetCmd.label "Definiera fältuppsättning…"> +<!ENTITY insertFieldSetCmd.accesskey "f"> + +<!-- Toolbar buttons/items --> +<!ENTITY newToolbarCmd.label "Ny"> +<!ENTITY newToolbarCmd.tooltip "Skapa en ny sida i Composer"> +<!ENTITY openToolbarCmd.label "Öppna"> +<!ENTITY openToolbarCmd.tooltip "Öppna en lokal fil"> +<!ENTITY saveToolbarCmd.tooltip "Spara filen lokalt"> +<!ENTITY publishToolbarCmd.tooltip "Publicera fil"> +<!ENTITY printToolbarCmd.label "Skriv ut"> +<!ENTITY printToolbarCmd.tooltip "Skriv ut den här sidan"> diff --git a/l10n-sv-SE/suite/chrome/editor/editor.dtd b/l10n-sv-SE/suite/chrome/editor/editor.dtd new file mode 100644 index 0000000000..c46adac6b0 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/editor.dtd @@ -0,0 +1,67 @@ +<!-- 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 --> +<!-- LOCALIZATION NOTE (editorWindow.titlemodifier): DONT_TRANSLATE --> +<!ENTITY editorWindow.titlemodifier "Composer"> +<!ENTITY editorWindow.titlemodifiermenuseparator " - "> + +<!-- Menu items: the . means that the menu item isn't implemented yet --> + +<!-- Toolbar-only items --> +<!ENTITY compositionToolbar.tooltip "Verktygsfältet Skrivverktyg"> +<!ENTITY previewToolbarCmd.label "Surfa till"> +<!ENTITY previewToolbarCmd.tooltip "Surfa till den här sidan i webbläsaren"> + +<!-- File menu items --> +<!ENTITY exportToTextCmd.label "Exportera som text..."> +<!ENTITY exportToTextCmd.accesskey "x"> +<!ENTITY previewCmd.label "Surfa till sidan"> +<!ENTITY previewCmd.accesskey "d"> +<!ENTITY sendPageCmd.label "Skicka sidan..."> +<!ENTITY sendPageCmd.accesskey "c"> + +<!-- View menu items --> +<!ENTITY compositionToolbarCmd.label "Skrivverktyg"> +<!ENTITY compositionToolbarCmd.accesskey "k"> +<!ENTITY formattingToolbarCmd.label "Formatverktyg"> +<!ENTITY formattingToolbarCmd.accesskey "o"> +<!ENTITY editmodeToolbarCmd.label "Redigeringsverktyg"> +<!ENTITY editmodeToolbarCmd.accesskey "R"> + +<!-- Format menu items --> +<!ENTITY formatMenu.label "Format"> +<!ENTITY formatMenu.accesskey "o"> +<!ENTITY grid.label "Positioneringsnät"> +<!ENTITY grid.accesskey "P"> +<!ENTITY pageProperties.label "Titel och egenskaper för sida…"> +<!ENTITY pageProperties.accesskey "h"> + +<!-- Tools menu items --> +<!ENTITY validateCmd.label "Validera HTML"> +<!ENTITY validateCmd.accesskey "V"> + +<!-- Display Mode toolbar and View menu items --> +<!ENTITY NormalModeTab.label "Normal"> +<!ENTITY NormalMode.label "Normalt redigeringsläge"> +<!ENTITY NormalMode.accesskey "N"> +<!ENTITY NormalMode.tooltip "Visar tabellramar och namngivna ankare"> +<!ENTITY AllTagsModeTab.label "HTML-taggar"> +<!ENTITY AllTagsMode.label "HTML-taggar"> +<!ENTITY AllTagsMode.accesskey "a"> +<!ENTITY AllTagsMode.tooltip "Visar ikoner för alla HTML-taggar"> +<!-- LOCALIZATION NOTE: (HTMLSourceModeTab.dir, HTMLSourceModeTab.label) + Do NOT translate text for 'HTMLSourceModeTab.dir', use latin "ltr" if + you want the <html> image to left of the 'HTMLSourceModeTab.label' text, + or use latin "rtl" if you want this image to the right of text. You do + not need to include HTML in the label 'HTMLSourceModeTab.label' --> +<!ENTITY HTMLSourceModeTab.dir "ltr"> +<!ENTITY HTMLSourceModeTab.label "Källkod"> +<!ENTITY HTMLSourceMode.label "HTML-kod"> +<!ENTITY HTMLSourceMode.accesskey "H"> +<!ENTITY HTMLSourceMode.tooltip "Redigera HTML-koden"> +<!ENTITY PreviewModeTab.label "Förhandsgranska"> +<!ENTITY PreviewMode.label "Förhandsgranska"> +<!ENTITY PreviewMode.accesskey "F"> +<!ENTITY PreviewMode.tooltip "Visar WYSIWYG (som i webbläsaren)"> diff --git a/l10n-sv-SE/suite/chrome/editor/editor.properties b/l10n-sv-SE/suite/chrome/editor/editor.properties new file mode 100644 index 0000000000..a095ba9a19 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/editor.properties @@ -0,0 +1,208 @@ +# 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/. + +# LOCALIZATION NOTE FILE: embedded "\n" represent HTML breaks (<br>) +# Don't translate embedded "\n". +# Don't translate strings like this: %variable% +# as they will be replaced using JavaScript +# +No=Nej +Save=Spara +More=Fler +Less=Mindre +MoreProperties=Fler egenskaper +FewerProperties=Färre egenskaper +PropertiesAccessKey=E +None=Inga +none=inga +OpenHTMLFile=Öppna HTML-fil +OpenTextFile=Öppna Text-fil +SelectImageFile=Välj bildfil +SaveDocument=Spara sida +SaveDocumentAs=Spara sida som +SaveTextAs=Spara text som +EditMode=Redigeringsläge +Preview=Förhandsgranska +Publish=Publicera +PublishPage=Publicera sida +DontPublish=Publicera inte +SavePassword=Använd lösenordshanteraren för att spara dina lösenord +CorrectSpelling=(rätta stavningen) +NoSuggestedWords=(inga förslag) +NoMisspelledWord=Hittade inga felstavade ord. +CheckSpellingDone=Stavningskontroll klar. +CheckSpelling=Kontrollera stavning +InputError=Fel +Alert=Varning +CantEditFramesetMsg=Composer kan inte redigera HTML-frameset, eller sidor med infogade ramar. Prova i stället att redigera varje ram separat. För sidor med iframe: spara en kopia av sidan och ta bort <iframe>-taggen. +CantEditMimeTypeMsg=Den här typen av sida kan inte redigeras. +CantEditDocumentMsg=Den här sidan kan, av okänd anledning, inte redigeras. +BeforeClosing=innan stängning +BeforePreview=innan visning i webbläsaren +BeforeValidate=innan dokumentet valideras +# LOCALIZATION NOTE (SaveFilePrompt): Don't translate %title% and %reason% (this is the reason for asking user to close, such as "before closing") +SaveFilePrompt=Spara ändringar i "%title%" %reason%? +PublishPrompt=Spara ändringar till "%title%" %reason%? +SaveFileFailed=Kunde inte spara filen! + +# Publishing error strings: +# LOCALIZATION NOTE Don't translate %dir% or %file% in the Publishing error strings: +FileNotFound=%file% kan inte hittas. +SubdirDoesNotExist=Underkatalogen "%dir%" finns inte på denna plats eller filnamnet "%file%" används redan av en annan underkatalog. +FilenameIsSubdir=Filnamnet "%file%" används redan av en annan underkatalog. +ServerNotAvailable=Servern är inte åtkomlig. Kontrollera din anslutning och försök igen senare. +Offline=Du är i nedkopplat läge. Klicka på ikonen i nedre högra hörnet av ett fönster för att koppla upp. +DiskFull=Det finns inte tillräckligt med diskutrymme ledigt för att spara filen "%file%." +NameTooLong=Filnamnet eller namnet på underkatalogen är för långt. +AccessDenied=Du har inte behörighet att publicera på den här platsen. +UnknownPublishError=Ett okänt fel uppstod vid publiceringen. +PublishFailed=Publicera misslyckades! +PublishCompleted=Publicering genomförd +AllFilesPublished=Alla filer publicerades +# LOCALIZATION NOTE Don't translate %x% or %total% +FailedFileMsg=%x% av %total% filer kunde inte publiceras. +# End-Publishing error strings +Prompt=Uppmaning +# LOCALIZATION NOTE (PromptFTPUsernamePassword): Don't translate %host% +PromptFTPUsernamePassword=Skriv in användarnamn och lösenord för FTP vid %host% +RevertCaption=Återgå till senast sparade version +Revert=Återgå +SendPageReason=innan sidan skickas +Send=Skicka +## LOCALIZATION NOTE (PublishProgressCaption, PublishToSite, AbandonChanges): Don't translate %title% +PublishProgressCaption=Publicerar: %title% +PublishToSite=Publicerar till plats: %title% +AbandonChanges=Läsa in %title% igen och förlora ändringar? +DocumentTitle=Sidtitel +NeedDocTitle=Ange titel för den aktuella sidan. +DocTitleHelp=Detta identifierar sidan i fönstertitel och bokmärken. +CancelPublishTitle=Avbryt publiceringen? +## LOCALIZATION NOTE: "Continue" in this sentence must match the text for +## the CancelPublishContinue key below +CancelPublishMessage=Om du avbryter en pågående publicering kan det hända att filen eller filerna inte överförs helt. Välj Återuppta eller Avbryt. +CancelPublishContinue=Återuppta +MissingImageError=Ange eller välj en bild av typen gif, jpg eller png. +EmptyHREFError=Du måste ange eller välja en plats för att skapa en ny länk. +LinkText=Länktext +LinkImage=Länkbild +MixedSelection=[Blandad markering] +Mixed=(blandad) +# LOCALIZATION NOTE (NotInstalled): %S is the name of the font +NotInstalled=%S (inte installerad) +EnterLinkText=Ange text att visa för länk: +EnterLinkTextAccessKey=t +EmptyLinkTextError=Skriv in text för länken. +EditTextWarning=Detta kommer att skriva över det gamla innehållet. +#LOCALIZATION NOTE (ValidateNumber):Don't translate: %n% %min% %max% +ValidateRangeMsg= (%n%) ligger utanför det tillåtna intervallet. +ValidateNumberMsg=Ange ett tal mellan %min% och %max%. +MissingAnchorNameError=Ange ett namn för detta mål. +#LOCALIZATION NOTE (DuplicateAnchorNameError): Don't translate %name% +DuplicateAnchorNameError="%name% finns redan på denna sida. Ange ett annat namn. +BulletStyle=Med bomber +SolidCircle=Fylld cirkel +OpenCircle=Öppen cirkel +SolidSquare=Fylld kvadrat +NumberStyle=Numrerad +Automatic=Automatisk +Style_1=1, 2, 3… +Style_I=I, II, III… +Style_i=i, ii, iii… +Style_A=A, B, C… +Style_a=a, b, c… +Pixels=pixlar +Percent=procent +PercentOfCell=% av cell +PercentOfWindow=% av fönster +PercentOfTable=% av tabell +#LOCALIZATION NOTE (untitledTitle): %S is the window #. No plural handling needed. +untitledTitle=namnlös-%S +untitledDefaultFilename=namnlös +ShowToolbar=Visa verktygsrad +HideToolbar=Dölj verktygsrad +ImapError=Kan inte läsa in bild +ImapCheck=\nVälj en ny plats (URL), och försök igen. +SaveToUseRelativeUrl=Relativa adresser (URL:er) kan bara användas på sidor som har sparats +NoNamedAnchorsOrHeadings=(Inga namngivna mål eller rubriker på sidan) +TextColor=Textfärg +HighlightColor=Markeringsfärg +PageColor=Bakgrundsfärg för sidan +BlockColor=Bakgrundsfärg för block +TableColor=Bakgrundsfärg för tabell +CellColor=Bakgrundsfärg för cell +TableOrCellColor=Färg för tabell eller cell +LinkColor=Färg för länktext +ActiveLinkColor=Färg för aktiv länk +VisitedLinkColor=Färg för besökt länk +NoColorError=Klicka på en färg eller ange en giltig HTML-färgsträng +Table=tabell +TableCell=tabellcell +NestedTable=nästlad tabell +HLine=vågrät linje +Link=länk +Image=bild +ImageAndLink=bild och länk +NamedAnchor=namngivet ankare +List=lista +ListItem=listpost +Form=formulär +InputTag=formulärfält +InputImage=formulärbild +TextArea=textfält +Select=urvalslista +Button=knapp +Label=etikett +FieldSet=fältområde +Tag=tagg +MissingSiteNameError=Skriv in ett namn för den här sidan. +MissingPublishUrlError=Skriv in en plats som sidan ska publiceras på. +MissingPublishFilename=Skriv in ett filnamn för denna sida. +#LOCALIZATION NOTE (DuplicateSiteNameError): Don't translate %name% +DuplicateSiteNameError="%name%" finns redan. Välj ett annat namn. +AdvancedProperties=Avancerade egenskaper… +AdvancedEditForCellMsg=Avancerade egenskaper är inte tillgängliga när flera celler är markerade +# LOCALIZATION NOTE (ObjectProperties):Don't translate "%obj%" it will be replaced with one of above object nouns +ObjectProperties=Egenskaper för %obj%… +# LOCALIZATION NOTE This character must be in the above string and not confict with other accesskeys in Format menu +ObjectPropertiesAccessKey=E +# LOCALIZATION NOTE (JoinSelectedCells): This variable should contain the "tableJoinCells.accesskey" +# letter as defined in editorOverlay.dtd +JoinSelectedCells=Sammanfoga markerade celler +# LOCALIZATION NOTE (JoinCellToRight): This variable should contain the "tableJoinCells.accesskey" +# letter as defined in editorOverlay.dtd +JoinCellToRight=Sammanfoga med cell till höger +JoinCellAccesskey=S +# LOCALIZATION NOTE (TableSelectKey): Ctrl key on a keyboard +TableSelectKey=Ctrl+ +# LOCALIZATION NOTE (XulKeyMac): Command key on a Mac keyboard +XulKeyMac=Cmd+ +# LOCALIZATION NOTE (Del): Del key on a keyboard +Del=Del +Delete=Ta bort +DeleteCells=Ta bort celler +DeleteTableTitle=Ta bort rader eller kolumner +DeleteTableMsg=När du tar bort rader eller kolumner kommer de celler som ingår i dessa att försvinna tillsammans med innehållet. Vill du verkligen fortsätta? +Clear=Rensa +#Mouse actions +Click=Klicka +Drag=Dra +Unknown=Okänd +# +# LOCALIZATION NOTE "RemoveTextStylesAccesskey" is used for both +# menu items: "RemoveTextStyles" and "StopTextStyles" +RemoveTextStylesAccesskey=x +RemoveTextStyles=Ta bort all textformatering +StopTextStyles=Upphör med textformatering +# +# LOCALIZATION NOTE "RemoveLinksAccesskey" is used for both +# menu items: "RemoveLinks" and "StopLinks" +RemoveLinksAccesskey=ä +RemoveLinks=Ta bort länkar +StopLinks=Upphör med länk +# +NoFormAction=Du bör lägga till en åtgärd (action) till detta formulär. Självpostande formulär är en avancerad teknik som inte stöds av alla webbläsare. +NoAltText=Om bilden är relevant för dokumentets innehåll måste du ange ersättningstext som visas i textbaserade webbläsare, och som visas i andra webbläsare medan bilden läses in eller om bildvisning är inaktiverad. +# +Malformed=Källkoden kan inte konverteras tillbaka till dokumentet eftersom den inte är giltig XHTML. +NoLinksToCheck=Det finns inga element med länkar att kontrollera diff --git a/l10n-sv-SE/suite/chrome/editor/editorOverlay.dtd b/l10n-sv-SE/suite/chrome/editor/editorOverlay.dtd new file mode 100644 index 0000000000..17ef151da5 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/editorOverlay.dtd @@ -0,0 +1,368 @@ +<!-- 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/. --> + +<!-- Attn: Localization - some of the menus in this dialog directly affect mail also. --> + +<!-- File menu items --> +<!ENTITY saveCmd.key "S"> + +<!-- Edit menu items --> +<!ENTITY pasteNoFormatting.label "Klistra in utan formatering"> +<!ENTITY pasteNoFormatting.accesskey "u"> +<!ENTITY pasteNoFormatting.key "V"> +<!ENTITY pasteAsQuotationCmd.label "Klistra in som citat"> +<!ENTITY pasteAsQuotationCmd.accesskey "c"> +<!ENTITY pasteAsQuotationCmd.key "o"> +<!ENTITY editRewrapCmd.label "Radbryt igen"> +<!ENTITY editRewrapCmd.key "R"> +<!ENTITY editRewrapCmd.accesskey "b"> +<!ENTITY findBarCmd.label "Sök…"> +<!ENTITY findReplaceCmd.label "Sök och ersätt…"> +<!ENTITY enableInlineSpellChecker.label "Stavningskontrollera medan du skriver"> +<!ENTITY enableInlineSpellChecker.accesskey "v"> +<!ENTITY checkSpellingCmd2.label "Stavningskontroll…"> +<!ENTITY checkSpellingCmd2.accesskey "a"> +<!ENTITY checkSpellingCmd2.key "p"> + +<!-- Insert menu items --> +<!ENTITY insertMenu.label "Infoga"> +<!ENTITY insertMenu.accesskey "I"> +<!ENTITY insertLinkCmd2.label "Länk…"> +<!ENTITY insertLinkCmd2.accesskey "L"> +<!ENTITY insertLinkCmd2.key "K"> +<!ENTITY insertAnchorCmd.label "Namngivet ankare..."> +<!ENTITY insertAnchorCmd.accesskey "a"> +<!ENTITY insertImageCmd.label "Bild..."> +<!ENTITY insertImageCmd.accesskey "i"> +<!ENTITY insertHLineCmd.label "Vågrät linje"> +<!ENTITY insertHLineCmd.accesskey "r"> +<!ENTITY insertTableCmd.label "Tabell..."> +<!ENTITY insertTableCmd.accesskey "T"> +<!ENTITY insertHTMLCmd.label "HTML..."> +<!ENTITY insertHTMLCmd.accesskey "H"> +<!ENTITY insertMathCmd.label "Formel…"> +<!ENTITY insertMathCmd.accesskey "F"> +<!ENTITY insertCharsCmd.label "Tecken och symboler..."> +<!ENTITY insertCharsCmd.accesskey "c"> +<!ENTITY insertBreakAllCmd.label "Bryt under bild(er)"> +<!ENTITY insertBreakAllCmd.accesskey "y"> + +<!-- Used just in context popup. --> +<!ENTITY createLinkCmd.label "Skapa länk..."> +<!ENTITY createLinkCmd.accesskey "p"> +<!ENTITY editLinkCmd.label "Redigera länk i nytt Composer-fönster"> +<!ENTITY editLinkCmd.accesskey "ä"> + +<!-- Font Face SubMenu --> +<!ENTITY FontFaceSelect.title "Teckensnitt"> +<!ENTITY FontFaceSelect.tooltip "Välj teckensnitt"> +<!ENTITY fontfaceMenu.label "Teckensnitt"> +<!ENTITY fontfaceMenu.accesskey "T"> +<!ENTITY fontVarWidth.label "Variabelt breddsteg"> +<!ENTITY fontVarWidth.accesskey "V"> +<!ENTITY fontFixedWidth.label "Fast breddsteg"> +<!ENTITY fontFixedWidth.accesskey "F"> +<!ENTITY fontFixedWidth.key "T"> +<!ENTITY fontHelvetica.label "Helvetica, Arial"> +<!ENTITY fontHelvetica.accesskey "l"> +<!ENTITY fontTimes.label "Times"> +<!ENTITY fontTimes.accesskey "T"> +<!ENTITY fontCourier.label "Courier"> +<!ENTITY fontCourier.accesskey "C"> + +<!-- Font Size SubMenu --> +<!ENTITY FontSizeSelect.title "Teckenstorlek"> +<!ENTITY FontSizeSelect.tooltip "Välj teckenstorlek"> +<!ENTITY decreaseFontSize.label "Mindre"> +<!ENTITY decreaseFontSize.accesskey "r"> +<!ENTITY decrementFontSize.key "<"> +<!ENTITY decrementFontSize.key2 "-"> <!-- < is above this key on many keyboards --> +<!ENTITY increaseFontSize.label "Större"> +<!ENTITY increaseFontSize.accesskey "t"> +<!ENTITY incrementFontSize.key ">"> +<!ENTITY incrementFontSize.key2 "+"> <!-- > is above this key on many keyboards --> + +<!ENTITY fontSizeMenu.label "Storlek"> +<!ENTITY fontSizeMenu.accesskey "o"> +<!ENTITY size-tinyCmd.label "mycket liten"> +<!ENTITY size-tinyCmd.accesskey "t"> +<!ENTITY size-smallCmd.label "liten"> +<!ENTITY size-smallCmd.accesskey "l"> +<!ENTITY size-mediumCmd.label "medelstor"> +<!ENTITY size-mediumCmd.accesskey "m"> +<!ENTITY size-largeCmd.label "stor"> +<!ENTITY size-largeCmd.accesskey "s"> +<!ENTITY size-extraLargeCmd.label "extra stor"> +<!ENTITY size-extraLargeCmd.accesskey "x"> +<!ENTITY size-hugeCmd.label "mycket stor"> +<!ENTITY size-hugeCmd.accesskey "o"> + +<!-- Font Style SubMenu --> +<!ENTITY fontStyleMenu.label "Textvariant"> +<!ENTITY fontStyleMenu.accesskey "v"> +<!ENTITY styleBoldCmd.label "Halvfet"> +<!ENTITY styleBoldCmd.accesskey "H"> +<!ENTITY styleBoldCmd.key "B"> +<!ENTITY styleItalicCmd.label "Kursiv"> +<!ENTITY styleItalicCmd.accesskey "i"> +<!ENTITY styleItalicCmd.key "I"> +<!ENTITY styleUnderlineCmd.label "Understruken"> +<!ENTITY styleUnderlineCmd.accesskey "U"> +<!ENTITY styleUnderlineCmd.key "U"> +<!ENTITY styleStrikeThruCmd.label "Genomstruken"> +<!ENTITY styleStrikeThruCmd.accesskey "G"> +<!ENTITY styleSuperscriptCmd.label "Upphöjd"> +<!ENTITY styleSuperscriptCmd.accesskey "p"> +<!ENTITY styleSubscriptCmd.label "Nedsänkt"> +<!ENTITY styleSubscriptCmd.accesskey "s"> +<!ENTITY styleNonbreakingCmd.label "Utan radbrytning"> +<!ENTITY styleNonbreakingCmd.accesskey "d"> +<!ENTITY styleEm.label "Betoning"> +<!ENTITY styleEm.accesskey "e"> +<!ENTITY styleStrong.label "Starkare betoning"> +<!ENTITY styleStrong.accesskey "t"> +<!ENTITY styleCite.label "Citat"> +<!ENTITY styleCite.accesskey "C"> +<!ENTITY styleAbbr.label "Förkortning"> +<!ENTITY styleAbbr.accesskey "k"> +<!ENTITY styleAcronym.label "Akronym"> +<!ENTITY styleAcronym.accesskey "r"> +<!ENTITY styleCode.label "Kod"> +<!ENTITY styleCode.accesskey "o"> +<!ENTITY styleSamp.label "Sampel"> +<!ENTITY styleSamp.accesskey "m"> +<!ENTITY styleVar.label "Variabel"> +<!ENTITY styleVar.accesskey "V"> + +<!ENTITY formatFontColor.label "Textfärg..."> +<!ENTITY formatFontColor.accesskey "f"> +<!ENTITY tableOrCellColor.label "Bakgrundsfärg för tabell eller cell..."> +<!ENTITY tableOrCellColor.accesskey "u"> + +<!ENTITY formatRemoveStyles.key "Y"> +<!ENTITY formatRemoveLinks.key "K"> +<!ENTITY formatRemoveNamedAnchors.label "Ta bort namngivna ankare"> +<!ENTITY formatRemoveNamedAnchors.accesskey "a"> +<!ENTITY formatRemoveNamedAnchors2.key "R"> + +<!ENTITY paragraphMenu.label "Stycke"> +<!ENTITY paragraphMenu.accesskey "y"> +<!ENTITY paragraphParagraphCmd.label "Stycke"> +<!ENTITY paragraphParagraphCmd.accesskey "t"> +<!ENTITY heading1Cmd.label "Rubrik 1"> +<!ENTITY heading1Cmd.accesskey "1"> +<!ENTITY heading2Cmd.label "Rubrik 2"> +<!ENTITY heading2Cmd.accesskey "2"> +<!ENTITY heading3Cmd.label "Rubrik 3"> +<!ENTITY heading3Cmd.accesskey "3"> +<!ENTITY heading4Cmd.label "Rubrik 4"> +<!ENTITY heading4Cmd.accesskey "4"> +<!ENTITY heading5Cmd.label "Rubrik 5"> +<!ENTITY heading5Cmd.accesskey "5"> +<!ENTITY heading6Cmd.label "Rubrik 6"> +<!ENTITY heading6Cmd.accesskey "6"> +<!ENTITY paragraphAddressCmd.label "Adress"> +<!ENTITY paragraphAddressCmd.accesskey "A"> +<!ENTITY paragraphPreformatCmd.label "Formaterat"> +<!ENTITY paragraphPreformatCmd.accesskey "F"> + +<!-- List menu items --> +<!ENTITY formatlistMenu.label "Lista"> +<!ENTITY formatlistMenu.accesskey "L"> +<!ENTITY noneCmd.label "Ingen"> +<!ENTITY noneCmd.accesskey "n"> +<!ENTITY listBulletCmd.label "Punktad"> +<!ENTITY listBulletCmd.accesskey "P"> +<!ENTITY listNumberedCmd.label "Numrerad"> +<!ENTITY listNumberedCmd.accesskey "m"> +<!ENTITY listTermCmd.label "Definierad term"> +<!ENTITY listTermCmd.accesskey "t"> +<!ENTITY listDefinitionCmd.label "Definition"> +<!ENTITY listDefinitionCmd.accesskey "D"> +<!ENTITY listPropsCmd.label "Egenskaper för lista"> +<!ENTITY listPropsCmd.accesskey "l"> + +<!ENTITY ParagraphSelect.title "Stycke"> +<!ENTITY ParagraphSelect.tooltip "Välj ett styckeformat"> +<!-- Shared in Paragraph, and Toolbar menulist --> +<!ENTITY bodyTextCmd.label "Brödtext"> +<!ENTITY bodyTextCmd.accesskey "x"> +<!-- isn't used in menu now, but may be added in future --> +<!ENTITY advancedPropertiesCmd.label "Avancerade egenskaper"> +<!ENTITY advancedPropertiesCmd.accesskey "v"> + +<!-- Align menu items --> +<!ENTITY alignMenu.label "Kantställ"> +<!ENTITY alignMenu.accesskey "K"> +<!ENTITY alignLeft.label "Vänster"> +<!ENTITY alignLeft.accesskey "V"> +<!ENTITY alignLeft.tooltip "Vänsterställd text"> +<!ENTITY alignCenter.label "Centrerad"> +<!ENTITY alignCenter.accesskey "C"> +<!ENTITY alignCenter.tooltip "Centrerad text"> +<!ENTITY alignRight.label "Höger"> +<!ENTITY alignRight.accesskey "r"> +<!ENTITY alignRight.tooltip "Högerställd text"> +<!ENTITY alignJustify.label "Justerad"> +<!ENTITY alignJustify.accesskey "J"> +<!ENTITY alignJustify.tooltip "Utsluten sats"> + +<!-- Layer toolbar items --> +<!ENTITY absolutePosition.label "Positionering"> +<!ENTITY layer.tooltip "Absolut positionering"> +<!ENTITY decreaseZIndex.label "Placera längst bak"> +<!ENTITY layerSendToBack.tooltip "Placera bakom"> +<!ENTITY increaseZIndex.label "Placera längst fram"> +<!ENTITY layerBringToFront.tooltip "Placera framför"> + +<!ENTITY increaseIndent.label "Öka indrag"> +<!ENTITY increaseIndent.accesskey "i"> +<!ENTITY increaseIndent.key "Ä"> +<!ENTITY decreaseIndent.label "Minska indrag"> +<!ENTITY decreaseIndent.accesskey "d"> +<!ENTITY decreaseIndent.key "Ö"> + +<!ENTITY colorsAndBackground.label "Färger och bakgrund för sida..."> +<!ENTITY colorsAndBackground.accesskey "u"> + +<!-- Table Menu --> +<!ENTITY tableMenu.label "Tabell"> +<!ENTITY tableMenu.accesskey "b"> + +<!-- Select Submenu --> +<!ENTITY tableSelectMenu.label "Markera"> +<!ENTITY tableSelectMenu.accesskey "M"> + +<!ENTITY tableSelectMenu2.label "Markera tabell"> +<!ENTITY tableSelectMenu2.accesskey "M"> +<!ENTITY tableInsertMenu2.label "Infoga tabell"> +<!ENTITY tableInsertMenu2.accesskey "I"> +<!ENTITY tableDeleteMenu2.label "Ta bort tabell"> +<!ENTITY tableDeleteMenu2.accesskey "T"> + +<!-- Insert SubMenu --> +<!ENTITY tableInsertMenu.label "Infoga"> +<!ENTITY tableInsertMenu.accesskey "I"> +<!ENTITY tableTable.label "Tabell"> +<!ENTITY tableTable.accesskey "T"> +<!ENTITY tableRow.label "Rad"> +<!ENTITY tableRows.label "Rad(er)"> +<!ENTITY tableRow.accesskey "R"> +<!ENTITY tableRowAbove.label "Rad ovanför"> +<!ENTITY tableRowAbove.accesskey "R"> +<!ENTITY tableRowBelow.label "Rad nedanför"> +<!ENTITY tableRowBelow.accesskey "a"> +<!ENTITY tableColumn.label "Kolumn"> +<!ENTITY tableColumns.label "Kolumn(er)"> +<!ENTITY tableColumn.accesskey "o"> +<!ENTITY tableColumnBefore.label "Kolumn före"> +<!ENTITY tableColumnBefore.accesskey "o"> +<!ENTITY tableColumnAfter.label "Kolumn efter"> +<!ENTITY tableColumnAfter.accesskey "e"> +<!ENTITY tableCell.label "Cell"> +<!ENTITY tableCells.label "Cell(er)"> +<!ENTITY tableCell.accesskey "C"> +<!ENTITY tableCellContents.label "Cellinnehåll"> +<!ENTITY tableCellContents.accesskey "n"> +<!ENTITY tableAllCells.label "Alla celler"> +<!ENTITY tableAllCells.accesskey "A"> +<!ENTITY tableCellBefore.label "Cell före"> +<!ENTITY tableCellBefore.accesskey "C"> +<!ENTITY tableCellAfter.label "Cell efter"> +<!ENTITY tableCellAfter.accesskey "f"> +<!-- Delete SubMenu --> +<!ENTITY tableDeleteMenu.label "Ta bort"> +<!ENTITY tableDeleteMenu.accesskey "T"> + +<!-- text for "Join Cells" is in editor.properties + ("JoinSelectedCells" and "JoinCellToRight") + the access key must exist in both of those strings + But value must be set here for accesskey to draw properly +--> +<!ENTITY tableJoinCells.label "S"> +<!ENTITY tableJoinCells.accesskey "S"> +<!ENTITY tableSplitCell.label "Dela cell"> +<!ENTITY tableSplitCell.accesskey "D"> +<!ENTITY convertToTable.label "Skapa tabell av markering"> +<!ENTITY convertToTable.accesskey "l"> +<!ENTITY tableProperties.label "Egenskaper för tabell..."> +<!ENTITY tableProperties.accesskey "E"> + +<!-- Toolbar-only items --> +<!ENTITY menuBar.tooltip "Menyrad"> +<!ENTITY formatToolbar.tooltip "Formateringsverktyg"> +<!ENTITY cutToolbarCmd.tooltip "Klipp ut"> +<!ENTITY copyToolbarCmd.tooltip "Kopiera"> +<!ENTITY pasteToolbarCmd.tooltip "Klistra in"> +<!ENTITY findToolbarCmd.label "Sök"> +<!ENTITY findToolbarCmd.tooltip "Sök text på sidan"> +<!ENTITY spellToolbarCmd.label "Stavning"> +<!ENTITY spellToolbarCmd.tooltip "Kontrollera stavningen i markering eller på hela sidan"> +<!ENTITY imageToolbarCmd.label "Bild"> +<!ENTITY imageToolbarCmd.tooltip "Infoga ny bild eller ändra egenskaperna för markerad bild"> +<!ENTITY hruleToolbarCmd.label "V. linje"> +<!ENTITY hruleToolbarCmd.tooltip "Infoga vågrät linje eller ändra egenskaperna för markerad linje"> +<!ENTITY tableToolbarCmd.label "Tabell"> +<!ENTITY tableToolbarCmd.tooltip "Infoga tabell eller ändra egenskaperna för markerad tabell"> +<!ENTITY linkToolbarCmd.label "Länk"> +<!ENTITY linkToolbarCmd.tooltip "Infoga ny länk eller ändra egenskaperna för markerad länk"> +<!ENTITY anchorToolbarCmd.label "Ankare"> +<!ENTITY anchorToolbarCmd.tooltip "Infoga ett nytt namngivet ankare eller ändra egenskaperna för markerat ankare"> +<!ENTITY colorButtons.title "Färger"> +<!ENTITY TextColorButton.tooltip "Välj färg för texten"> +<!ENTITY BackgroundColorButton.tooltip "Välj färg för bakgrunden"> +<!ENTITY HighlightColorButton.label "Överstrykningspenna"> +<!ENTITY HighlightColorButton.tooltip "Välj markeringsfärg för text"> + +<!-- Editor toolbar --> +<!ENTITY absoluteFontSize.label "Teckenstorlek"> +<!ENTITY absoluteFontSizeToolbarCmd.tooltip "Ange teckenstorlek"> +<!ENTITY smaller.label "Mindre"> +<!ENTITY decreaseFontSizeToolbarCmd.tooltip "Mindre teckenstorlek"> +<!ENTITY larger.label "Större"> +<!ENTITY increaseFontSizeToolbarCmd.tooltip "Större teckenstorlek"> +<!ENTITY bold.label "Fet"> +<!ENTITY boldToolbarCmd.tooltip "Halvfet"> +<!ENTITY italic.label "Kursiv"> +<!ENTITY italicToolbarCmd.tooltip "Kursiv"> +<!ENTITY underline.label "Understruken"> +<!ENTITY underlineToolbarCmd.tooltip "Understruken"> +<!ENTITY bullets.label "Punktlista"> +<!ENTITY bulletListToolbarCmd.tooltip "Använd eller ta bort punktlista"> +<!ENTITY numbers.label "Numrerad"> +<!ENTITY numberListToolbarCmd.tooltip "Använd eller ta bort numrerad lista"> +<!ENTITY outdent.label "Minska indrag"> +<!ENTITY outdentToolbarCmd.tooltip "Dra ut text (flytta åt vänster)"> +<!ENTITY indent.label "Öka indrag"> +<!ENTITY indentToolbarCmd.tooltip "Dra in text (flytta åt höger)"> +<!ENTITY AlignPopupButton.label "Justering"> +<!ENTITY AlignPopupButton.tooltip "Välj kantställning"> +<!ENTITY InsertPopupButton.label "Infoga"> +<!ENTITY InsertPopupButton.tooltip "Infoga länk, ankare, bild, vågrät linje eller tabell"> +<!ENTITY alignLeftButton.label "Vänsterjustera"> +<!ENTITY alignLeftButton.tooltip "Vänsterställ texten"> +<!ENTITY alignCenterButton.label "Centrera"> +<!ENTITY alignCenterButton.tooltip "Centrera texten"> +<!ENTITY alignRightButton.label "Högerjustera"> +<!ENTITY alignRightButton.tooltip "Högerställ texten"> +<!ENTITY alignJustifyButton.label "Marginaljustera"> +<!ENTITY alignJustifyButton.tooltip "Justera (slå ut) texten"> + +<!-- Structure Toolbar Context Menu items --> +<!ENTITY structSelect.label "Markera"> +<!ENTITY structSelect.accesskey "M"> +<!ENTITY structRemoveTag.label "Ta bort tagg"> +<!ENTITY structRemoveTag.accesskey "T"> +<!ENTITY structChangeTag.label "Ändra tagg"> +<!ENTITY structChangeTag.accesskey "n"> + +<!-- TOC manipulation --> +<!ENTITY insertTOC.label "Infoga"> +<!ENTITY insertTOC.accesskey "I"> +<!ENTITY updateTOC.label "Uppdatera"> +<!ENTITY updateTOC.accesskey "U"> +<!ENTITY removeTOC.label "Ta bort"> +<!ENTITY removeTOC.accesskey "T"> +<!ENTITY tocMenu.label "Innehållsförteckning..."> +<!ENTITY tocMenu.accesskey "n"> diff --git a/l10n-sv-SE/suite/chrome/editor/editorSmileyOverlay.dtd b/l10n-sv-SE/suite/chrome/editor/editorSmileyOverlay.dtd new file mode 100644 index 0000000000..9ddcafef40 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/editorSmileyOverlay.dtd @@ -0,0 +1,58 @@ +<!-- 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/. --> + +<!-- Smiley Menu items --> +<!ENTITY insertSmiley.label "Smilis"> +<!ENTITY insertSmiley.accesskey "S"> + +<!ENTITY smiley1Cmd.label "Ler"> +<!ENTITY smiley1Cmd.accesskey "L"> +<!ENTITY smiley1Cmd.tooltip "Infoga ett leende ansiktsuttryck"> +<!ENTITY smiley2Cmd.label "Bister"> +<!ENTITY smiley2Cmd.accesskey "B"> +<!ENTITY smiley2Cmd.tooltip "Infoga ett bistert ansiktsuttryck"> +<!ENTITY smiley3Cmd.label "Blinkar"> +<!ENTITY smiley3Cmd.accesskey "i"> +<!ENTITY smiley3Cmd.tooltip "Infoga ett blinkande ansiktsuttryck"> +<!ENTITY smiley4Cmd.label "Dreglar"> +<!ENTITY smiley4Cmd.accesskey "D"> +<!ENTITY smiley4Cmd.tooltip "Infoga ett dreglande ansiktsuttryck"> +<!ENTITY smiley5Cmd.label "Skrattar"> +<!ENTITY smiley5Cmd.accesskey "S"> +<!ENTITY smiley5Cmd.tooltip "Infoga ett skrattande ansiktsuttryck"> +<!ENTITY smiley6Cmd.label "Generad"> +<!ENTITY smiley6Cmd.accesskey "G"> +<!ENTITY smiley6Cmd.tooltip "Infoga ett generat ansiktsuttryck"> +<!ENTITY smiley7Cmd.label "Rådvill"> +<!ENTITY smiley7Cmd.accesskey "å"> +<!ENTITY smiley7Cmd.tooltip "Infoga ett rådvillt ansiktsuttryck"> +<!ENTITY smiley8Cmd.label "Överraskad"> +<!ENTITY smiley8Cmd.accesskey "Ö"> +<!ENTITY smiley8Cmd.tooltip "Infoga ett överraskat ansiktsuttryck"> +<!ENTITY smiley9Cmd.label "Puss"> +<!ENTITY smiley9Cmd.accesskey "P"> +<!ENTITY smiley9Cmd.tooltip "Infoga ett pussande ansiktsuttryck"> +<!ENTITY smiley10Cmd.label "Skriker"> +<!ENTITY smiley10Cmd.accesskey "k"> +<!ENTITY smiley10Cmd.tooltip "Infoga ett skrikande ansiktsuttryck"> +<!ENTITY smiley11Cmd.label "Cool"> +<!ENTITY smiley11Cmd.accesskey "C"> +<!ENTITY smiley11Cmd.tooltip "Infoga ett coolt ansiktsuttryck"> +<!ENTITY smiley12Cmd.label "Skrytmåns"> +<!ENTITY smiley12Cmd.accesskey "r"> +<!ENTITY smiley12Cmd.tooltip "Infoga ett skrytande ansiktsuttryck"> +<!ENTITY smiley13Cmd.label "Bortgjord"> +<!ENTITY smiley13Cmd.accesskey "j"> +<!ENTITY smiley13Cmd.tooltip "Infoga ett bortgjort ansiktsuttryck"> +<!ENTITY smiley14Cmd.label "Oskyldig"> +<!ENTITY smiley14Cmd.accesskey "O"> +<!ENTITY smiley14Cmd.tooltip "Infoga ett oskyldigt ansiktsuttryck"> +<!ENTITY smiley15Cmd.label "Lipar"> +<!ENTITY smiley15Cmd.accesskey "a"> +<!ENTITY smiley15Cmd.tooltip "Infoga ett gråtande ansiktsuttryck"> +<!ENTITY smiley16Cmd.label "Tiger"> +<!ENTITY smiley16Cmd.accesskey "e"> +<!ENTITY smiley16Cmd.tooltip "Infoga ett tigande ansiktsuttryck"> +<!ENTITY SmileButton.label "Infoga smiley"> +<!ENTITY SmileButton.tooltip "Infoga ett leende ansiktsuttryck"> diff --git a/l10n-sv-SE/suite/chrome/editor/prefs/editorPrefsOverlay.dtd b/l10n-sv-SE/suite/chrome/editor/prefs/editorPrefsOverlay.dtd new file mode 100644 index 0000000000..97ce0388a3 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/prefs/editorPrefsOverlay.dtd @@ -0,0 +1,12 @@ +<!-- 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/. --> + +<!--LOCALIZATION NOTE (editorCheck.label): DONT_TRANSLATE --> +<!ENTITY editorCheck.label "Composer"> +<!ENTITY editorCheck.accesskey "c"> + +<!ENTITY compose.label "Composer"> +<!ENTITY editing.label "Inställningar för ny sida"> +<!ENTITY toolbars.label "Verktygsfält"> +<!ENTITY publish.label "Publicera"> diff --git a/l10n-sv-SE/suite/chrome/editor/prefs/pref-composer.dtd b/l10n-sv-SE/suite/chrome/editor/prefs/pref-composer.dtd new file mode 100644 index 0000000000..3d45b48c06 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/prefs/pref-composer.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/. --> + +<!--LOCALIZATION NOTE : FILE 'Composer' prefs dialog. Similar to Communcator 4.x Document Properties/Colors and Background --> + +<!--LOCALIZATION NOTE (pref.composer.title): DONT_TRANSLATE --> +<!ENTITY pref.composer.title "Composer"> +<!ENTITY recentFiles.title "Menyn för senaste sidor"> +<!ENTITY documentsInMenu.label "Maximalt antal sidor på listan:"> +<!ENTITY documentsInMenu.accesskey "n"> +<!ENTITY savingFiles.title "När webbsidor sparas eller publiceras"> +<!ENTITY preserveExisting.label "Behåll ursprunglig formatering"> +<!ENTITY preserveExisting.accesskey "u"> +<!ENTITY preserveExisting.tooltip "Bevarar radbrytningar och sidans originalformatering"> +<!ENTITY saveAssociatedFiles.label "Spara bilder och andra kopplade filer när sidor sparas"> +<!ENTITY saveAssociatedFiles.accesskey "S"> +<!ENTITY showPublishDialog.label "Visa alltid publiceringsdialogen när sidor publiceras"> +<!ENTITY showPublishDialog.accesskey "V"> +<!ENTITY composerEditing.label "Redigering"> +<!ENTITY maintainStructure.label "Behåll tabellens layout när du infogar eller tar bort celler"> +<!ENTITY maintainStructure.tooltip "Bevarar tabellers rektangulära struktur genom att automatiskt lägga till celler efter infogning eller borttagning av celler"> +<!ENTITY maintainStructure.accesskey "B"> +<!ENTITY useCSS.label "Använd CSS i stället för HTML-element och -attribut"> +<!ENTITY useCSS.accesskey "A"> +<!ENTITY crInPCreatesNewP.label "Retur i ett stycke skapar alltid ett nytt stycke"> +<!ENTITY crInPCreatesNewP.accesskey "R"> diff --git a/l10n-sv-SE/suite/chrome/editor/prefs/pref-editing.dtd b/l10n-sv-SE/suite/chrome/editor/prefs/pref-editing.dtd new file mode 100644 index 0000000000..f7699233c5 --- /dev/null +++ b/l10n-sv-SE/suite/chrome/editor/prefs/pref-editing.dtd @@ -0,0 +1,32 @@ +<!-- 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 pref.editing.title "Inställningar för ny sida"> + +<!ENTITY authorName.label "Författare:"> +<!ENTITY authorName.accesskey "F"> +<!ENTITY pageColorHeader "Förvalt utseende för sida"> + +<!ENTITY defaultColors.label "Besökarens förvalda färger (Ange inga färger på sidan)"> +<!ENTITY defaultColors.accesskey "s"> +<!ENTITY customColors.label "Använd egna färger:"> +<!ENTITY customColors.accesskey "e"> + +<!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 "s"> +<!ENTITY background.label "Bakgrund:"> +<!ENTITY background.accesskey "B"> +<!ENTITY colon.character ":"> + +<!ENTITY backgroundImage.label "Bakgrundsbild:"> +<!ENTITY backgroundImage.accesskey "g"> +<!ENTITY chooseFile.label "Välj fil..."> +<!ENTITY chooseFile.accesskey "V"> + |