From 40a355a42d4a9444dc753c04c6608dade2f06a23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:27 +0200 Subject: Adding upstream version 125.0.1. Signed-off-by: Daniel Baumann --- l10n-sv-SE/devtools/client/tooltips.ftl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'l10n-sv-SE/devtools/client/tooltips.ftl') diff --git a/l10n-sv-SE/devtools/client/tooltips.ftl b/l10n-sv-SE/devtools/client/tooltips.ftl index 5ff8e0d3ab..ee2cc03833 100644 --- a/l10n-sv-SE/devtools/client/tooltips.ftl +++ b/l10n-sv-SE/devtools/client/tooltips.ftl @@ -38,6 +38,11 @@ inactive-css-not-table-cell = { $property } har ingen effekt p inactive-scroll-padding-when-not-scroll-container = { $property } har ingen effekt på detta element eftersom det inte rullar. inactive-css-border-image = { $property } har ingen effekt på detta element eftersom det inte kan tillämpas på interna tabellelement där border-collapse är inställt på collapse på överordnat tabellelement. inactive-css-ruby-element = { $property } har ingen effekt på detta element eftersom det är ett ruby-element. Dess storlek bestäms av teckenstorleken på ruby-texten. + +## 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-highlight-pseudo-elements-not-supported = { $property } stöds inte på highlight-pseudoelement. inactive-css-cue-pseudo-element-not-supported = { $property } stöds inte på ::cue pseudoelement. # Variables: @@ -51,9 +56,11 @@ inactive-css-text-wrap-balance-fragmented = { $property } har i ## 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. +## the problem can be solved. CSS properties and values in tags should +## not be translated. 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-or-block-container-fix = Testa att lägga till display:grid, display:flex eller display:block. { 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-multicol-container-fix = Prova att lägga till antingen column-count eller column-width. { learn-more } inactive-css-not-grid-or-flex-item-fix-3 = Försök att lägga till display:grid, display:flex, display:inline-grid eller display:inline-flex till elementets förälder. { learn-more } -- cgit v1.2.3