# 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 for Developer Tools tooltips. learn-more = Läs mer ## In the Rule View when a CSS property cannot be successfully applied we display ## an icon. When this icon is hovered this message is displayed to explain why ## the property is not applied. ## Variables: ## $property (string) - A CSS property name e.g. "color". ## $display (string) - A CSS display value e.g. "inline-block". inactive-css-not-grid-or-flex-container = { $property } har ingen effekt på det här elementet eftersom det varken är en flexbehållare eller en rutnätsbehållare. inactive-css-not-grid-or-flex-container-or-multicol-container = { $property } har ingen effekt på det här elementet eftersom det inte är en flexbehållare, en rutnätsbehållare eller en behållare med flera kolumner. inactive-css-not-grid-or-flex-item = { $property } har ingen effekt på det här elementet eftersom det inte är ett rutnät eller ett flex-objekt. inactive-css-not-grid-item = { $property } har ingen effekt på det här elementet eftersom det inte är ett rutnätsobjekt. inactive-css-not-grid-container = { $property } har ingen effekt på detta element eftersom det inte är en rutnätsbehållare. inactive-css-not-flex-item = { $property } har ingen effekt på det här elementet eftersom det inte är ett flex-objekt. inactive-css-not-flex-container = { $property } har ingen effekt på detta element eftersom det inte är en flexbehållare. inactive-css-not-inline-or-tablecell = { $property } har ingen effekt på detta element eftersom det inte är ett inline- eller table-cellelement. inactive-css-property-because-of-display = { $property } har ingen effekt på det här elementet eftersom den har en visning av { $display }. inactive-css-not-display-block-on-floated = Värdet display har ändrats av motorn till block eftersom elementet är floated. inactive-css-property-is-impossible-to-override-in-visited = Det är omöjligt att skriva över { $property } på grund av begränsningen :visited. inactive-css-position-property-on-unpositioned-box = { $property } har ingen effekt på detta element eftersom det inte är ett positionerat element. inactive-text-overflow-when-no-overflow = { $property } har ingen effekt på detta element eftersom overflow:hidden inte är satt. inactive-outline-radius-when-outline-style-auto-or-none = { $property } påverkar inte detta element eftersom dess outline-style är auto eller none. inactive-css-not-for-internal-table-elements = { $property } har ingen effekt på interna tabellelement. inactive-css-not-for-internal-table-elements-except-table-cells = { $property } har ingen effekt på interna tabellelement utom tabellceller. inactive-css-not-table = { $property } har ingen effekt på detta element eftersom det inte är en tabell. ## In the Rule View when a CSS property cannot be successfully applied we display ## an icon. When this icon is hovered this message is displayed to explain how ## the problem can be solved. inactive-css-not-grid-or-flex-container-fix = Försök lägga till display:grid eller display:flex. { learn-more } inactive-css-not-grid-or-flex-container-or-multicol-container-fix = Försök lägga till antingen display:grid, display:flex eller columns:2. { learn-more } inactive-css-not-grid-or-flex-item-fix-2 = Försök att lägga till display:grid, display:flex, display:inline-grid eller display:inline-flex. { learn-more } inactive-css-not-grid-item-fix-2 = Försök lägga till display:grid eller display:inline-grid till elementets förälder. { learn-more } inactive-css-not-grid-container-fix = Försök lägga till display:grid eller display:inline-grid. { learn-more } inactive-css-not-flex-item-fix-2 = Försök lägga till display:flex eller display:inline-flex till elementets förälder. { learn-more } inactive-css-not-flex-container-fix = Försök lägga till display:flex eller display:inline-flex. { learn-more } inactive-css-not-inline-or-tablecell-fix = Försök lägga till display:inline eller display:tabell-cell. { learn-more } inactive-css-non-replaced-inline-or-table-row-or-row-group-fix = Försök lägga till display:inline-block eller display:block. { learn-more } inactive-css-non-replaced-inline-or-table-column-or-column-group-fix = Försök lägga till display:inline-block. { learn-more } inactive-css-not-display-block-on-floated-fix = Försök ta bort float eller lägga till display:block. { learn-more } inactive-css-position-property-on-unpositioned-box-fix = Försök ställa in egenskapen position till något annat än static. { learn-more } inactive-text-overflow-when-no-overflow-fix = Försök att lägga till overflow:hidden. { learn-more } inactive-css-not-for-internal-table-elements-fix = Prova att ställa in egenskapen display till något annat än table-cell, table-column, table-row, table-column-group, table-row-group eller table-footer-group. { learn-more } inactive-css-not-for-internal-table-elements-except-table-cells-fix = Prova att ställa in egenskapen display till något annat än table-column, table-row, table-column-group, table-row-group eller table-footer-group. { learn-more } inactive-outline-radius-when-outline-style-auto-or-none-fix = Försök att ställa in egenskapen outline-style till något annat än auto eller none. { learn-more } inactive-css-not-table-fix = Prova att lägga till display:table eller display:inline-table. { learn-more } ## In the Rule View when a CSS property may have compatibility issues with other browsers ## we display an icon. When this icon is hovered this message is displayed to explain why ## the property is incompatible and the platforms it is incompatible on. ## Variables: ## $property (string) - A CSS declaration name e.g. "-moz-user-select" that can be a platform specific alias. ## $rootProperty (string) - A raw CSS property name e.g. "user-select" that is not a platform specific alias. css-compatibility-default-message = { $property } stöds inte i följande webbläsare: css-compatibility-deprecated-experimental-message = { $property } var ett experimentellt värde som nu är föråldrat enligt W3C standarder Det stöds inte i följande webbläsare: css-compatibility-deprecated-experimental-supported-message = { $property } var ett experimentellt värde som nu föråldras med W3C standarder. css-compatibility-deprecated-message = { $property } är föråldrat enligt W3C-standarder. Det stöds inte i följande webbläsare: css-compatibility-deprecated-supported-message = { $property } är föråldrat enligt W3C-standarder. css-compatibility-experimental-message = { $property } är ett experimentellt värde. Det stöds inte i följande webbläsare: css-compatibility-experimental-supported-message = { $property } är ett experimentellt värde. css-compatibility-learn-more-message = Läs mer om { $rootProperty }