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:
authorflo-mic <florianmichel@hotmail.de>2021-03-01 21:02:59 +0300
committerflo-mic <florianmichel@hotmail.de>2021-03-01 21:02:59 +0300
commit974a65efbea888ad3f771a71f7a157855e3a7d98 (patch)
treee44cc5801f4a9bdfd6e7d7b0059cceba4c28e630 /src/platform/generic/_locales/de/messages.json
parentaa8cdf89e5406273a9fe8214f40676a30539bae1 (diff)
add possibility to show username in title
Diffstat (limited to 'src/platform/generic/_locales/de/messages.json')
-rw-r--r--src/platform/generic/_locales/de/messages.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/platform/generic/_locales/de/messages.json b/src/platform/generic/_locales/de/messages.json
index fcfb2b2..983c2c9 100644
--- a/src/platform/generic/_locales/de/messages.json
+++ b/src/platform/generic/_locales/de/messages.json
@@ -1244,5 +1244,9 @@
"InputSliderOff" : {
"message" : "ausgeschaltet",
"description" : "Tooltip of any slider input element that is currently in the inactive/disabled state"
+ },
+ "SettingsShowUsernameInList" : {
+ "message" : "Zeige Benutzername neben dem Titel",
+ "description": "Label of the setting in the extension settings to show the username next to the title in password lists."
}
}