morgan pushed to branch tor-browser-128.8.0esr-14.5-1 at The Tor Project / Applications / Tor Browser

Commits:

4 changed files:

Changes:

  • mobile/android/fenix/app/src/main/res/values/torbrowser_strings.xml
    ... ... @@ -16,8 +16,6 @@
    16 16
         <string name="tor_bootstrap_connecting">Connecting</string>
    
    17 17
         <string name="tor_bootstrap_connecting_failed">Connecting Failed</string>
    
    18 18
         <string name="tor_bootstrap_quick_start_label">Quick Start</string>
    
    19
    -    <string name="tor_bootstrap_quick_start_disabled">Enable Quick Start to connect automatically in the future</string>
    
    20
    -    <string name="tor_bootstrap_quick_start_enabled">%s will connect automatically to the Tor Network in the future</string>
    
    21 19
         <string name="tor_bootstrap_swipe_for_logs">Swipe to the left to see Tor logs</string>
    
    22 20
         <string name="tor_initializing_log">Initializing Tor Log</string>
    
    23 21
     
    
    ... ... @@ -34,13 +32,12 @@
    34 32
         <string name="library_new_circuit">New circuit</string>
    
    35 33
     
    
    36 34
         <string name="preferences_tor_connection_settings_title">Connection</string>
    
    37
    -    <string name="preferences_tor_network_settings">Tor Network</string>
    
    38
    -    <string name="preferences_tor_network_settings_explanation">Tor Browser routes your traffic over the Tor Network, run by thousands of volunteers around the world.</string>
    
    35
    +    <string name="preferences_tor_network_settings_explanation">Tor Browser routes your traffic over the Tor network, run by thousands of volunteers around the world.</string>
    
    39 36
         <string name="preferences_tor_network_settings_bridge_config">Config Bridge</string>
    
    40 37
         <string name="preferences_tor_network_settings_bridge_config_description">Use a Bridge to connect to Tor</string>
    
    41 38
         <string name="preferences_tor_network_settings_bridge_config_description_builtin_transport_enabled">You’re using a built-in bridge to connect to Tor</string>
    
    42 39
         <string name="preferences_tor_network_settings_bridge_config_description_user_provided_enabled">You provided a bridge to connect to Tor</string>
    
    43
    -    <string name="preferences_tor_network_settings_bridge_config_explanation">Bridges are unlisted relays that make it more difficult to block connections to the Tor Network. Because of how certain countries try to block Tor, certain bridges work in certain countries but not others.</string>
    
    40
    +    <string name="preferences_tor_network_settings_bridge_config_explanation">Bridges are unlisted relays that make it more difficult to block connections to the Tor network. Because of how certain countries try to block Tor, certain bridges work in certain countries but not others.</string>
    
    44 41
         <string name="preferences_tor_network_settings_bridge_config_toggle">Use a Bridge</string>
    
    45 42
         <string name="preferences_tor_network_settings_bridge_config_toggle_description">Config a bridge to connect to Tor</string>
    
    46 43
         <string name="preferences_tor_network_settings_bridge_config_builtin_bridge_obfs4">obfs4</string>
    

  • toolkit/locales/en-US/toolkit/global/tor-browser.ftl
    ... ... @@ -54,7 +54,7 @@ tor-connection-settings-heading = Connection
    54 54
     tor-connection-settings-category =
    
    55 55
         .tooltiptext = { tor-connection-settings-heading }
    
    56 56
     # -brand-short-name refers to 'Tor Browser', localized.
    
    57
    -tor-connection-overview = { -brand-short-name } routes your traffic over the Tor Network, run by thousands of volunteers around the world.
    
    57
    +tor-connection-overview = { -brand-short-name } routes your traffic over the Tor network, run by thousands of volunteers around the world.
    
    58 58
     tor-connection-browser-learn-more-link = Learn more
    
    59 59
     tor-connection-automatic-heading = Connect automatically
    
    60 60
     tor-connection-automatic-description = Automatically connect to the Tor network at launch using your current connection settings.
    
    ... ... @@ -94,7 +94,7 @@ tor-connection-network-status-connect-button = Connect
    94 94
     ## Tor Bridges Settings.
    
    95 95
     
    
    96 96
     tor-bridges-heading = Bridges
    
    97
    -tor-bridges-overview = Bridges help you securely access the Tor Network in places where Tor is blocked. Depending on where you are, one bridge may work better than another.
    
    97
    +tor-bridges-overview = Bridges help you securely access the Tor network in places where Tor is blocked. Depending on where you are, one bridge may work better than another.
    
    98 98
     tor-bridges-learn-more-link = Learn more
    
    99 99
     
    
    100 100
     # Toggle button for enabling and disabling the use of bridges.
    
    ... ... @@ -480,8 +480,8 @@ about-dialog-help-out = Want to help? <label data-l10n-name="donate-link">Donate
    480 480
     
    
    481 481
     # Link text for the Tor Project support page.
    
    482 482
     about-dialog-questions-link = Questions?
    
    483
    -# Link text for the Tor Project page for Tor Network relay operators.
    
    484
    -about-dialog-grow-tor-network-link = Help the Tor Network Grow!
    
    483
    +# Link text for the Tor Project page for Tor network relay operators.
    
    484
    +about-dialog-grow-tor-network-link = Help the Tor network Grow!
    
    485 485
     # Link text for the Tor Browser license page (about:license).
    
    486 486
     about-dialog-browser-license-link = Licensing Information
    
    487 487
     
    

  • toolkit/modules/TorStrings.sys.mjs
    ... ... @@ -69,7 +69,7 @@ const Loader = {
    69 69
         const strings = {
    
    70 70
           // Message box
    
    71 71
           torPreferencesDescription:
    
    72
    -        "Tor Browser routes your traffic over the Tor Network, run by thousands of volunteers around the world.",
    
    72
    +        "Tor Browser routes your traffic over the Tor network, run by thousands of volunteers around the world.",
    
    73 73
           // Quickstart
    
    74 74
           quickstartCheckbox: "Always connect automatically",
    
    75 75
           bridgeLocation: "Your location",
    

  • toolkit/torbutton/chrome/locale/en-US/settings.properties
    ... ... @@ -6,7 +6,7 @@
    6 6
     # Still used in TorConnect.
    
    7 7
     
    
    8 8
     # Message box
    
    9
    -settings.torPreferencesDescription=Tor Browser routes your traffic over the Tor Network, run by thousands of volunteers around the world.
    
    9
    +settings.torPreferencesDescription=Tor Browser routes your traffic over the Tor network, run by thousands of volunteers around the world.
    
    10 10
     
    
    11 11
     settings.quickstartCheckbox=Always connect automatically
    
    12 12