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 #824

Merged
merged 1 commit into from
Oct 21, 2024
Merged
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
13 changes: 10 additions & 3 deletions mozilla-mobile/fenix/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,9 @@
<!-- Onboarding add-ons card, button for start browsing, used by Nimbus experiments. -->
<string name="onboarding_add_on_start_browsing_button" tools:ignore="UnusedResources" moz:removedIn="133">Start browsing.</string>
<!-- Onboarding add-ons card, for checking more add-ons on, used by Nimbus experiments. -->
<string name="onboarding_add_on_explore_more_extensions_2" tools:ignore="UnusedResources">Explore more extensions</string>
<string name="onboarding_add_on_explore_more_extensions_2">Explore more extensions</string>
<!-- Onboarding add-ons card, button for start browsing, used by Nimbus experiments. -->
<string name="onboarding_add_on_start_browsing_button_2" tools:ignore="UnusedResources">Start browsing</string>
<string name="onboarding_add_on_start_browsing_button_2">Start browsing</string>
<!-- Ublock name for the onboarding add-ons card, used by Nimbus experiments. Note: The word "Ublock Origin" is a brand name should NOT be translated -->
<string name="onboarding_add_on_ublock_name" tools:ignore="UnusedResources">uBlock Origin</string>
<!-- Ublock description for the onboarding add-ons card, used by Nimbus experiments. -->
Expand All @@ -499,6 +499,14 @@
<string name="onboarding_add_on_dark_reader_name" tools:ignore="UnusedResources">Dark Reader</string>
<!-- Privacy Badger description for the onboarding add-ons card, used by Nimbus experiments. -->
<string name="onboarding_add_on_dark_reader_description" tools:ignore="UnusedResources">Custom dark mode for the mobile web.</string>
<!-- Label for the number of reviews for an add-on. The parameter is for the formatted number of reviews e.g. "1,234", "12,345", "123,456". -->
<string name="onboarding_add_on_reviews_label">Reviews: %1$s</string>
<!-- Content description for the add-on icon. -->
<string name="onboarding_add_on_icon_content_description">Add-on icon</string>
<!-- Content description for the add add-on button. -->
<string name="onboarding_add_on_add_button_content_description">Add add-on button</string>
<!-- Content description for the star rating group. -->
<string name="onboarding_add_on_star_rating_content_description">Rated %1$s out of 5</string>

<!-- Search Widget -->
<!-- Content description for searching with a widget. The first parameter is the name of the application.-->
Expand Down Expand Up @@ -1159,7 +1167,6 @@
<!-- Text for the button to remove a single download item -->
<string name="download_delete_item_1">Remove</string>


<!-- Crashes -->
<!-- Title text displayed on the tab crash page. This first parameter is the name of the application (For example: Fenix) -->
<string name="tab_crash_title_2">Sorry. %1$s can’t load that page.</string>
Expand Down