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:
authorM. Wieschollek <passwords.public@mdns.eu>2021-02-28 12:50:11 +0300
committerGitHub <noreply@github.com>2021-02-28 12:50:11 +0300
commit2d04bf0f1f483b144e7e65a8ed8ef2b429916641 (patch)
tree53cb91195e9d1879964fb409c4c3eb3d9cd02de0 /src/platform/generic/_locales/de/messages.json
parentf37008c8d32c71bf6fb9a13b1bc0e49d23109a0a (diff)
parent1792c3e7f7d3b04b02cb8550c48927ccdda18a49 (diff)
Merge pull request #151 from flo-mic/master
Introduce custom settings for password recommendations
Diffstat (limited to 'src/platform/generic/_locales/de/messages.json')
-rw-r--r--src/platform/generic/_locales/de/messages.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/platform/generic/_locales/de/messages.json b/src/platform/generic/_locales/de/messages.json
index cdf0d4c..61c00be 100644
--- a/src/platform/generic/_locales/de/messages.json
+++ b/src/platform/generic/_locales/de/messages.json
@@ -1176,5 +1176,47 @@
"DebugNoErrors" : {
"message" : "Keine Fehlerberichte vorhanden",
"description": "Message shown when no error reports exist instead of the error logs in the error logs section in the extension settings in the debug tab"
+ },
+ "RecommendationSettings" : {
+ "message" : "Passwort Empfehlung",
+ "description": "Label of the section password recommendations in the extension settings."
+ },
+ "RecommendationSettingsHelp" : {
+ "message" : "Beim Ändern dieser Einstellungen muss die Erweiterung neu gestartet werden. Entweder durch deaktivieren und aktivieren der Erweiterung oder mit einem Browser Neustart.",
+ "description": "Label of the help text for section password recommendations in the extension settings."
+ },
+ "SettingsSearchRecommendationOption" : {
+ "message" : "Suche Passwort Empfehlung auf Basis von dieser Option.",
+ "description": "Label of the setting in the extension settings to define how password recommendations are searched."
+ },
+ "LabelSearchRecommendationDomain" : {
+ "message" : "Domain",
+ "description": "Find password recommendations by domain. So on page mail.example.com you will see all passwords for the domain and sumdomains of example.com."
+ },
+ "LabelSearchRecommendationHost" : {
+ "message" : "Host",
+ "description": "Find password recommendations by host. So on page mail.example.com you will see all passwords for the sumdomain mail e.g. (mail.example.com or mail.example.com:8443)."
+ },
+ "LabelSearchRecommendationHostPort" : {
+ "message" : "Host + Port",
+ "description": "Find password recommendations for the specific server and port."
+ },
+ "LabelSearchRecommendationExact" : {
+ "message" : "Exakte URL",
+ "description": "Find only passwords where th url matches exact to the current browser url."
+ },
+ "SettingsSearchRecommendationMaxRows" : {
+ "message" : "Maximale Anzahl an Ergebnissen für die Passwort Empfehlung.",
+ "description": "Label of the setting in the extension settings to define the maximum number of results for the password recommendation."
+ },
+ "SearchRecommendationMaxRowsNumber" : {
+ "message" : "$ROW$",
+ "description" : "Number of results that should be displayed for password recommendations.",
+ "placeholders": {
+ "row": {
+ "content": "$1",
+ "example": "One of 1, 5, 10, 15 or 20"
+ }
+ }
}
} \ No newline at end of file