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 <passwords.public@mdns.eu>2021-01-09 02:27:25 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2021-01-09 02:27:25 +0300
commit94a4767faf4d6788889fa9faeac6504f1b162803 (patch)
tree61830c25e4a54d5f325f6e2a707cbe0397f0fcf5 /src/platform
parentdbd60cedeaf32b526996cacf2414041060260290 (diff)
Show error messages from client to user
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'src/platform')
-rw-r--r--src/platform/generic/_locales/de/messages.json4
-rw-r--r--src/platform/generic/_locales/en/messages.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/platform/generic/_locales/de/messages.json b/src/platform/generic/_locales/de/messages.json
index 2805954..e19f8f0 100644
--- a/src/platform/generic/_locales/de/messages.json
+++ b/src/platform/generic/_locales/de/messages.json
@@ -495,6 +495,10 @@
}
}
},
+ "ToastErrorMessage" : {
+ "message" : "Es ist ein Fehler in Passwords aufgetreten. Weitere Details können im Log in den Debug-Optionen gefunden werden",
+ "description" : "Text of the toast notification for error messages from the passwords client. The error message is the title"
+ },
"PasswordPastedSuccess" : {
"message" : "$LABEL$ eingefügt",
"description" : "Text of the toast notification when a password entry was pasted successfully into the current tab",
diff --git a/src/platform/generic/_locales/en/messages.json b/src/platform/generic/_locales/en/messages.json
index c63441d..3c7a25d 100644
--- a/src/platform/generic/_locales/en/messages.json
+++ b/src/platform/generic/_locales/en/messages.json
@@ -509,6 +509,10 @@
}
}
},
+ "ToastErrorMessage" : {
+ "message" : "An error occurred in the passwords client. Check the error log in the debug options for more details.",
+ "description" : "Text of the toast notification for error messages from the passwords client. The error message is the title"
+ },
"PasswordPastedSuccess" : {
"message" : "$LABEL$ pasted successfully",
"description" : "Text of the toast notification when a password entry was pasted successfully into the current tab",