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-02-28 16:07:44 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2021-02-28 16:07:44 +0300
commitc3ef38b3bcb9b6dc817e253fef288aa158b53226 (patch)
tree484be5596c45550d854a9423520b0203dbad057e /src/platform/generic/_locales/de/messages.json
parentce63ba76c85cc7de929e46c69967c94a93859267 (diff)
Improve slider ui
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'src/platform/generic/_locales/de/messages.json')
-rw-r--r--src/platform/generic/_locales/de/messages.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/platform/generic/_locales/de/messages.json b/src/platform/generic/_locales/de/messages.json
index 2c52b9e..fcfb2b2 100644
--- a/src/platform/generic/_locales/de/messages.json
+++ b/src/platform/generic/_locales/de/messages.json
@@ -1236,5 +1236,13 @@
"example": "One of 1, 5, 10, 15 or 20"
}
}
+ },
+ "InputSliderOn" : {
+ "message" : "angeschaltet",
+ "description" : "Tooltip of any slider input element that is currently in the active/enabled state"
+ },
+ "InputSliderOff" : {
+ "message" : "ausgeschaltet",
+ "description" : "Tooltip of any slider input element that is currently in the inactive/disabled state"
}
}