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-02-19 22:40:06 +0300
committerflo-mic <florianmichel@hotmail.de>2021-02-19 22:40:06 +0300
commit97e5e29294ebb27cdec9106ce57f7571eea3d49e (patch)
treeedbbcf5ae725770e2e955e79d9603d2434bbd360 /src/platform
parentca343ef0b6d3e71d80d5644a68820d10fdeceeb8 (diff)
add settings for password recommendations
Diffstat (limited to 'src/platform')
-rw-r--r--src/platform/generic/_locales/de/messages.json20
-rw-r--r--src/platform/generic/_locales/en/messages.json20
2 files changed, 40 insertions, 0 deletions
diff --git a/src/platform/generic/_locales/de/messages.json b/src/platform/generic/_locales/de/messages.json
index e2e5d18..0f63bba 100644
--- a/src/platform/generic/_locales/de/messages.json
+++ b/src/platform/generic/_locales/de/messages.json
@@ -1176,5 +1176,25 @@
"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"
+ },
+ "SettingsSearchRecommendationOption" : {
+ "message" : "Suche Passwort empfehlungen 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."
}
} \ No newline at end of file
diff --git a/src/platform/generic/_locales/en/messages.json b/src/platform/generic/_locales/en/messages.json
index e3d3d45..4547062 100644
--- a/src/platform/generic/_locales/en/messages.json
+++ b/src/platform/generic/_locales/en/messages.json
@@ -1190,5 +1190,25 @@
"DebugNoErrors" : {
"message" : "No errors in log",
"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"
+ },
+ "SettingsSearchRecommendationOption" : {
+ "message" : "Search passwords based on the following 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" : "Exact url",
+ "description": "Find only passwords where th url matches exact to the current browser url."
}
}