Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2021-03-01 15:10:49 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2021-03-01 15:10:49 +0300
commit6da4df8c63647bce69e4fbb47059c739bc162c43 (patch)
treeb5b5192c79f2030697d569c26e56ed0ca6adb406 /src/platform/generic/_locales/de/messages.json
parentaa8cdf89e5406273a9fe8214f40676a30539bae1 (diff)
Update styling for switches and select boxes
Diffstat (limited to 'src/platform/generic/_locales/de/messages.json')
-rw-r--r--src/platform/generic/_locales/de/messages.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/platform/generic/_locales/de/messages.json b/src/platform/generic/_locales/de/messages.json
index fcfb2b2..aece811 100644
--- a/src/platform/generic/_locales/de/messages.json
+++ b/src/platform/generic/_locales/de/messages.json
@@ -760,6 +760,10 @@
"message" : "Schaltflächen",
"description": "Headline for the button styling settings in the custom theme settings"
},
+ "CustomSliderElement" : {
+ "message" : "Schalter",
+ "description": "Headline for the switch styling settings in the custom theme settings"
+ },
"CustomToasts" : {
"message" : "Mini-Benachrichtigungen",
"description": "Headline for the toast notification styling settings in the custom theme settings"
@@ -776,6 +780,10 @@
"message" : "Vordergrundfarbe",
"description": "Label of foreground / text color options in the custom theme settings"
},
+ "BorderColorLabel" : {
+ "message" : "Umrandungsfarbe",
+ "description": "Label of border color options in the custom theme settings"
+ },
"BackgroundInheritLabel" : {
"message" : "Hintergrund erben",
"description": "Label of options to inherit the background color in the custom theme settings"
@@ -800,6 +808,14 @@
"message" : "Diese Farbe wird für den Vordergrund und Umrandungen verwendet wenn das Element mit der Maus überfahren wird",
"description": "Tooltip of the color input field in the custom theme settings for the hover / active foreground / text color for an element"
},
+ "BorderColorBaseTitle" : {
+ "message" : "Diese Farbe wird für Umrandungen verwendet",
+ "description": "Tooltip of the color input field in the custom theme settings for the default border color for an element"
+ },
+ "BorderColorHoverTitle" : {
+ "message" : "Diese Farbe wird für Umrandungen verwendet wenn das Element aktiv ist",
+ "description": "Tooltip of the color input field in the custom theme settings for the hover / active border color for an element"
+ },
"BackgroundInheritTitle" : {
"message" : "Falls aktiviert wird die Farbe des übergeordneten Elements übernommen",
"description": "Tooltip for the checkbox to inherit the background color (from the parent element in the html) in the custom theme settings"