aboutsummaryrefslogtreecommitdiffstats
path: root/locales/en/translation.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-04-20 01:17:32 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-16 00:55:01 +0200
commitbf2dfbc65e1f702c64fd7d76356339b9b37ef5f7 (patch)
tree4eede1c4153e84c02ca19e5a7a5c292d4ce859ac /locales/en/translation.json
parentfeat: Always show location bar on error (diff)
downloadsophie-bf2dfbc65e1f702c64fd7d76356339b9b37ef5f7.tar.gz
sophie-bf2dfbc65e1f702c64fd7d76356339b9b37ef5f7.tar.zst
sophie-bf2dfbc65e1f702c64fd7d76356339b9b37ef5f7.zip
feat(renderer): Insecure connection warning
Show a more prominent warning for insecure connections with a button to try connecting over HTTPS if possible. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'locales/en/translation.json')
-rw-r--r--locales/en/translation.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/locales/en/translation.json b/locales/en/translation.json
index 74320f3..a669d28 100644
--- a/locales/en/translation.json
+++ b/locales/en/translation.json
@@ -10,6 +10,11 @@
10 "messageSingleLink": "{{name}} wants to open <2>{{url}}</2> in a new window", 10 "messageSingleLink": "{{name}} wants to open <2>{{url}}</2> in a new window",
11 "messageMultipleLinks_one": "{{name}} wants to open <2>{{url}}</2> and <5>{{count}}</5> other link in new windows", 11 "messageMultipleLinks_one": "{{name}} wants to open <2>{{url}}</2> and <5>{{count}}</5> other link in new windows",
12 "messageMultipleLinks_other": "{{name}} wants to open <2>{{url}}</2> and <5>{{count}}</5> other links in new windows" 12 "messageMultipleLinks_other": "{{name}} wants to open <2>{{url}}</2> and <5>{{count}}</5> other links in new windows"
13 },
14 "insecureConnection": {
15 "message": "Your connection to this server is not secure. Attackers might be able to access any passwords or personal data you enter!",
16 "home": "$t(error.home, { \"serviceName\": \"{{serviceName}}\" })",
17 "reconnectSecurely": "Try connecting securely"
13 } 18 }
14 }, 19 },
15 "menu": { 20 "menu": {
@@ -34,7 +39,7 @@
34 "unspecific": "Unknown error", 39 "unspecific": "Unknown error",
35 "notSecureConnection": "Not secure", 40 "notSecureConnection": "Not secure",
36 "secureConnection": "Secure connection", 41 "secureConnection": "Secure connection",
37 "certificateError": "Certificate error", 42 "certificateError": "$t(securityLabel.notSecureConnection)",
38 "invalidURL": "Invalid URL" 43 "invalidURL": "Invalid URL"
39 }, 44 },
40 "service": { 45 "service": {
@@ -67,7 +72,7 @@
67 }, 72 },
68 "error": { 73 "error": {
69 "errorCode": "Error code: {{errorCode}}", 74 "errorCode": "Error code: {{errorCode}}",
70 "home": "Got to {{serviceName}} home", 75 "home": "Go to {{serviceName}} home",
71 "reload": "$t(toolbar.reload)", 76 "reload": "$t(toolbar.reload)",
72 "failed": { 77 "failed": {
73 "unspecific": { 78 "unspecific": {