Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clairehurst
Tor Browser
Commits
e86c7eaf
Commit
e86c7eaf
authored
1 year ago
by
henry
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Add TorStrings module for localization
Bug 41734 - Add a connected label to the built-in bridge dialog.
parent
db0a953f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
browser/modules/TorStrings.jsm
+2
-0
2 additions, 0 deletions
browser/modules/TorStrings.jsm
toolkit/torbutton/chrome/locale/en-US/settings.properties
+2
-0
2 additions, 0 deletions
toolkit/torbutton/chrome/locale/en-US/settings.properties
with
4 additions
and
0 deletions
browser/modules/TorStrings.jsm
+
2
−
0
View file @
e86c7eaf
...
...
@@ -105,6 +105,8 @@ const Loader = {
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.",
bridgeId: "%1$S bridge: %2$S",
currentBridge: "Current bridge",
connectedBridge: "Connected",
remove: "Remove",
bridgeDisableBuiltIn: "Disable built-in bridges",
bridgeShare:
...
...
This diff is collapsed.
Click to expand it.
toolkit/torbutton/chrome/locale/en-US/settings.properties
+
2
−
0
View file @
e86c7eaf
...
...
@@ -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
settings.bridgeId
=
%1$S bridge: %2$S
settings.connectedBridge
=
Connected
settings.currentBridge
=
Current bridge
settings.remove
=
Remove
settings.bridgeDisableBuiltIn
=
Disable built-in bridges
settings.bridgeShare
=
Share this bridge using the QR code or by copying its address:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment