From 11d02a74973806098aa2ab9fd70a22cdb87b95a7 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sun, 5 Dec 2021 15:09:22 +0100 Subject: fix some of the existing strings --- app/src/main/res/values/strings.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 4458b095..eb6c22df 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -155,7 +155,7 @@ Recommended location Recommended Manually select - Automatically use best connection. + Automatically use best connection Automatic Reconnecting… Starting bridges for censorship circumvention… @@ -167,8 +167,8 @@ Handshaking with a relay Handshake with a relay done Establishing an encrypted directory connection - Asking for networkstatus consensus - Loading networkstatus consensus + Asking for network status consensus + Loading network status consensus Loading authority key certs Asking for relay descriptors Loading relay descriptors -- cgit v1.2.3 From 9db9ceeaafe5f0852d63dcf736b5290272cf6afc Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 10 Dec 2021 11:27:53 +0100 Subject: add strings from ics-openvpn --- app/src/main/res/values/strings.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index eb6c22df..60bfc4b3 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -196,4 +196,7 @@ You have no working Internet connection. Once you get it back, you will be automatically connected to %1$s is blocking all internet traffic. Disabled while UDP is on. + Advanced Settings + Disconnect + -- cgit v1.2.3 From 88f52dab88ef99b2560e698112a91db86da1203d Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 10 Dec 2021 11:55:50 +0100 Subject: strings improvement: use less technical word negotiating instead of handshaking --- app/src/main/res/values/strings.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 60bfc4b3..eed5bc1e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -164,8 +164,8 @@ Connected to pluggable transport Connecting to pluggable transport Connected to a relay - Handshaking with a relay - Handshake with a relay done + Negotiating connection with a relay + Connection negotiation with a relay done Establishing an encrypted directory connection Asking for network status consensus Loading network status consensus @@ -173,7 +173,7 @@ Asking for relay descriptors Loading relay descriptors Loaded enough directory info to build circuits - Handshake finished with a relay to build circuits + Negotiation finished with a relay to build circuits Establishing a Tor circuit Running %s Bridges Service -- cgit v1.2.3 From dcf5b2ebd1103b842651adb77d11ccc5c20bf962 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 10 Dec 2021 15:51:59 +0100 Subject: improve log string --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index eed5bc1e..b1ab2511 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -169,7 +169,7 @@ Establishing an encrypted directory connection Asking for network status consensus Loading network status consensus - Loading authority key certs + Loading authority certificates Asking for relay descriptors Loading relay descriptors Loaded enough directory info to build circuits -- cgit v1.2.3 From 26fe791beffdd1aa8ff524933ac4e3a0b3d6658c Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 10 Dec 2021 15:52:29 +0100 Subject: remove full stops from tor status strings --- app/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b1ab2511..5dcf4947 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -159,8 +159,8 @@ Automatic Reconnecting… Starting bridges for censorship circumvention… - Stopping bridges. - Using bridges for censorship circumvention. + Stopping bridges + Using bridges for censorship circumvention Connected to pluggable transport Connecting to pluggable transport Connected to a relay -- cgit v1.2.3 From 31766986b80148dfaa9b7bcc7e565daf005e0cd0 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Mon, 13 Dec 2021 10:14:24 +0100 Subject: fix 'Advanced settings' string --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5dcf4947..94b304f0 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -196,7 +196,7 @@ You have no working Internet connection. Once you get it back, you will be automatically connected to %1$s is blocking all internet traffic. Disabled while UDP is on. - Advanced Settings + Advanced settings Disconnect -- cgit v1.2.3 From cf0cf6964accada6482722b52554978174ef2da2 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Mon, 13 Dec 2021 10:18:32 +0100 Subject: improve string log_handshake_done --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 94b304f0..dd33ce33 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -165,7 +165,7 @@ Connecting to pluggable transport Connected to a relay Negotiating connection with a relay - Connection negotiation with a relay done + Connection with relay negotiated Establishing an encrypted directory connection Asking for network status consensus Loading network status consensus -- cgit v1.2.3