summaryrefslogtreecommitdiffstats
path: root/l10n-sv-SE/devtools/client/tooltips.ftl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:40:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:40:09 +0000
commitc1701504b2366542c32c5e6eeff1ba62cc75f8f6 (patch)
tree81b15ef2846efcdbb09422dd283399e769cb7ef9 /l10n-sv-SE/devtools/client/tooltips.ftl
parentReleasing progress-linux version 115.10.0esr-1~progress7.99u1. (diff)
downloadfirefox-esr-c1701504b2366542c32c5e6eeff1ba62cc75f8f6.tar.xz
firefox-esr-c1701504b2366542c32c5e6eeff1ba62cc75f8f6.zip
Merging upstream version 115.11.0esr.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--l10n-sv-SE/devtools/client/tooltips.ftl13
1 files changed, 10 insertions, 3 deletions
diff --git a/l10n-sv-SE/devtools/client/tooltips.ftl b/l10n-sv-SE/devtools/client/tooltips.ftl
index 73f5018af1..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 = <strong>{ $property }</strong> har ingen effekt pĂ
inactive-scroll-padding-when-not-scroll-container = <strong>{ $property }</strong> har ingen effekt pÄ detta element eftersom det inte rullar.
inactive-css-border-image = <strong>{ $property }</strong> har ingen effekt pÄ detta element eftersom det inte kan tillÀmpas pÄ interna tabellelement dÀr <strong>border-collapse</strong> Àr instÀllt pÄ <strong>collapse</strong> pÄ överordnat tabellelement.
inactive-css-ruby-element = <strong>{ $property }</strong> 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 = <strong>{ $property }</strong> stöds inte pÄ highlight-pseudoelement.
inactive-css-cue-pseudo-element-not-supported = <strong>{ $property }</strong> stöds inte pÄ ::cue pseudoelement.
# Variables:
@@ -51,17 +56,19 @@ inactive-css-text-wrap-balance-fragmented = <strong>{ $property }</strong> 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 <strong> tags should
+## not be translated.
inactive-css-not-grid-or-flex-container-fix = Försök lÀgga till <strong>display:grid</strong> eller <strong>display:flex</strong>. { learn-more }
+inactive-css-not-grid-or-flex-or-block-container-fix = Testa att lÀgga till <strong>display:grid</strong>, <strong>display:flex</strong> eller <strong>display:block</strong>. { learn-more }
inactive-css-not-grid-or-flex-container-or-multicol-container-fix = Försök lÀgga till antingen <strong>display:grid</strong>, <strong>display:flex</strong> eller <strong>columns:2</strong>. { learn-more }
-inactive-css-not-multicol-container-fix = Prova att lÀgga till antingen <strong>kolumnantal</strong> eller <strong>kolumnbredd</strong>. { learn-more }
+inactive-css-not-multicol-container-fix = Prova att lÀgga till antingen <strong>column-count</strong> eller <strong>column-width</strong>. { learn-more }
inactive-css-not-grid-or-flex-item-fix-3 = Försök att lÀgga till <strong>display:grid</strong>, <strong>display:flex</strong>, <strong>display:inline-grid</strong> eller <strong>display:inline-flex</strong> till elementets förÀlder. { learn-more }
inactive-css-not-grid-item-fix-2 = Försök lÀgga till <strong>display:grid</strong> eller <strong>display:inline-grid</ strong> till elementets förÀlder. { learn-more }
inactive-css-not-grid-container-fix = Försök lÀgga till <strong>display:grid</strong> eller <strong>display:inline-grid</strong>. { learn-more }
inactive-css-not-flex-item-fix-2 = Försök lÀgga till <strong>display:flex</strong> eller <strong>display:inline-flex</strong> till elementets förÀlder. { learn-more }
inactive-css-not-flex-container-fix = Försök lÀgga till <strong>display:flex</strong> eller <strong>display:inline-flex</strong>. { learn-more }
-inactive-css-not-inline-or-tablecell-fix = Försök lÀgga till <strong>display:inline</strong> eller <strong>display:tabell-cell</strong>. { learn-more }
+inactive-css-not-inline-or-tablecell-fix = Försök lÀgga till <strong>display:inline</strong> eller <strong>display:table-cell</strong>. { learn-more }
inactive-css-non-replaced-inline-or-table-row-or-row-group-fix = Försök lÀgga till <strong>display:inline-block</strong> eller <strong>display:block</strong>. { learn-more }
inactive-css-non-replaced-inline-or-table-column-or-column-group-fix = Försök lÀgga till <strong>display:inline-block</strong>. { learn-more }
inactive-css-not-display-block-on-floated-fix = Försök ta bort <strong>float</strong> eller lÀgga till <strong>display:block</strong>. { learn-more }