aboutsummaryrefslogtreecommitdiffstats
path: root/locales/en/translation.json
diff options
context:
space:
mode:
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": {