Skip to content

Commit

Permalink
Merge pull request #820 from mozilla-l10n/fenix_l10n_updates
Browse files Browse the repository at this point in the history
Import fenix quarantine
  • Loading branch information
Delphine authored Oct 17, 2024
2 parents e35809c + 2f12864 commit 92bae12
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 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 @@ -194,9 +194,14 @@
<!-- Browser menu banner header text for extensions onboarding.
The first parameter is the name of the app defined in app_name (for example: Fenix). -->
<string name="browser_menu_extensions_banner_onboarding_header">Make %s your own</string>
<!-- Browser menu banner header text for extensions onboarding when all installed extensions have been disabled. -->
<string name="browser_menu_disabled_extensions_banner_onboarding_header">You have extensions installed, but not enabled</string>
<!-- Browser menu banner body text for extensions onboarding.
The first parameter is the name of the app defined in app_name (for example: Fenix). -->
<string name="browser_menu_extensions_banner_onboarding_body">Extensions level up your browsing, from changing how %s looks and performs to boosting privacy and safety.</string>
<!-- Browser menu banner body text for extensions onboarding when all installed extensions have been disabled.
The first parameter is the name of the button that opens extension manager (for example "Manage extensions"). -->
<string name="browser_menu_disabled_extensions_banner_onboarding_body">To use extensions, enable them in settings or by selecting “%s” below.</string>
<!-- Browser menu banner link text for learning more about extensions -->
<string name="browser_menu_extensions_banner_learn_more">Learn more</string>
<!-- Browser menu button that opens the extensions manager -->
Expand Down Expand Up @@ -391,7 +396,7 @@
<!-- Header text for the search selector menu -->
<string name="search_header_menu_item_2">This time search in:</string>
<!-- Content description (not visible, for screen readers etc.): Search engine icon. The first parameter is the search engine name (for example: DuckDuckGo). -->
<string name="search_engine_icon_content_description" tools:ignore="UnusedResources">%s search engine</string>
<string name="search_engine_icon_content_description">%s search engine</string>

<!-- Home onboarding -->
<!-- Onboarding home screen popup dialog, shown on top of the Jump back in section. -->
Expand Down

0 comments on commit 92bae12

Please sign in to comment.