Verified Commit bde08b87 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! Add TorStrings module for localization

Bug 40552: New texts for the add a bridge manually modal
parent 94daf47c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -161,8 +161,9 @@ const Loader = {
      captchaTextboxPlaceholder: "Enter the characters from the image",
      incorrectCaptcha: "The solution is not correct. Please try again.",
      // Provide bridge dialog
      provideBridgeTitle: "Provide Bridge",
      provideBridgeHeader: "Enter bridge information from a trusted source",
      provideBridgeTitleAdd: "Add a Bridge Manually",
      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",
+7 −2
Original line number Diff line number Diff line
@@ -104,8 +104,9 @@ settings.captchaTextboxPlaceholder=Enter the characters from the image
settings.incorrectCaptcha=The solution is not correct. Please try again.

# Provide bridge dialog
settings.provideBridgeTitle=Provide Bridge
settings.provideBridgeHeader=Enter bridge information from a trusted source
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)

# Connection settings dialog
@@ -129,3 +130,7 @@ settings.allowedPortsPlaceholder=Comma-seperated values
# Log dialog
settings.torLogDialogTitle=Tor Logs
settings.copyLog=Copy Tor Log to Clipboard

# Legacy strings - remove once 12.0 has gone EOL
settings.provideBridgeTitle=Provide Bridge
settings.provideBridgeHeader=Enter bridge information from a trusted source