Pier Angelo Vendrame pushed to branch tor-browser-115.10.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
26909ecf
by Henry Wilkes at 2024-04-22T17:14:34+00:00
-
3db6db01
by Henry Wilkes at 2024-04-22T17:14:34+00:00
-
f223c735
by Henry Wilkes at 2024-04-22T17:14:34+00:00
-
9d6fa205
by Henry Wilkes at 2024-04-22T17:14:34+00:00
9 changed files:
- browser/base/content/aboutDialog.xhtml
- browser/base/content/browser.xhtml
- browser/components/newidentity/content/newIdentityDialog.xhtml
- browser/components/preferences/preferences.xhtml
- browser/locales/jar.mn
- browser/locales-preview/base-browser-no-translate.ftl → toolkit/locales-preview/base-browser-no-translate.ftl
- browser/locales/en-US/browser/base-browser.ftl → toolkit/locales/en-US/toolkit/global/base-browser.ftl
- toolkit/locales/jar.mn
- toolkit/mozapps/extensions/content/aboutaddons.html
Changes:
... | ... | @@ -31,7 +31,7 @@ |
31 | 31 | <linkset>
|
32 | 32 | <html:link rel="localization" href="branding/brand.ftl"/>
|
33 | 33 | <html:link rel="localization" href="browser/aboutDialog.ftl"/>
|
34 | - <html:link rel="localization" href="browser/base-browser.ftl"/>
|
|
34 | + <html:link rel="localization" href="toolkit/global/base-browser.ftl"/>
|
|
35 | 35 | <html:link rel="localization" href="browser/tor-browser.ftl"/>
|
36 | 36 | </linkset>
|
37 | 37 |
... | ... | @@ -95,7 +95,7 @@ |
95 | 95 | <link rel="localization" href="toolkit/branding/brandings.ftl"/>
|
96 | 96 | <link rel="localization" href="toolkit/global/textActions.ftl"/>
|
97 | 97 | <link rel="localization" href="toolkit/printing/printUI.ftl"/>
|
98 | - <link rel="localization" href="browser/base-browser.ftl"/>
|
|
98 | + <link rel="localization" href="toolkit/global/base-browser.ftl"/>
|
|
99 | 99 | <link rel="localization" href="browser/tor-browser.ftl"/>
|
100 | 100 | <!-- Untranslated FTL files -->
|
101 | 101 | <link rel="localization" href="preview/firefoxSuggest.ftl" />
|
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | <dialog id="newIdentityDialog" buttons="accept,cancel" defaultButton="accept">
|
23 | 23 | <linkset>
|
24 | 24 | <html:link rel="localization" href="branding/brand.ftl" />
|
25 | - <html:link rel="localization" href="browser/base-browser.ftl" />
|
|
25 | + <html:link rel="localization" href="toolkit/global/base-browser.ftl" />
|
|
26 | 26 | </linkset>
|
27 | 27 | |
28 | 28 | <div xmlns="http://www.w3.org/1999/xhtml">
|
... | ... | @@ -59,7 +59,7 @@ |
59 | 59 | <link rel="localization" href="security/certificates/certManager.ftl"/>
|
60 | 60 | <link rel="localization" href="security/certificates/deviceManager.ftl"/>
|
61 | 61 | <link rel="localization" href="toolkit/updates/history.ftl"/>
|
62 | - <link rel="localization" href="browser/base-browser.ftl"/>
|
|
62 | + <link rel="localization" href="toolkit/global/base-browser.ftl"/>
|
|
63 | 63 | <link rel="localization" href="browser/tor-browser.ftl"/>
|
64 | 64 | |
65 | 65 | <link rel="shortcut icon" href="chrome://global/skin/icons/settings.svg"/>
|
... | ... | @@ -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/base-browser-no-translate.ftl (../locales-preview/base-browser-no-translate.ftl)
|
|
18 | 17 | preview/tor-browser-no-translate.ftl (../locales-preview/tor-browser-no-translate.ftl)
|
19 | 18 | browser (%browser/**/*.ftl)
|
20 | 19 |
... | ... | @@ -8,6 +8,7 @@ |
8 | 8 | services (%services/**/*.ftl)
|
9 | 9 | toolkit (%toolkit/**/*.ftl)
|
10 | 10 | locales-preview/aboutTranslations.ftl (../locales-preview/aboutTranslations.ftl)
|
11 | + locales-preview/base-browser-no-translate.ftl (../locales-preview/base-browser-no-translate.ftl)
|
|
11 | 12 | #ifdef MOZ_LAYOUT_DEBUGGER
|
12 | 13 | layoutdebug/layoutdebug.ftl (../../layout/tools/layout-debug/ui/content/layoutdebug.ftl)
|
13 | 14 | #endif
|
... | ... | @@ -35,7 +35,7 @@ |
35 | 35 | <link rel="localization" href="toolkit/about/aboutAddons.ftl" />
|
36 | 36 | <link rel="localization" href="toolkit/about/abuseReports.ftl" />
|
37 | 37 | |
38 | - <link rel="localization" href="browser/base-browser.ftl" />
|
|
38 | + <link rel="localization" href="toolkit/global/base-browser.ftl" />
|
|
39 | 39 | |
40 | 40 | <!-- Defer scripts so all the templates are loaded by the time they run. -->
|
41 | 41 | <script
|