Pier Angelo Vendrame pushed to branch base-browser-115.1.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
- 
a992e3dd
by Henry Wilkes at 2023-08-16T10:02:44+02:00
- 
cdbb2876
by Henry Wilkes at 2023-08-16T10:02:54+02:00
- 
456bd08b
by Henry Wilkes at 2023-08-16T10:02:54+02:00
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:
| ... | ... | @@ -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/languageNotification.ftl"/>
 | |
| 91 | +  <link rel="localization" href="">"browser/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" />
 | 
| ... | ... | @@ -2,17 +2,12 @@ | 
| 2 | 2 |  # License, v. 2.0. If a copy of the MPL was not distributed with this
 | 
| 3 | 3 |  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 | 
| 4 | 4 | |
| 5 | -# These strings are used by the Base Browser part of the changeset, not only for
 | |
| 6 | -# the language notification.
 | |
| 7 | -# TODO: Rename this file to make this clearer
 | |
| 8 | - | |
| 9 | - | |
| 10 | 5 |  ## Language notification
 | 
| 11 | 6 | |
| 12 | -# $language is the language Tor Browser is displayed in (already translated)
 | |
| 7 | +# $language (String) - The language Tor Browser is displayed in (already translated).
 | |
| 13 | 8 |  language-notification-label-system = { -brand-short-name } has set your display language to { $language } based on your system’s language.
 | 
| 14 | 9 |  # This is shown when the system language is not supported, so we fall back to another language instead.
 | 
| 15 | -# $language is the language Tor Browser is displayed in (already translated).
 | |
| 10 | +# $language (String) - The language Tor Browser is displayed in (already translated).
 | |
| 16 | 11 |  language-notification-label = { -brand-short-name } has set your display language to { $language }.
 | 
| 17 | 12 |  language-notification-button = Change Language…
 | 
| 18 | 13 | 
| ... | ... | @@ -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/languageNotification.ftl" />
 | |
| 38 | +    <link rel="localization" href="">"browser/base-browser.ftl" />
 | |
| 39 | 39 | |
| 40 | 40 |      <!-- Defer scripts so all the templates are loaded by the time they run. -->
 | 
| 41 | 41 |      <script
 |