Verified Commit 8b5fb631 authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! Add TorStrings module for localization

Bug 41913: Remove old strings for user provided bridge addresses.
parent 51d48191
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -139,10 +139,6 @@ const Loader = {
      solveTheCaptcha: "Solve the CAPTCHA to request a bridge.",
      captchaTextboxPlaceholder: "Enter the characters from the image",
      incorrectCaptcha: "The solution is not correct. Please try again.",
      // Provide bridge dialog
      provideBridgeDescription:
        "Add a bridge provided by a trusted organization or someone you know. If you don’t have a bridge, you can request one from the Tor Project. %S",
      provideBridgePlaceholder: "type address:port (one per line)",
      // Connection settings dialog
      connectionSettingsDialogTitle: "Connection Settings",
      connectionSettingsDialogHeader:
+3 −4
Original line number Diff line number Diff line
@@ -75,10 +75,6 @@ settings.solveTheCaptcha=Solve the CAPTCHA to request a bridge.
settings.captchaTextboxPlaceholder=Enter the characters from the image
settings.incorrectCaptcha=The solution is not correct. Please try again.

# Translation note: %S is a Learn more link.
settings.provideBridgeDescription=Add a bridge provided by a trusted organization or someone you know. If you don’t have a bridge, you can request one from the Tor Project. %S
settings.provideBridgePlaceholder=type address:port (one per line)

# Connection settings dialog
settings.connectionSettingsDialogTitle=Connection Settings
settings.connectionSettingsDialogHeader=Configure how Tor Browser connects to the Internet
@@ -126,3 +122,6 @@ settings.bridgeAddManually=Add a Bridge Manually…

# Provide bridge dialog
settings.provideBridgeTitleAdd=Add a Bridge Manually
# Translation note: %S is a Learn more link.
settings.provideBridgeDescription=Add a bridge provided by a trusted organization or someone you know. If you don’t have a bridge, you can request one from the Tor Project. %S
settings.provideBridgePlaceholder=type address:port (one per line)