This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch main in repository torbutton.
The following commit(s) were added to refs/heads/main by this push: new 74952445 Bug 41374: Missing a few strings in network-settings.dtd 74952445 is described below
commit 74952445bd9fd85687bb1116eed38a671b997331 Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Tue Oct 18 14:52:55 2022 +0200
Bug 41374: Missing a few strings in network-settings.dtd --- chrome/locale/en-US/network-settings.dtd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/chrome/locale/en-US/network-settings.dtd b/chrome/locale/en-US/network-settings.dtd index 74f2d3bf..62618124 100644 --- a/chrome/locale/en-US/network-settings.dtd +++ b/chrome/locale/en-US/network-settings.dtd @@ -39,7 +39,7 @@ <!ENTITY torsettings.firewall.checkbox "This computer goes through a firewall that only allows connections to certain ports"> <!ENTITY torsettings.firewall.allowedPorts "Allowed Ports"> <!ENTITY torsettings.useBridges.checkbox "Tor is censored in my country"> -<!ENTITY torsettings.useBridges.default "Select a built-in bridge"> +<!ENTITY torsettings.useBridges.default "Select a Built-In Bridge"> <!ENTITY torsettings.useBridges.default.placeholder "select a bridge"> <!ENTITY torsettings.useBridges.bridgeDB "Request a bridge from torproject.org"> <!ENTITY torsettings.useBridges.captchaSolution.placeholder "Enter the characters from the image"> @@ -145,6 +145,7 @@ <!ENTITY torConnect.connectingConcise "Connecting…"> <!ENTITY torConnect.tryingAgain "Trying again…"> <!ENTITY torConnect.noInternet "Tor Browser couldn’t reach the Internet"> +<!ENTITY torConnect.noInternetDescription "This could be due to a connection issue rather than Tor being blocked. Check your Internet connection, proxy and firewall settings before trying again."> <!ENTITY torConnect.couldNotConnect "Tor Browser could not connect to Tor"> <!ENTITY torConnect.assistDescriptionConfigure "configure your connection"> <!-- used as a text to insert as a link on several strings (#1) --> <!ENTITY torConnect.assistDescription "If Tor is blocked in your location, trying a bridge may help. Connection assist can choose one for you using your location, or you can #1 manually instead."> <!-- #1 = "configure your connection" link --> @@ -154,6 +155,8 @@ <!ENTITY torConnect.errorLocationDescription "Tor Browser needs to know your location in order to choose the right bridge for you. If you’d rather not share your location, #1 manually instead."> <!-- #1 = "configure your connection" link --> <!ENTITY torConnect.isLocationCorrect "Are these location settings correct?"> <!ENTITY torConnect.isLocationCorrectDescription "Tor Browser still couldn’t connect to Tor. Please check your location settings are correct and try again, or #1 instead."> <!-- #1 = "configure your connection" link --> +<!ENTITY torConnect.finalError "Tor Browser still cannot connect"> +<!ENTITY torConnect.finalErrorDescription "Despite its best efforts, connection assist was not able to connect to Tor. Try troubleshooting your connection and adding a bridge manually instead."> <!ENTITY torConnect.breadcrumbAssist "Connection assist"> <!ENTITY torConnect.breadcrumbLocation "Location settings"> <!ENTITY torConnect.breadcrumbTryBridge "Try a bridge">
tor-commits@lists.torproject.org