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:
Diffstat (limited to 'src/platform/generic/_locales/de/messages.json')
-rw-r--r--src/platform/generic/_locales/de/messages.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/platform/generic/_locales/de/messages.json b/src/platform/generic/_locales/de/messages.json
index e2e5d18..32497d7 100644
--- a/src/platform/generic/_locales/de/messages.json
+++ b/src/platform/generic/_locales/de/messages.json
@@ -103,6 +103,28 @@
"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"
},
+ "SettingsClearClipboardPasswords" : {
+ "message" : "Kopierte Passwörter automatisch aus der Zwischenablage löschen",
+ "description": "Label of the setting in the extension settings to automatically clear passwords from clipboard after a certain time."
+ },
+ "HelpClearClipboardPasswords" : {
+ "message" : "Die Zwischenablage kann nur geleert werden, wenn noch mindestens ein Browserfenster offen ist.",
+ "description": "Help text in the extension settings for the setting to automatically clean passwords from clipboard after a certain time."
+ },
+ "SettingsClearClipboardDelay" : {
+ "message" : "Zwischenablage nach Ablauf folgender Zeit leeren (Sekunden)",
+ "description": "Label of the setting in the extension settings to define the time when the clipboard content will be removed."
+ },
+ "SettingsClipboardClearDelayOptions" : {
+ "message" : "$ROW$",
+ "description" : "Time in seconds until clipboard will get empty.",
+ "placeholders": {
+ "row": {
+ "content": "$1",
+ "example": "One of 15, 30, 45, 60, 90"
+ }
+ }
+ },
"NotificationSettings" : {
"message" : "Benachrichtigungen",
"description": "Headline above the notification section in the other settings tab in the extension settings"