[tbb-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-115.10.0esr-13.5-1] 4 commits: fixup! Base Browser strings

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Tue Apr 23 06:36:00 UTC 2024



Pier Angelo Vendrame pushed to branch mullvad-browser-115.10.0esr-13.5-1 at The Tor Project / Applications / Mullvad Browser


Commits:
c18dbfc4 by Henry Wilkes at 2024-04-23T08:34:43+02:00
fixup! Base Browser strings

Bug 42537: Move base-browser.ftl to toolkit.

- - - - -
149be0e5 by Henry Wilkes at 2024-04-23T08:35:45+02:00
fixup! Bug 4234: Use the Firefox Update Process for Base Browser.

Bug 42537: Move base-browser.ftl to toolkit.

- - - - -
da74078b by Henry Wilkes at 2024-04-23T08:35:46+02:00
fixup! Bug 40926: Implemented the New Identity feature

Bug 42537: Move base-browser.ftl to toolkit.

- - - - -
c37b5e2a by Henry Wilkes at 2024-04-23T08:35:47+02:00
fixup! Bug 41698: Reword the recommendation badges in about:addons

Bug 42537: Move base-browser.ftl to toolkit.

- - - - -


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:

=====================================
browser/base/content/aboutDialog.xhtml
=====================================
@@ -30,7 +30,7 @@
   <linkset>
     <html:link rel="localization" href="branding/brand.ftl"/>
     <html:link rel="localization" href="browser/aboutDialog.ftl"/>
-    <html:link rel="localization" href="browser/base-browser.ftl"/>
+    <html:link rel="localization" href="toolkit/global/base-browser.ftl"/>
     <html:link rel="localization" href="browser/aboutDialogMullvad.ftl"/>
   </linkset>
 


=====================================
browser/base/content/browser.xhtml
=====================================
@@ -88,7 +88,7 @@
   <link rel="localization" href="toolkit/branding/brandings.ftl"/>
   <link rel="localization" href="toolkit/global/textActions.ftl"/>
   <link rel="localization" href="toolkit/printing/printUI.ftl"/>
-  <link rel="localization" href="browser/base-browser.ftl"/>
+  <link rel="localization" href="toolkit/global/base-browser.ftl"/>
   <!-- Untranslated FTL files -->
   <link rel="localization" href="preview/firefoxSuggest.ftl" />
   <link rel="localization" href="preview/identityCredentialNotification.ftl" />


=====================================
browser/components/newidentity/content/newIdentityDialog.xhtml
=====================================
@@ -22,7 +22,7 @@
   <dialog id="newIdentityDialog" buttons="accept,cancel" defaultButton="accept">
     <linkset>
       <html:link rel="localization" href="branding/brand.ftl" />
-      <html:link rel="localization" href="browser/base-browser.ftl" />
+      <html:link rel="localization" href="toolkit/global/base-browser.ftl" />
     </linkset>
 
     <div xmlns="http://www.w3.org/1999/xhtml">


=====================================
browser/components/preferences/preferences.xhtml
=====================================
@@ -57,7 +57,7 @@
   <link rel="localization" href="security/certificates/certManager.ftl"/>
   <link rel="localization" href="security/certificates/deviceManager.ftl"/>
   <link rel="localization" href="toolkit/updates/history.ftl"/>
-  <link rel="localization" href="browser/base-browser.ftl"/>
+  <link rel="localization" href="toolkit/global/base-browser.ftl"/>
   <link rel="localization" href="browser/mullvad-browser/preferences.ftl"/>
 
   <link rel="shortcut icon" href="chrome://global/skin/icons/settings.svg"/>


=====================================
browser/locales/jar.mn
=====================================
@@ -14,7 +14,6 @@
   preview/firefoxSuggest.ftl                       (../components/urlbar/content/firefoxSuggest.ftl)
   preview/identityCredentialNotification.ftl       (../components/credentialmanager/identityCredentialNotification.ftl)
   preview/stripOnShare.ftl                         (../components/urlbar/content/stripOnShare.ftl)
-  preview/base-browser-no-translate.ftl            (../locales-preview/base-browser-no-translate.ftl)
   browser                                          (%browser/**/*.ftl)
 
 @AB_CD at .jar:


=====================================
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
=====================================
@@ -8,6 +8,7 @@
   services                                         (%services/**/*.ftl)
   toolkit                                          (%toolkit/**/*.ftl)
   locales-preview/aboutTranslations.ftl            (../locales-preview/aboutTranslations.ftl)
+  locales-preview/base-browser-no-translate.ftl    (../locales-preview/base-browser-no-translate.ftl)
 #ifdef MOZ_LAYOUT_DEBUGGER
   layoutdebug/layoutdebug.ftl                      (../../layout/tools/layout-debug/ui/content/layoutdebug.ftl)
 #endif


=====================================
toolkit/mozapps/extensions/content/aboutaddons.html
=====================================
@@ -35,7 +35,7 @@
     <link rel="localization" href="toolkit/about/aboutAddons.ftl" />
     <link rel="localization" href="toolkit/about/abuseReports.ftl" />
 
-    <link rel="localization" href="browser/base-browser.ftl" />
+    <link rel="localization" href="toolkit/global/base-browser.ftl" />
 
     <!-- Defer scripts so all the templates are loaded by the time they run. -->
     <script



View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/04899df27a6539200bc71dbce26a05f644cfa07c...c37b5e2a13db8b1fbec62cbf557c98506482d73c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/04899df27a6539200bc71dbce26a05f644cfa07c...c37b5e2a13db8b1fbec62cbf557c98506482d73c
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/20240423/4919418c/attachment-0001.htm>


More information about the tbb-commits mailing list