Skip to content
Snippets Groups Projects
Commit e86c7eaf authored by henry's avatar henry
Browse files

fixup! Add TorStrings module for localization

Bug 41734 - Add a connected label to the built-in bridge dialog.
parent db0a953f
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,8 @@ const Loader = { ...@@ -105,6 +105,8 @@ const Loader = {
bridgeCurrentDescription: bridgeCurrentDescription:
"You can keep one or more bridges saved, and Tor will choose which one to use when you connect. Tor will automatically switch to use another bridge when needed.", "You can keep one or more bridges saved, and Tor will choose which one to use when you connect. Tor will automatically switch to use another bridge when needed.",
bridgeId: "%1$S bridge: %2$S", bridgeId: "%1$S bridge: %2$S",
currentBridge: "Current bridge",
connectedBridge: "Connected",
remove: "Remove", remove: "Remove",
bridgeDisableBuiltIn: "Disable built-in bridges", bridgeDisableBuiltIn: "Disable built-in bridges",
bridgeShare: bridgeShare:
......
...@@ -39,6 +39,8 @@ settings.bridgeCurrentDescription=You can keep one or more bridges saved, and To ...@@ -39,6 +39,8 @@ settings.bridgeCurrentDescription=You can keep one or more bridges saved, and To
# Translation note: %1$S = bridge type; %2$S = bridge emoji id # Translation note: %1$S = bridge type; %2$S = bridge emoji id
settings.bridgeId=%1$S bridge: %2$S settings.bridgeId=%1$S bridge: %2$S
settings.connectedBridge=Connected
settings.currentBridge=Current bridge
settings.remove=Remove settings.remove=Remove
settings.bridgeDisableBuiltIn=Disable built-in bridges settings.bridgeDisableBuiltIn=Disable built-in bridges
settings.bridgeShare=Share this bridge using the QR code or by copying its address: settings.bridgeShare=Share this bridge using the QR code or by copying its address:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment