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

Merged
merged 1 commit into from
Jan 3, 2025
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
10 changes: 7 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 @@ -349,7 +349,7 @@
<!-- Browser menu label for turning OFF reader view of the current visited page -->
<string name="browser_menu_turn_off_reader_view">Turn off Reader View</string>
<!-- Browser menu button that reopens a private tab as a regular tab -->
<string name="browser_menu_open_in_normal_tab">Move to non-private tab</string>dsa
<string name="browser_menu_open_in_normal_tab">Move to non-private tab</string>
<!-- Browser menu label for navigating to the translation feature, which provides language translation options the current visited page -->
<string name="browser_menu_translate_page">Translate page…</string>
<!-- Browser menu label for navigating to the Web Compat Reporter feature, which provides users the ability to send bug reports for broken sites. -->
Expand Down Expand Up @@ -581,7 +581,7 @@
<!-- Onboarding label for 'Save and continue' button, used by Nimbus experiments. -->
<string name="onboarding_save_and_continue_button">Save and continue</string>
<!-- Onboarding toolbar selection card label for 'skip' button, used by Nimbus experiments. -->
<string name="onboarding_customize_toolbar_skip_button">Skip</string>
<string name="onboarding_customize_toolbar_skip_button" tools:ignore="UnusedResources">Skip</string>
<!-- Onboarding toolbar selection card label for 'top' option, used by Nimbus experiments. -->
<string name="onboarding_customize_toolbar_top_option">Top</string>
<!-- Onboarding toolbar selection card label for 'bottom' option, used by Nimbus experiments. -->
Expand All @@ -593,6 +593,8 @@
<!-- Onboarding toolbar selection card content description for the toolbar placement image. -->
<string name="onboarding_customize_toolbar_placement_bottom_content_description">Image of the bottom toolbar</string>
<string name="onboarding_customize_toolbar_placement_top_content_description">Image of the top toolbar</string>
<!-- Onboarding toolbar selection card label for 'Not now' button, used by Nimbus experiments. -->
<string name="onboarding_customize_toolbar_not_now_button">Not now</string>

<!-- Onboarding header for the theme selection card, used by Nimbus experiments. -->
<string name="onboarding_customize_theme_title" tools:ignore="UnusedResources">Pick a theme</string>
Expand All @@ -601,7 +603,7 @@
<!-- Onboarding label for 'Save and start browsing' button, used by Nimbus experiments. -->
<string name="onboarding_save_and_start_button">Save and start browsing</string>
<!-- Onboarding theme selection card label for 'skip' button, used by Nimbus experiments. -->
<string name="onboarding_customize_theme_skip_button">Skip</string>
<string name="onboarding_customize_theme_skip_button" tools:ignore="UnusedResources">Skip</string>
<!-- Onboarding theme selection card label for 'dark' option, used by Nimbus experiments. -->
<string name="onboarding_customize_theme_dark_option">Dark</string>
<!-- Onboarding theme selection card label for 'light' option, used by Nimbus experiments. -->
Expand All @@ -612,6 +614,8 @@
<string name="onboarding_customize_theme_main_image_content_description">Large header image of the theme selection view showing illustrated artist and builder tools.</string>
<!-- Onboarding theme selection card content description for the theme selection image. %1$s is placeholder for either 'system', 'light' or 'dark'. -->
<string name="onboarding_customize_theme_content_description">Image of the %1$s theme</string>
<!-- Onboarding theme selection card label for 'Not now' button, used by Nimbus experiments. -->
<string name="onboarding_customize_theme_not_now_button">Not now</string>

<!-- Search Widget -->
<!-- Content description for searching with a widget. The first parameter is the name of the application.-->
Expand Down
Loading