Pier Angelo Vendrame pushed to branch base-browser-115.10.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
- 
f1d27be7
by Henry Wilkes at 2024-04-22T20:49:17+01:00
- 
3aa48e65
by Henry Wilkes at 2024-04-22T20:49:43+01:00
- 
a402e72c
by Henry Wilkes at 2024-04-22T20:49:47+01:00
- 
ca81f26e
by Henry Wilkes at 2024-04-22T20:49:47+01: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:
| ... | ... | @@ -30,7 +30,7 @@ | 
| 30 | 30 |    <linkset>
 | 
| 31 | 31 |      <html:link rel="localization" href="branding/brand.ftl"/>
 | 
| 32 | 32 |      <html:link rel="localization" href="browser/aboutDialog.ftl"/>
 | 
| 33 | -    <html:link rel="localization" href="browser/base-browser.ftl"/>
 | |
| 33 | +    <html:link rel="localization" href="toolkit/global/base-browser.ftl"/>
 | |
| 34 | 34 |    </linkset>
 | 
| 35 | 35 | |
| 36 | 36 |    <html:div id="aboutDialogContainer">
 | 
| ... | ... | @@ -88,7 +88,7 @@ | 
| 88 | 88 |    <link rel="localization" href="">"toolkit/branding/brandings.ftl"/>
 | 
| 89 | 89 |    <link rel="localization" href="">"toolkit/global/textActions.ftl"/>
 | 
| 90 | 90 |    <link rel="localization" href="">"toolkit/printing/printUI.ftl"/>
 | 
| 91 | -  <link rel="localization" href="">"browser/base-browser.ftl"/>
 | |
| 91 | +  <link rel="localization" href="">"toolkit/global/base-browser.ftl"/>
 | |
| 92 | 92 |    <!-- Untranslated FTL files -->
 | 
| 93 | 93 |    <link rel="localization" href="">"preview/firefoxSuggest.ftl" />
 | 
| 94 | 94 |    <link rel="localization" href="">"preview/identityCredentialNotification.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">
 | 
| ... | ... | @@ -57,7 +57,7 @@ | 
| 57 | 57 |    <link rel="localization" href="">"security/certificates/certManager.ftl"/>
 | 
| 58 | 58 |    <link rel="localization" href="">"security/certificates/deviceManager.ftl"/>
 | 
| 59 | 59 |    <link rel="localization" href="">"toolkit/updates/history.ftl"/>
 | 
| 60 | -  <link rel="localization" href="">"browser/base-browser.ftl"/>
 | |
| 60 | +  <link rel="localization" href="">"toolkit/global/base-browser.ftl"/>
 | |
| 61 | 61 | |
| 62 | 62 |    <link rel="shortcut icon" href="">"chrome://global/skin/icons/settings.svg"/>
 | 
| 63 | 63 | 
| ... | ... | @@ -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 |    browser                                          (%browser/**/*.ftl)
 | 
| 19 | 18 | |
| 20 | 19 |  @AB_CD@.jar:
 | 
| ... | ... | @@ -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
 |