Pier Angelo Vendrame pushed to branch tor-browser-115.10.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
ba71db7d
by Henry Wilkes at 2024-04-22T18:17:43+01:00
-
3878b648
by Henry Wilkes at 2024-04-22T18:17:44+01:00
-
70f8caa3
by Henry Wilkes at 2024-04-22T18:17:44+01:00
-
401d5c98
by Henry Wilkes at 2024-04-22T18:17:45+01:00
-
ed24f5ca
by Henry Wilkes at 2024-04-22T18:17:45+01:00
-
179b425c
by Henry Wilkes at 2024-04-22T18:17:46+01:00
-
b8698ae3
by Henry Wilkes at 2024-04-22T18:17:46+01:00
-
464c9389
by Henry Wilkes at 2024-04-22T18:17:47+01:00
20 changed files:
- browser/actors/CryptoSafetyParent.jsm
- browser/base/content/aboutDialog.xhtml
- browser/base/content/browser.xhtml
- browser/components/abouttor/content/aboutTor.html
- browser/components/downloads/content/contentAreaDownloadsView.xhtml
- browser/components/places/content/places.xhtml
- browser/components/preferences/preferences.xhtml
- browser/components/rulesets/content/aboutRulesets.html
- browser/components/torpreferences/content/bridgeQrDialog.xhtml
- browser/components/torpreferences/content/builtinBridgeDialog.xhtml
- browser/components/torpreferences/content/connectionSettingsDialog.xhtml
- browser/components/torpreferences/content/loxInviteDialog.xhtml
- browser/components/torpreferences/content/provideBridgeDialog.xhtml
- browser/components/torpreferences/content/requestBridgeDialog.xhtml
- browser/components/torpreferences/content/torLogDialog.xhtml
- browser/locales/jar.mn
- toolkit/content/aboutNetError.xhtml
- browser/locales-preview/tor-browser-no-translate.ftl → toolkit/locales-preview/tor-browser-no-translate.ftl
- browser/locales/en-US/browser/tor-browser.ftl → toolkit/locales/en-US/toolkit/global/tor-browser.ftl
- toolkit/locales/jar.mn
Changes:
| ... | ... | @@ -21,7 +21,7 @@ ChromeUtils.defineModuleGetter( |
| 21 | 21 | );
|
| 22 | 22 | |
| 23 | 23 | ChromeUtils.defineLazyGetter(lazy, "CryptoStrings", function () {
|
| 24 | - return new Localization(["browser/tor-browser.ftl"]);
|
|
| 24 | + return new Localization(["toolkit/global/tor-browser.ftl"]);
|
|
| 25 | 25 | });
|
| 26 | 26 | |
| 27 | 27 | XPCOMUtils.defineLazyPreferenceGetter(
|
| ... | ... | @@ -32,7 +32,7 @@ |
| 32 | 32 | <html:link rel="localization" href="branding/brand.ftl"/>
|
| 33 | 33 | <html:link rel="localization" href="browser/aboutDialog.ftl"/>
|
| 34 | 34 | <html:link rel="localization" href="toolkit/global/base-browser.ftl"/>
|
| 35 | - <html:link rel="localization" href="browser/tor-browser.ftl"/>
|
|
| 35 | + <html:link rel="localization" href="toolkit/global/tor-browser.ftl"/>
|
|
| 36 | 36 | </linkset>
|
| 37 | 37 | |
| 38 | 38 | <html:div id="aboutDialogContainer">
|
| ... | ... | @@ -96,7 +96,7 @@ |
| 96 | 96 | <link rel="localization" href="toolkit/global/textActions.ftl"/>
|
| 97 | 97 | <link rel="localization" href="toolkit/printing/printUI.ftl"/>
|
| 98 | 98 | <link rel="localization" href="toolkit/global/base-browser.ftl"/>
|
| 99 | - <link rel="localization" href="browser/tor-browser.ftl"/>
|
|
| 99 | + <link rel="localization" href="toolkit/global/tor-browser.ftl"/>
|
|
| 100 | 100 | <!-- Untranslated FTL files -->
|
| 101 | 101 | <link rel="localization" href="preview/firefoxSuggest.ftl" />
|
| 102 | 102 | <link rel="localization" href="preview/identityCredentialNotification.ftl" />
|
| ... | ... | @@ -20,7 +20,7 @@ |
| 20 | 20 | />
|
| 21 | 21 | |
| 22 | 22 | <link rel="localization" href="browser/newtab/newtab.ftl" />
|
| 23 | - <link rel="localization" href="browser/tor-browser.ftl" />
|
|
| 23 | + <link rel="localization" href="toolkit/global/tor-browser.ftl" />
|
|
| 24 | 24 | |
| 25 | 25 | <script
|
| 26 | 26 | type="module"
|
| ... | ... | @@ -21,7 +21,7 @@ |
| 21 | 21 | <linkset>
|
| 22 | 22 | <html:link rel="localization" href="toolkit/global/textActions.ftl"/>
|
| 23 | 23 | <html:link rel="localization" href="browser/downloads.ftl" />
|
| 24 | - <html:link rel="localization" href="browser/tor-browser.ftl" />
|
|
| 24 | + <html:link rel="localization" href="toolkit/global/tor-browser.ftl" />
|
|
| 25 | 25 | </linkset>
|
| 26 | 26 | |
| 27 | 27 | <script src="chrome://global/content/globalOverlay.js"/>
|
| ... | ... | @@ -40,7 +40,7 @@ |
| 40 | 40 | <html:link rel="localization" href="browser/places.ftl"/>
|
| 41 | 41 | <html:link rel="localization" href="browser/downloads.ftl"/>
|
| 42 | 42 | <html:link rel="localization" href="browser/editBookmarkOverlay.ftl"/>
|
| 43 | - <html:link rel="localization" href="browser/tor-browser.ftl"/>
|
|
| 43 | + <html:link rel="localization" href="toolkit/global/tor-browser.ftl"/>
|
|
| 44 | 44 | </linkset>
|
| 45 | 45 | |
| 46 | 46 | <script src="chrome://browser/content/places/places.js"/>
|
| ... | ... | @@ -60,7 +60,7 @@ |
| 60 | 60 | <link rel="localization" href="security/certificates/deviceManager.ftl"/>
|
| 61 | 61 | <link rel="localization" href="toolkit/updates/history.ftl"/>
|
| 62 | 62 | <link rel="localization" href="toolkit/global/base-browser.ftl"/>
|
| 63 | - <link rel="localization" href="browser/tor-browser.ftl"/>
|
|
| 63 | + <link rel="localization" href="toolkit/global/tor-browser.ftl"/>
|
|
| 64 | 64 | |
| 65 | 65 | <link rel="shortcut icon" href="chrome://global/skin/icons/settings.svg"/>
|
| 66 | 66 |
| ... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | />
|
| 14 | 14 | |
| 15 | 15 | <link rel="localization" href="branding/brand.ftl" />
|
| 16 | - <link rel="localization" href="browser/tor-browser.ftl" />
|
|
| 16 | + <link rel="localization" href="toolkit/global/tor-browser.ftl" />
|
|
| 17 | 17 | </head>
|
| 18 | 18 | <body>
|
| 19 | 19 | <!-- Warning -->
|
| ... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 | >
|
| 12 | 12 | <dialog id="bridgeQr-dialog" buttons="accept">
|
| 13 | 13 | <linkset>
|
| 14 | - <html:link rel="localization" href="browser/tor-browser.ftl" />
|
|
| 14 | + <html:link rel="localization" href="toolkit/global/tor-browser.ftl" />
|
|
| 15 | 15 | </linkset>
|
| 16 | 16 | |
| 17 | 17 | <script src="chrome://browser/content/torpreferences/bridgeQrDialog.js" />
|
| ... | ... | @@ -12,7 +12,7 @@ |
| 12 | 12 | <dialog id="torPreferences-builtinBridge-dialog" buttons="accept,cancel">
|
| 13 | 13 | <linkset>
|
| 14 | 14 | <html:link rel="localization" href="branding/brand.ftl" />
|
| 15 | - <html:link rel="localization" href="browser/tor-browser.ftl" />
|
|
| 15 | + <html:link rel="localization" href="toolkit/global/tor-browser.ftl" />
|
|
| 16 | 16 | </linkset>
|
| 17 | 17 | |
| 18 | 18 | <script src="chrome://browser/content/torpreferences/builtinBridgeDialog.js" />
|
| ... | ... | @@ -12,7 +12,7 @@ |
| 12 | 12 | <dialog id="torPreferences-connection-dialog" buttons="accept,cancel">
|
| 13 | 13 | <linkset>
|
| 14 | 14 | <html:link rel="localization" href="branding/brand.ftl" />
|
| 15 | - <html:link rel="localization" href="browser/tor-browser.ftl" />
|
|
| 15 | + <html:link rel="localization" href="toolkit/global/tor-browser.ftl" />
|
|
| 16 | 16 | </linkset>
|
| 17 | 17 | |
| 18 | 18 | <script src="chrome://browser/content/torpreferences/connectionSettingsDialog.js" />
|
| ... | ... | @@ -19,10 +19,10 @@ |
| 19 | 19 | </menupopup>
|
| 20 | 20 | <dialog id="lox-invite-dialog" buttons="accept">
|
| 21 | 21 | <linkset>
|
| 22 | - <html:link rel="localization" href="browser/tor-browser.ftl" />
|
|
| 22 | + <html:link rel="localization" href="toolkit/global/tor-browser.ftl" />
|
|
| 23 | 23 | <html:link
|
| 24 | 24 | rel="localization"
|
| 25 | - href="preview/tor-browser-no-translate.ftl"
|
|
| 25 | + href="locales-preview/tor-browser-no-translate.ftl"
|
|
| 26 | 26 | />
|
| 27 | 27 | </linkset>
|
| 28 | 28 |
| ... | ... | @@ -14,7 +14,7 @@ |
| 14 | 14 | class="show-entry-page"
|
| 15 | 15 | >
|
| 16 | 16 | <linkset>
|
| 17 | - <html:link rel="localization" href="browser/tor-browser.ftl" />
|
|
| 17 | + <html:link rel="localization" href="toolkit/global/tor-browser.ftl" />
|
|
| 18 | 18 | </linkset>
|
| 19 | 19 | |
| 20 | 20 | <script src="chrome://browser/content/torpreferences/bridgemoji/BridgeEmoji.js" />
|
| ... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 | >
|
| 12 | 12 | <dialog id="torPreferences-requestBridge-dialog" buttons="accept,cancel">
|
| 13 | 13 | <linkset>
|
| 14 | - <html:link rel="localization" href="browser/tor-browser.ftl" />
|
|
| 14 | + <html:link rel="localization" href="toolkit/global/tor-browser.ftl" />
|
|
| 15 | 15 | </linkset>
|
| 16 | 16 | |
| 17 | 17 | <script src="chrome://browser/content/torpreferences/requestBridgeDialog.js" />
|
| ... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 | >
|
| 12 | 12 | <dialog id="torPreferences-torLog-dialog" buttons="accept,extra1">
|
| 13 | 13 | <linkset>
|
| 14 | - <html:link rel="localization" href="browser/tor-browser.ftl" />
|
|
| 14 | + <html:link rel="localization" href="toolkit/global/tor-browser.ftl" />
|
|
| 15 | 15 | </linkset>
|
| 16 | 16 | |
| 17 | 17 | <script src="chrome://browser/content/torpreferences/torLogDialog.js" />
|
| ... | ... | @@ -14,7 +14,6 @@ |
| 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/tor-browser-no-translate.ftl (../locales-preview/tor-browser-no-translate.ftl)
|
|
| 18 | 17 | browser (%browser/**/*.ftl)
|
| 19 | 18 | |
| 20 | 19 | @AB_CD@.jar:
|
| ... | ... | @@ -16,7 +16,7 @@ |
| 16 | 16 | <link rel="localization" href="branding/brand.ftl"/>
|
| 17 | 17 | <link rel="localization" href="toolkit/neterror/certError.ftl" />
|
| 18 | 18 | <link rel="localization" href="toolkit/neterror/netError.ftl"/>
|
| 19 | - <link rel="localization" href="browser/tor-browser.ftl"/>
|
|
| 19 | + <link rel="localization" href="toolkit/global/tor-browser.ftl"/>
|
|
| 20 | 20 | </head>
|
| 21 | 21 | |
| 22 | 22 | <body>
|
| ... | ... | @@ -9,6 +9,7 @@ |
| 9 | 9 | toolkit (%toolkit/**/*.ftl)
|
| 10 | 10 | locales-preview/aboutTranslations.ftl (../locales-preview/aboutTranslations.ftl)
|
| 11 | 11 | locales-preview/base-browser-no-translate.ftl (../locales-preview/base-browser-no-translate.ftl)
|
| 12 | + locales-preview/tor-browser-no-translate.ftl (../locales-preview/tor-browser-no-translate.ftl)
|
|
| 12 | 13 | #ifdef MOZ_LAYOUT_DEBUGGER
|
| 13 | 14 | layoutdebug/layoutdebug.ftl (../../layout/tools/layout-debug/ui/content/layoutdebug.ftl)
|
| 14 | 15 | #endif
|