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
-
72724735
by Henry Wilkes at 2023-08-09T09:45:00+01:00
-
6de7d3e8
by Henry Wilkes at 2023-08-09T09:45:05+01: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:
| ... | ... | @@ -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/languageNotification.ftl"/>
|
|
| 98 | + <link rel="localization" href="browser/base-browser.ftl"/>
|
|
| 99 | 99 | <!-- Untranslated FTL files -->
|
| 100 | 100 | <link rel="localization" href="preview/firefoxSuggest.ftl" />
|
| 101 | 101 | <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
|