Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #27439: Remove all unused strings marked moz:removedIn <= 105
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketsroger authored and mergify[bot] committed Oct 18, 2022
1 parent 0194e11 commit 20b25d7
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,6 @@
<string name="recent_tabs_show_all">Show all</string>
<!-- Content description for the button which navigates the user to show all recent tabs in the tabs tray. -->
<string name="recent_tabs_show_all_content_description_2">Show all recent tabs button</string>
<!-- Title for showing a group item in the 'Jump back in' section of the new tab
The first parameter is the search term that the user used. (for example: your search for "cat")-->
<string name="recent_tabs_search_term" moz:RemovedIn="105" tools:ignore="UnusedResources">Your search for \"%1$s\"</string>
<!-- Text for the number of tabs in a group in the 'Jump back in' section of the new tab
%d is a placeholder for the number of sites in the group. This number will always be more than one. -->
<string name="recent_tabs_search_term_count_2" moz:RemovedIn="105" tools:ignore="UnusedResources">%d sites</string>
<!-- Text for button in synced tab card that opens synced tabs tray -->
<string name="recent_tabs_see_all_synced_tabs_button_text">See all synced tabs</string>
<!-- Accessibility description for device icon used for recent synced tab -->
Expand Down Expand Up @@ -465,11 +459,6 @@
<string name="wallpaper_select_error_snackbar_message">Couldn’t change wallpaper</string>
<!-- Text displayed that links to website containing documentation about the "Limited Edition" wallpapers. -->
<string name="wallpaper_learn_more">Learn more</string>
<!-- Label for switch which toggles the "tap-to-switch" behavior on home screen logo -->
<string name="wallpaper_tap_to_change_switch_label_1" moz:removedIn="105" tools:ignore="UnusedResources">Change wallpaper by tapping Firefox homepage logo</string>
<!-- This is the accessibility content description for the wallpapers functionality. Users are
able to tap on the app logo in the home screen and can switch to different wallpapers by tapping. -->
<string name="wallpaper_logo_content_description" moz:removedIn="105" tools:ignore="UnusedResources">Firefox logo - change the wallpaper, button</string>
<!-- Text for classic wallpapers title. The first parameter is the Firefox name. -->
<string name="wallpaper_classic_title">Classic %s</string>
<!-- Text for limited edition wallpapers title. -->
Expand Down Expand Up @@ -651,10 +640,6 @@
<string name="tab_view_list">List</string>
<!-- Option for a grid tab view -->
<string name="tab_view_grid">Grid</string>
<!-- Option for search term tab groups -->
<string name="tab_view_search_term_tab_groups" moz:RemovedIn="105" tools:ignore="UnusedResources">Search groups</string>
<!-- Summary text for search term tab groups -->
<string name="tab_view_search_term_tab_groups_summary" moz:RemovedIn="105" tools:ignore="UnusedResources">Group related sites together</string>
<!-- Title of preference that allows a user to auto close tabs after a specified amount of time -->
<string name="preferences_close_tabs">Close tabs</string>
<!-- Option for auto closing tabs that will never auto close tabs, always allows user to manually close tabs -->
Expand Down Expand Up @@ -800,16 +785,6 @@
<string name="history_older">Older</string>
<!-- Text shown when no history exists -->
<string name="history_empty_message">No history here</string>
<!-- Text for the button inside History screen that opens Synced History screen. History that is coming from other devices -->
<string moz:removedIn="105" name="history_synced_from_other_devices" tools:ignore="UnusedResources">Synced from other devices</string>
<!-- The page title for browsing history coming from other devices. -->
<string moz:removedIn="105" name="history_from_other_devices" tools:ignore="UnusedResources">From other devices</string>
<!-- The synced history sign in dialog message -->
<string moz:removedIn="105" name="history_sign_in_message" tools:ignore="UnusedResources">Sign in to see history synced from your other devices.</string>
<!-- The synced history sign in dialog button text -->
<string moz:removedIn="105" name="history_sign_in_button" tools:ignore="UnusedResources">Sign in</string>
<!-- The synced history sign in dialog create a new account link -->
<string moz:removedIn="105" name="history_sign_in_create_account" tools:ignore="UnusedResources"><![CDATA[<u>Or create a Firefox account to start syncing</u>]]></string>

<!-- Downloads -->
<!-- Text for the snackbar to confirm that multiple downloads items have been removed -->
Expand Down

0 comments on commit 20b25d7

Please sign in to comment.