Skip to content

Commit

Permalink
Merge pull request #825 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 22, 2024
2 parents cc39be0 + adc9323 commit 97cf86d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 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 @@ -396,7 +396,10 @@
<!-- 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">%s search engine</string>
<string name="search_engine_icon_content_description" tools:ignore="UnusedResources" moz:removedIn="133">%s search engine</string>
<!-- Content description (not visible, for screen readers etc.): Search engine icon.
The parameter is the search engine name (for example: DuckDuckGo). -->
<string name="search_engine_icon_content_description_1">Search engine: %s</string>

<!-- Home onboarding -->
<!-- Onboarding home screen popup dialog, shown on top of the Jump back in section. -->
Expand Down Expand Up @@ -1268,6 +1271,10 @@
<string name="bookmark_navigate_back_button_content_description">Navigate back</string>
<!-- Content description for the bookmark list new folder navigation bar button -->
<string name="bookmark_add_new_folder_button_content_description">Add a new folder</string>
<!-- Content description for the bookmark screen delete bookmark navigation bar button -->
<string name="bookmark_delete_bookmark_content_description">Delete bookmark</string>
<!-- Content description for the bookmark screen delete bookmark folder navigation bar button -->
<string name="bookmark_delete_folder_content_description">Delete folder</string>
<!-- Content description for bookmark search floating action button -->
<string name="bookmark_search_button_content_description">Search bookmarks</string>
<!-- Content description for the overflow menu for a bookmark item. Paramter will a folder name or bookmark title. -->
Expand Down

0 comments on commit 97cf86d

Please sign in to comment.