Skip to content
Snippets Groups Projects
Commit 63afd83c authored by Dan Ballard's avatar Dan Ballard Committed by Richard Pospesel
Browse files

fixup! Add TorStrings module for localization

bug 41085: add new strings for bridge removal dialog
parent d814648c
No related branches found
No related tags found
1 merge request!555Bug 41085: Refactor the UI of "remove all bridges"
......@@ -111,7 +111,10 @@ const Loader = {
bridgeCopy: "Copy Bridge Address",
copied: "Copied!",
bridgeShowAll: "Show All Bridges",
allBridgesEnabled: "Use current bridges",
bridgeRemoveAll: "Remove All Bridges",
bridgeRemoveAllDialogTitle: "Remove all bridges?",
bridgeRemoveAllDialogDescription: "If these bridges were received from torproject.org or added manually, this action cannot be undone",
bridgeAdd: "Add a New Bridge",
bridgeSelectBrowserBuiltin:
"Choose from one of Tor Browser’s built-in bridges",
......
......@@ -43,7 +43,10 @@ settings.bridgeShare=Share this bridge using the QR code or by copying its addre
settings.bridgeCopy=Copy Bridge Address
settings.copied=Copied!
settings.bridgeShowAll=Show All Bridges
settings.allBridgesEnabled=Use current bridges
settings.bridgeRemoveAll=Remove All Bridges
settings.bridgeRemoveAllDialogTitle=Remove all bridges?
settings.bridgeRemoveAllDialogDescription=If these bridges were received from torproject.org or added manually, this action cannot be undone
settings.bridgeAdd=Add a New Bridge
settings.bridgeSelectBrowserBuiltin=Choose from one of Tor Browser’s built-in bridges
settings.bridgeSelectBuiltin=Select a Built-In Bridge…
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment