Skip to content

Commit

Permalink
Import fenix quarantine
Browse files Browse the repository at this point in the history
  • Loading branch information
l10n-bot authored and github-actions[bot] committed Sep 20, 2024
1 parent 152cf2a commit 31ac08b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mozilla-mobile/fenix/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,16 @@
<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. -->
<string name="bookmark_item_menu_button_content_description">Item Menu for %s</string>
<!-- Title for the bookmark list empty state-->
<string name="bookmark_empty_list_title">No bookmarks yet</string>
<!-- Description for the bookmark list empty state when you're not signed into sync. -->
<string name="bookmark_empty_list_guest_description">Save sites as you browse. Sign in to grab bookmarks from other synced devices.</string>
<!-- Text for the button to navigate to sync authentication -->
<string name="bookmark_empty_list_guest_cta">Sign in to sync</string>
<!-- Description for the bookmark list empty state when you're signed into sync. -->
<string name="bookmark_empty_list_authenticated_description">Save sites as you browse. We’ll also grab bookmarks from other synced devices.</string>
<!-- Description for the bookmark list empty state when you're in an empty folder. -->
<string name="bookmark_empty_list_folder_description">Add bookmarks as you browse so you can find your favorite sites later.</string>

<!-- Site Permissions -->
<!-- Button label that take the user to the Android App setting -->
Expand Down

0 comments on commit 31ac08b

Please sign in to comment.