Commit 492c55b8 authored by henry's avatar henry
Browse files

fixup! Add TorStrings module for localization

TB 45196: Drop some old strings.
parent 6054bf5a
Loading
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -70,13 +70,7 @@ const Loader = {
      // Message box
      torPreferencesDescription:
        "Tor Browser routes your traffic over the Tor network, run by thousands of volunteers around the world.",
      // Quickstart
      quickstartCheckbox: "Always connect automatically",
      bridgeLocation: "Your location",
      bridgeLocationAutomatic: "Automatic",
      bridgeLocationFrequent: "Frequently selected locations",
      bridgeLocationOther: "Other locations",
      bridgeChooseForMe: "Choose a Bridge For Me…",
    };

    const tsb = new TorPropertyStringBundle(
+0 −8
Original line number Diff line number Diff line
@@ -9,11 +9,3 @@
settings.torPreferencesDescription=Tor Browser routes your traffic over the Tor network, run by thousands of volunteers around the world.

settings.quickstartCheckbox=Always connect automatically

# Might be removed in tor-browser#42477

settings.bridgeLocation=Your location
settings.bridgeLocationAutomatic=Automatic
settings.bridgeLocationFrequent=Frequently selected locations
settings.bridgeLocationOther=Other locations
settings.bridgeChooseForMe=Choose a Bridge For Me…