Pier Angelo Vendrame pushed to branch tor-browser-115.1.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits: c2bff07e by Henry Wilkes at 2023-08-09T09:44:53+01:00 fixup! Base Browser strings
Bug 41984: Rename languageNotification.ftl to base-browser.ftl.
- - - - - 72724735 by Henry Wilkes at 2023-08-09T09:45:00+01:00 fixup! Base Browser strings
Bug 41984: languageNotification.ftl renamed to base-browser.ftl.
- - - - - 6de7d3e8 by Henry Wilkes at 2023-08-09T09:45:05+01:00 fixup! Bug 41698: Reword the recommendation badges in about:addons
Bug 41984: languageNotification.ftl renamed to base-browser.ftl.
- - - - -
3 changed files:
- browser/base/content/browser.xhtml - browser/locales/en-US/browser/languageNotification.ftl → browser/locales/en-US/browser/base-browser.ftl - toolkit/mozapps/extensions/content/aboutaddons.html
Changes:
===================================== browser/base/content/browser.xhtml ===================================== @@ -95,7 +95,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/languageNotification.ftl"/> + <link rel="localization" href="browser/base-browser.ftl"/> <!-- Untranslated FTL files --> <link rel="localization" href="preview/firefoxSuggest.ftl" /> <link rel="localization" href="preview/identityCredentialNotification.ftl" />
===================================== browser/locales/en-US/browser/languageNotification.ftl → browser/locales/en-US/browser/base-browser.ftl ===================================== @@ -2,17 +2,12 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/.
-# These strings are used by the Base Browser part of the changeset, not only for -# the language notification. -# TODO: Rename this file to make this clearer - - ## Language notification
-# $language is the language Tor Browser is displayed in (already translated) +# $language (String) - The language Tor Browser is displayed in (already translated). language-notification-label-system = { -brand-short-name } has set your display language to { $language } based on your system’s language. # This is shown when the system language is not supported, so we fall back to another language instead. -# $language is the language Tor Browser is displayed in (already translated). +# $language (String) - The language Tor Browser is displayed in (already translated). language-notification-label = { -brand-short-name } has set your display language to { $language }. language-notification-button = Change Language…
===================================== 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/languageNotification.ftl" /> + <link rel="localization" href="browser/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/tor-browser/-/compare/e0e763c...
tor-commits@lists.torproject.org