Pier Angelo Vendrame pushed to branch tor-browser-115.8.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
- 
4044ac1c
by Henry Wilkes at 2024-02-21T16:32:16+00:00
- 
73edce4c
by Henry Wilkes at 2024-02-21T16:32:17+00:00
- 
4b5aa8fa
by Henry Wilkes at 2024-02-21T16:32:17+00:00
5 changed files:
- browser/components/torpreferences/content/loxInviteDialog.xhtml
- + browser/locales-preview/base-browser-no-translate.ftl
- + browser/locales-preview/tor-browser-no-translate.ftl
- browser/locales/en-US/browser/tor-browser.ftl
- browser/locales/jar.mn
Changes:
| ... | ... | @@ -20,6 +20,10 @@ | 
| 20 | 20 |    <dialog id="lox-invite-dialog" buttons="accept">
 | 
| 21 | 21 |      <linkset>
 | 
| 22 | 22 |        <html:link rel="localization" href="browser/tor-browser.ftl" />
 | 
| 23 | +      <html:link
 | |
| 24 | +        rel="localization"
 | |
| 25 | +        href="preview/tor-browser-no-translate.ftl"
 | |
| 26 | +      />
 | |
| 23 | 27 |      </linkset>
 | 
| 24 | 28 | |
| 25 | 29 |      <script src="chrome://browser/content/torpreferences/loxInviteDialog.js" />
 | 
| 1 | +# base-browser strings that should *not* be sent to translators on Weblate. | 
| 1 | +# tor-browser strings that should *not* be sent to translators on Weblate.
 | |
| 2 | + | |
| 3 | +## Bridge pass invite dialog.
 | |
| 4 | +## Temporary until tor-browser#42385
 | |
| 5 | + | |
| 6 | +lox-invite-dialog-title =
 | |
| 7 | +    .title = Bridge pass invites
 | |
| 8 | +lox-invite-dialog-description = You can ask the bridge bot to create a new invite, which you can share with a trusted contact to give them their own bridge pass. Each invite can only be redeemed once, but you will unlock access to more invites over time.
 | |
| 9 | +lox-invite-dialog-request-button = Request new invite
 | |
| 10 | +lox-invite-dialog-connecting = Connecting to bridge pass server…
 | |
| 11 | +lox-invite-dialog-no-server-error = Unable to connect to bridge pass server.
 | |
| 12 | +lox-invite-dialog-generic-invite-error = Failed to create a new invite.
 | |
| 13 | +lox-invite-dialog-invites-label = Created invites:
 | |
| 14 | +lox-invite-dialog-menu-item-copy-invite =
 | |
| 15 | +    .label = Copy invite
 | |
| 16 | +    .accesskey = C | 
| ... | ... | @@ -298,17 +298,3 @@ user-provide-bridge-dialog-result-invite = The following bridges were shared wit | 
| 298 | 298 |  user-provide-bridge-dialog-result-addresses = The following bridges were entered by you.
 | 
| 299 | 299 |  user-provide-bridge-dialog-next-button =
 | 
| 300 | 300 |      .label = Next | 
| 301 | - | |
| 302 | -## Bridge pass invite dialog. Temporary.
 | |
| 303 | - | |
| 304 | -lox-invite-dialog-title =
 | |
| 305 | -    .title = Bridge pass invites
 | |
| 306 | -lox-invite-dialog-description = You can ask the bridge bot to create a new invite, which you can share with a trusted contact to give them their own bridge pass. Each invite can only be redeemed once, but you will unlock access to more invites over time.
 | |
| 307 | -lox-invite-dialog-request-button = Request new invite
 | |
| 308 | -lox-invite-dialog-connecting = Connecting to bridge pass server…
 | |
| 309 | -lox-invite-dialog-no-server-error = Unable to connect to bridge pass server.
 | |
| 310 | -lox-invite-dialog-generic-invite-error = Failed to create a new invite.
 | |
| 311 | -lox-invite-dialog-invites-label = Created invites:
 | |
| 312 | -lox-invite-dialog-menu-item-copy-invite =
 | |
| 313 | -    .label = Copy invite
 | |
| 314 | -    .accesskey = C | 
| ... | ... | @@ -14,6 +14,8 @@ | 
| 14 | 14 |    preview/firefoxSuggest.ftl                       (../components/urlbar/content/firefoxSuggest.ftl)
 | 
| 15 | 15 |    preview/identityCredentialNotification.ftl       (../components/credentialmanager/identityCredentialNotification.ftl)
 | 
| 16 | 16 |    preview/stripOnShare.ftl                         (../components/urlbar/content/stripOnShare.ftl)
 | 
| 17 | +  preview/base-browser-no-translate.ftl            (../locales-preview/base-browser-no-translate.ftl)
 | |
| 18 | +  preview/tor-browser-no-translate.ftl             (../locales-preview/tor-browser-no-translate.ftl)
 | |
| 17 | 19 |    browser                                          (%browser/**/*.ftl)
 | 
| 18 | 20 | |
| 19 | 21 |  @AB_CD@.jar:
 |