tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 9e7595cac8ac2d1e3bd3d00b702bb704738aa5ff
parent 405574551bf18d044365cd2c70c79d53d142a59f
Author: John Oberhauser <j.git-global@obez.io>
Date:   Thu,  4 Dec 2025 19:14:32 +0000

Bug 2003621: Adding strings that will be used for the privacy notice update homepage banner r=android-reviewers,android-l10n-reviewers,flod,twhite

Differential Revision: https://phabricator.services.mozilla.com/D274853

Diffstat:
Mmobile/android/fenix/app/src/main/res/values/strings.xml | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/mobile/android/fenix/app/src/main/res/values/strings.xml b/mobile/android/fenix/app/src/main/res/values/strings.xml @@ -3573,4 +3573,14 @@ <string name="terms_of_use_prompt_accept">Accept</string> <!-- Label for a button to postpone accepting the terms of use --> <string name="terms_of_use_prompt_postpone">Remind me later</string> + + <!-- Privacy notice homepage banner --> + <!-- A message we show the user on the homepage when there is a new version of the privacy notice. 'Firefox' is intentionally hardcoded. + %1$s is replaced by an active link using privacy_notice_updated_homepage_message_privacy_notice as text (Privacy Notice) + %2$s is replaced by an active link using privacy_notice_updated_homepage_message_learn_more as text (Learn more) --> + <string name="privacy_notice_updated_homepage_message" tools:ignore="BrandUsage,UnusedResources">We’ve updated our %1$s to reflect the latest features in Firefox. %2$s</string> + <!-- The first active link used in privacy_notice_updated_homepage_message --> + <string name="privacy_notice_updated_homepage_message_privacy_notice" tools:ignore="UnusedResources">Privacy Notice</string> + <!-- The second active link used in privacy_notice_updated_homepage_message --> + <string name="privacy_notice_updated_homepage_message_learn_more" tools:ignore="UnusedResources">Learn more</string> </resources>