This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch master in repository tor-launcher.
commit 1488b0ebe1cc24631bb03643fb84b4d78f5f330f Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Tue Apr 5 18:54:58 2022 +0200
Bug 40773: Added new localized strings for about:torconnect --- src/chrome/locale/en-US/network-settings.dtd | 29 +++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-)
diff --git a/src/chrome/locale/en-US/network-settings.dtd b/src/chrome/locale/en-US/network-settings.dtd index fe905bf..47bd3ed 100644 --- a/src/chrome/locale/en-US/network-settings.dtd +++ b/src/chrome/locale/en-US/network-settings.dtd @@ -86,11 +86,30 @@ <!ENTITY torPreferences.torLogsDialogTitle "Tor Logs">
<!-- #24746 about:torconnect strings --> -<!ENTITY torConnect.tryAgain "Try Connecting Again"> +<!ENTITY torConnect.notConnectedConcise "Not Connected"> +<!ENTITY torConnect.connectingConcise "Connecting…"> +<!ENTITY torConnect.couldNotConnect "Tor Browser could not connect to Tor"> +<!ENTITY torConnect.assistDescriptionConfigure "configure your connection"> +<!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."> +<!ENTITY torConnect.tryingBridge "Trying a bridge…"> +<!ENTITY torConnect.tryingBridge "Trying one more time…"> +<!ENTITY torConnect.addLocation "Add your location settings"> +<!ENTITY torConnect.addLocationDescription "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."> +<!ENTITY torConnect.errorLocation "Tor Browser couldn’t locate you"> +<!ENTITY torConnect.errorLocationDescription "Tor Browser still couldn’t connect to Tor. Please check your location settings are correct and try again."> +<!ENTITY torConnect.breadcrumbAssist "Connection assist"> +<!ENTITY torConnect.breadcrumbLocation "Location settings"> +<!ENTITY torConnect.breadcrumbTryBridge "Try a bridge"> +<!ENTITY torConnect.restartTorBrowser "Restart Tor Browser"> +<!ENTITY torConnect.configureConnection "Configure Connection…"> +<!ENTITY torConnect.viewLog "View logs…"> +<!ENTITY torConnect.tryAgain "Try connecting again"> <!ENTITY torConnect.offline "Offline"> <!ENTITY torConnect.connectMessage "Changes to Tor Settings will not take effect until you connect"> <!ENTITY torConnect.tryAgainMessage "Tor Browser has failed to establish a connection to the Tor Network"> -<!ENTITY torConnect.connectingConcise "Connecting…"> -<!ENTITY torConnect.connectedConcise "Connected"> -<!ENTITY torConnect.notConnectedConcise "Not Connected"> -<!ENTITY torConnect.copyLog "Copy Tor Logs"> +<!ENTITY torConnect.yourLocation "Your Location"> +<!ENTITY torConnect.tryBridge "Try a Bridge"> +<!ENTITY torConnect.autoBootstrappingFailed "Automatic configuration failed"> +<!ENTITY torConnect.autoBootstrappingFailed "None of the configurations we tried worked"> +<!ENTITY torConnect.cannotDetermineCountry "Unable to determine user country"> +<!ENTITY torConnect.noSettingsForCountry "No settings available for your location">