From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../localization/de/devtools/client/tooltips.ftl | 101 +++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 thunderbird-l10n/de/localization/de/devtools/client/tooltips.ftl (limited to 'thunderbird-l10n/de/localization/de/devtools/client/tooltips.ftl') diff --git a/thunderbird-l10n/de/localization/de/devtools/client/tooltips.ftl b/thunderbird-l10n/de/localization/de/devtools/client/tooltips.ftl new file mode 100644 index 0000000000..24daab54f3 --- /dev/null +++ b/thunderbird-l10n/de/localization/de/devtools/client/tooltips.ftl @@ -0,0 +1,101 @@ +# 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 = Weitere Informationen + +## 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 } hat bei diesem Element keine Wirkung, weil das Element weder ein Flex- noch ein Grid-Container ist. +inactive-css-not-grid-or-flex-container-or-multicol-container = { $property } hat bei diesem Element keine Wirkung, weil es kein Flex-, Grid- oder Mehrspalten-Container ist. +inactive-css-not-multicol-container = { $property } hat bei diesem Element keine Wirkung, weil es kein Mehrspalten-Container ist. +inactive-css-not-grid-or-flex-item = { $property } hat bei diesem Element keine Wirkung, weil das Element weder ein Flex- noch ein Grid-Element ist. +inactive-css-not-grid-item = { $property } hat bei diesem Element keine Wirkung, weil es kein Grid-Element ist. +inactive-css-not-grid-container = { $property } hat bei diesem Element keine Wirkung, weil es kein Grid-Container ist. +inactive-css-not-flex-item = { $property } hat bei diesem Element keine Wirkung, weil es kein Flex-Element ist. +inactive-css-not-flex-container = { $property } hat bei diesem Element keine Wirkung, weil es kein Flex-Container ist. +inactive-css-not-inline-or-tablecell = { $property } hat bei diesem Element keine Wirkung, weil es weder ein inline- noch ein table-cell-Element ist. +inactive-css-first-line-pseudo-element-not-supported = { $property } wird bei ::first-line-Pseudo-Elementen nicht unterstützt. +inactive-css-first-letter-pseudo-element-not-supported = { $property } wird bei ::first-letter-Pseudo-Elementen nicht unterstützt. +inactive-css-placeholder-pseudo-element-not-supported = { $property } wird bei ::placeholder-Pseudo-Elementen nicht unterstützt. +inactive-css-property-because-of-display = { $property } hat bei diesem Element keine Wirkung, weil sein display-Wert { $display } ist. +inactive-css-not-display-block-on-floated = Der Wert display wurde automatisch auf den Wert block geändert, weil das Element auf float gesetzt wurde. +inactive-css-property-is-impossible-to-override-in-visited = { $property } kann aufgrund der Einschränkung durch :visited nicht überschrieben werden. +inactive-css-position-property-on-unpositioned-box = { $property } hat bei diesem Element keine Wirkung, weil es kein positioniertes Element ist. +inactive-text-overflow-when-no-overflow = { $property } hat bei diesem Element keine Wirkung, weil overflow:hidden nicht gesetzt ist. +inactive-css-not-for-internal-table-elements = { $property } hat keine Wirkung auf interne Tabellenelemente. +inactive-css-not-for-internal-table-elements-except-table-cells = { $property } hat keine Wirkung auf interne Tabellenelemente außer Tabellenzellen. +inactive-css-not-table = { $property } hat bei diesem Element keine Wirkung, weil es keine Tabelle ist. +inactive-css-not-table-cell = { $property } hat bei diesem Element keine Wirkung, weil es keine Tabellenzelle ist. +inactive-scroll-padding-when-not-scroll-container = { $property } hat bei diesem Element keine Wirkung, weil es nicht scrollt. +inactive-css-border-image = { $property } hat keine Auswirkung auf dieses Element, da es nicht auf interne Tabellenelemente angewendet werden kann, bei denen auf dem übergeordneten Tabellenelement border-collapse auf collapse gesetzt ist. +inactive-css-ruby-element = { $property } hat keine Auswirkung auf dieses Element, da es sich um ein Ruby-Element handelt. Seine Größe wird durch die Schriftgröße des Ruby-Textes bestimmt. +inactive-css-highlight-pseudo-elements-not-supported = { $property } wird bei Highlight-Pseudo-Elementen nicht unterstützt. +inactive-css-cue-pseudo-element-not-supported = { $property } wird bei ::cue-Pseudo-Elementen nicht unterstützt. +# Variables: +# $lineCount (integer) - The number of lines the element has. +inactive-css-text-wrap-balance-lines-exceeded = + { $lineCount -> + [one] { $property } hat bei diesem Element keine Wirkung, weil es mehr als { $lineCount } Zeile hat. + *[other] { $property } hat bei diesem Element keine Wirkung, weil es mehr als { $lineCount } Zeilen hat. + } +inactive-css-text-wrap-balance-fragmented = { $property } hat bei diesem Element keine Wirkung, weil es fragmentiert ist, d.h. sein Inhalt ist über mehrere Spalten oder Seiten verteilt. + +## 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 = Versuchen Sie, display:grid oder display:flex hinzuzufügen. { learn-more } +inactive-css-not-grid-or-flex-container-or-multicol-container-fix = Versuchen Sie, display:grid, display:flex oder columns:2 hinzuzufügen. { learn-more } +inactive-css-not-multicol-container-fix = Versuchen Sie, entweder column-count oder column-width hinzuzufügen. { learn-more } +inactive-css-not-grid-or-flex-item-fix-3 = Versuchen Sie, display:grid, display:flex, display:inline-grid oder display:inline-flex zum übergeordneten Element hinzuzufügen. { learn-more } +inactive-css-not-grid-item-fix-2 = Versuchen Sie, display:grid oder display:inline-gridzum übergeordneten Element hinzuzufügen. { learn-more } +inactive-css-not-grid-container-fix = Versuchen Sie, display:grid oder display:inline-grid hinzuzufügen. { learn-more } +inactive-css-not-flex-item-fix-2 = Versuchen Sie, display:flex oder display:inline-flex zum übergeordneten Element hinzuzufügen. { learn-more } +inactive-css-not-flex-container-fix = Versuchen Sie, display:flex oder display:inline-flex hinzuzufügen. { learn-more } +inactive-css-not-inline-or-tablecell-fix = Versuchen Sie, display:inline oder display:table-cell hinzuzufügen. { learn-more } +inactive-css-non-replaced-inline-or-table-row-or-row-group-fix = Versuchen Sie, display:inline-block oder display:block hinzuzufügen. { learn-more } +inactive-css-non-replaced-inline-or-table-column-or-column-group-fix = Versuchen Sie, display:inline-block hinzuzufügen. { learn-more } +inactive-css-not-display-block-on-floated-fix = Versuchen Sie, float zu entfernen oder display:block hinzuzufügen. { learn-more } +inactive-css-position-property-on-unpositioned-box-fix = Versuchen Sie, die position-Eigenschaft auf etwas anderes als static zu setzen. { learn-more } +inactive-text-overflow-when-no-overflow-fix = Versuchen Sie, overflow:hidden hinzuzufügen. { learn-more } +inactive-css-not-for-internal-table-elements-fix = Versuchen Sie, die display-Eigenschaft auf etwas anderes als table-cell, table-column, table-row, table-column-group, table-row-group oder table-footer-group zu setzen. { learn-more } +inactive-css-not-for-internal-table-elements-except-table-cells-fix = Versuchen Sie, die display-Eigenschaft auf etwas anderes als table-column, table-row, table-column-group, table-row-group oder table-footer-group zu setzen. { learn-more } +inactive-css-not-table-fix = Versuchen Sie, display:table oder display:inline-table hinzuzufügen. { learn-more } +inactive-css-not-table-cell-fix = Versuchen Sie, display:table-cell hinzuzufügen. { learn-more } +inactive-scroll-padding-when-not-scroll-container-fix = Versuchen Sie, overflow:auto, overflow:scroll oder overflow:hidden hinzuzufügen. { learn-more } +inactive-css-border-image-fix = Entfernen Sie auf dem übergeordneten Tabellenelement die Eigenschaft oder ändern Sie den Wert von border-collapse auf einen anderen Wert als collapse. { learn-more } +inactive-css-ruby-element-fix = Versuchen Sie, die font-size des Ruby-Textes zu ändern. { learn-more } +inactive-css-text-wrap-balance-lines-exceeded-fix = Versuchen Sie, die Anzahl der Zeilen zu reduzieren. { learn-more } +inactive-css-text-wrap-balance-fragmented-fix = Vermeiden Sie ein Teilen des Inhalts des Elements z.B. indem Sie die Spalten entfernen oder page-break-inside:avoid verwenden. { 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 } wird in den folgenden Browsern nicht unterstützt: +css-compatibility-deprecated-experimental-message = { $property } war eine experimentelle Eigenschaft, die jetzt nach W3C-Standards veraltet ist. Sie wird in den folgenden Browsern nicht unterstützt: +css-compatibility-deprecated-experimental-supported-message = { $property } war eine experimentelle Eigenschaft, die jetzt nach W3C-Standards veraltet ist. +css-compatibility-deprecated-message = { $property } ist nach W3C-Standards veraltet. Es wird in den folgenden Browsern nicht unterstützt: +css-compatibility-deprecated-supported-message = { $property } ist nach W3C-Standards veraltet. +css-compatibility-experimental-message = { $property } ist eine experimentelle Eigenschaft. Sie wird in den folgenden Browsern nicht unterstützt: +css-compatibility-experimental-supported-message = { $property } ist eine experimentelle Eigenschaft. +css-compatibility-learn-more-message = Weitere Informationen über { $rootProperty } + +## In the Rule View when a rule selector can causes issues, we display an icon. +## When this icon is hovered one or more of those messages are displayed to explain what +## the issue are. + +# :has() should not be translated +css-selector-warning-unconstrained-has = Dieser Selektor verwendet uneingeschränktes :has(), was langsam sein kann -- cgit v1.2.3