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 <marius-david.wieschollek@intellishop.ag>2021-02-11 22:21:08 +0300
committerMarius David Wieschollek <marius-david.wieschollek@intellishop.ag>2021-02-11 22:21:08 +0300
commitcdc6a11232fe1d68aad131c22845fda942840183 (patch)
tree4a0a262225fd0fcfccb0abde92892a942f3aedc0 /src/platform/generic/_locales/de
parent70b55515a4be1719a32797174ba2b3f82f39fec5 (diff)
[#54] Make basic auth autofill optional
Diffstat (limited to 'src/platform/generic/_locales/de')
-rw-r--r--src/platform/generic/_locales/de/messages.json12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/platform/generic/_locales/de/messages.json b/src/platform/generic/_locales/de/messages.json
index 7bc136b..0337165 100644
--- a/src/platform/generic/_locales/de/messages.json
+++ b/src/platform/generic/_locales/de/messages.json
@@ -91,10 +91,18 @@
"message" : "Anmeldeformulare automatisch ausfüllen",
"description": "Label of the setting in the extension settings to automatically paste credentials into login forms"
},
- "HelpPasteAutofillEnabled" : {
- "message" : "Fügt den ersten Eintrag der vorgeschlagenen Zugansdaten autmatisch in den aktuellen Tab ein. Dies bedeutet auch, dass alle Skripte in dem Tab auf das diese abgreifen können.",
+ "HelpPasteAutofill" : {
+ "message" : "Fügt den ersten Eintrag der vorgeschlagenen Zugangsdaten autmatisch in den aktuellen Tab ein. Dies bedeutet auch, dass alle Skripte in dem Tab auf das diese abgreifen können.",
"description": "Help text in the extension settings for the setting to automatically paste credentials into login forms"
},
+ "SettingsPasteBasicAuth" : {
+ "message" : "HTTP-Authentifizierungsanfragen automatisch beantworten",
+ "description": "Label of the setting in the extension settings to automatically respond with the first recommended credential to any http basic authentication request"
+ },
+ "HelpPasteBasicAuth" : {
+ "message" : "Antwortet auf HTTP Basic Authentication Anfragen mit dem ersten Eintrag der vorgeschlagenen Zugangsdaten. Dadurch können Zugangsdaten ungewollt an nicht vertrauenswürdige Server übermittelt werden.",
+ "description": "Help text in the extension settings for the setting to automatically respond with the first recommended credential to any http authentication auth request"
+ },
"NotificationSettings" : {
"message" : "Benachrichtigungen",
"description": "Headline above the notification section in the other settings tab in the extension settings"