[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-102.6.0esr-12.5-1] fixup! Add TorStrings module for localization
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Tue Jan 10 16:39:05 UTC 2023
Pier Angelo Vendrame pushed to branch tor-browser-102.6.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
060e2d72 by Pier Angelo Vendrame at 2023-01-10T16:38:50+00:00
fixup! Add TorStrings module for localization
Bug 41563: Fix old placeholders in TorStrings.jsm
- - - - -
1 changed file:
- browser/modules/TorStrings.jsm
Changes:
=====================================
browser/modules/TorStrings.jsm
=====================================
@@ -137,7 +137,7 @@ const Loader = {
bridgeCurrent: "Your Current Bridges",
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 bridge: #2",
+ bridgeId: "%1$S bridge: %2$S",
remove: "Remove",
bridgeDisableBuiltIn: "Disable built-in bridges",
bridgeShare:
@@ -247,16 +247,16 @@ const Loader = {
couldNotConnect: "Tor Browser could not connect to Tor",
configureConnection: "configure your connection",
assistDescription:
- "If Tor is blocked in your location, trying a bridge may help. Connection assist can choose one for you using your location, or you can #1 manually instead.",
+ "If Tor is blocked in your location, trying a bridge may help. Connection assist can choose one for you using your location, or you can %S manually instead.",
tryingBridge: "Trying a bridge…",
tryingBridgeAgain: "Trying one more time…",
errorLocation: "Tor Browser couldn’t locate you",
errorLocationDescription:
- "Tor Browser needs to know your location in order to choose the right bridge for you. If you’d rather not share your location, #1 manually instead.",
+ "Tor Browser needs to know your location in order to choose the right bridge for you. If you’d rather not share your location, %S manually instead.",
isLocationCorrect: "Are these location settings correct?",
isLocationCorrectDescription:
- "Tor Browser still couldn’t connect to Tor. Please check your location settings are correct and try again, or #1 instead.",
+ "Tor Browser still couldn’t connect to Tor. Please check your location settings are correct and try again, or %S instead.",
finalError: "Tor Browser still cannot connect",
finalErrorDescription:
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/060e2d7264ba72b12dae5c4b4c0589f9f997d0d6
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/060e2d7264ba72b12dae5c4b4c0589f9f997d0d6
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230110/67f64aa0/attachment-0001.htm>
More information about the tbb-commits
mailing list