Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import fenix quarantine #870

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion mozilla-mobile/fenix/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
<!-- Positive button label for the privacy preferences dialog shown during onboarding. -->
<string name="onboarding_preferences_dialog_positive_button">Done</string>
<!-- Negative button label for the privacy preferences dialog shown during onboarding. -->
<string name="onboarding_preferences_dialog_negative_button">Cancel</string>
<string name="onboarding_preferences_dialog_negative_button" tools:ignore="UnusedResources" moz:removedIn="136">Cancel</string>
<!-- Terms of service onboarding title card label. 'Firefox' intentionally hardcoded here-->
<string name="onboarding_welcome_to_firefox" tools:ignore="BrandUsage">Welcome to Firefox</string>
<!-- Terms of service sub header label. -->
Expand All @@ -575,6 +575,16 @@
<string name="onboarding_term_of_service_line_three" tools:ignore="BrandUsage">To help improve the browser, Firefox sends diagnostic and interaction data to Mozilla. %1$s</string>
<!-- Used as text for the link in onboarding_term_of_service_line_three. -->
<string name="onboarding_term_of_service_line_three_link_text">Manage</string>
<!-- Marketing onboarding page title. 'Firefox' is intentionally hardcoded. -->
<string name="onboarding_marketing_title" tools:ignore="BrandUsage,UnusedResources">Help us grow Firefox</string>
<!-- Marketing onboarding page body. 'Firefox' is intentionally hardcoded. -->
<string name="onboarding_marketing_body" tools:ignore="BrandUsage,UnusedResources">When you share how you discovered Firefox and that you use it, you help us introduce our browser to more people.</string>
<!-- Marketing onboarding page opt-in checkbox. 'Mozilla' is intentionally hardcoded. -->
<string name="onboarding_marketing_opt_in_checkbox" tools:ignore="UnusedResources">Share minimal data with Mozilla’s marketing technology partners. This data is never sold or used to show you ads.</string>
<!-- Marketing onboarding page learn more link. -->
<string name="onboarding_marketing_learn_more" tools:ignore="UnusedResources">How we use the data</string>
<!-- Marketing onboarding page positive button -->
<string name="onboarding_marketing_positive_button" tools:ignore="UnusedResources">Confirm and start browsing</string>
<!-- Onboarding header for the toolbar selection card, used by Nimbus experiments. -->
<string name="onboarding_customize_toolbar_title" tools:ignore="UnusedResources">Pick a toolbar placement</string>
<!-- Onboarding sub header for toolbar selection card, used by Nimbus experiments. -->
Expand Down Expand Up @@ -997,16 +1007,25 @@
<string name="preference_usage_data" moz:removedIn="134" tools:ignore="UnusedResources">Usage and technical data</string>
<!-- Preference switch for usage and technical data collection -->
<string name="preference_usage_data_1">Technical and interaction data</string>
<!-- Preference switch for usage and technical data collection -->
<string name="preference_usage_data_2" tools:ignore="UnusedResources">Send technical and interaction data</string>
<!-- Preference switch for usage and technical learn more link -->
<string name="preference_usage_data_learn_more" tools:ignore="UnusedResources">Learn more</string>
<!-- Preference description for usage and technical data collection -->
<string name="preferences_usage_data_description">Shares performance, usage, hardware and customization data about your browser with Mozilla to help us make %1$s better</string>
<!-- Preference description for marketing data collection. Note: The words "Firefox" should NOT be translated -->
<string name="preferences_usage_data_description_1" tools:ignore="BrandUsage, UnusedResources">Data about your device, hardware configuration, and usage helps us improve Firefox features, performance, and stability.</string>
<!-- Preference switch for marketing data collection -->
<string name="preferences_marketing_data">Marketing data</string>
<!-- Preference switch for campaign measurement data (marketing data) collection -->
<string name="preferences_marketing_data_2" tools:ignore="UnusedResources">Campaign measurement data</string>
<!-- Preference description for marketing data collection -->
<string name="preferences_marketing_data_description2" moz:removedIn="134" tools:ignore="UnusedResources">Shares basic usage data with Adjust, our mobile marketing vendor</string>
<!-- Preference description for marketing data collection. Note: The words "Firefox" and "Mozilla" should NOT be translated -->
<string name="preferences_marketing_data_description_3" tools:ignore="BrandUsage">Share information about how you discovered Firefox with Mozilla’s marketing partners. This helps us grow Firefox and build a better internet</string>
<!-- Preference description for marketing data collection.
Note: The words "Firefox" and "Mozilla" should NOT be translated. “That you use it” is to mean that the user is opting in to sharing that they are continuing to use Firefox after installing it; not that Firefox is tracking their “usage” or what they’re using it for. -->
<string name="preferences_marketing_data_description_4" tools:ignore="BrandUsage, UnusedResources">Share how you discovered Firefox and that you use it with Mozilla’s marketing technology partners.</string>
<!-- Learn more link for marketing data preference -->
<string name="preferences_marketing_data_learn_more">Learn more about marketing data</string>
<!-- Preference switch for daily usage ping data collection -->
Expand Down Expand Up @@ -1178,6 +1197,10 @@
<string name="studies_active">Active</string>
<!-- Description for studies, it indicates why Firefox use studies. The first parameter is the name of the application. -->
<string name="studies_description_2">%1$s may install and run studies from time to time.</string>
<!-- Description for studies -->
<string name="studies_description_3" tools:ignore="UnusedResources">Try out features and ideas before they’re released to everyone.</string>
<!-- Title of the Studies data preference -->
<string name="studies_title" tools:ignore="UnusedResources">Install and run studies</string>
<!-- Learn more link for studies, links to an article for more information about studies. -->
<string name="studies_learn_more">Learn more</string>
<!-- Dialog message shown after removing a study -->
Expand Down
Loading