diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2022-05-08 21:47:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-08 21:47:26 +0200 |
commit | 6e5004be22f20e3a51697909bf4d1e423252b83c (patch) | |
tree | 127297582c587aa07b1a25050251ec1ab6db246c /ui/i18n/src | |
parent | bfb811d29e611146855f77df5dd97b9fb664cf25 (diff) | |
parent | 850529856a0dfdab701b6720f35f15ee13a090c2 (diff) | |
download | AntennaPod-6e5004be22f20e3a51697909bf4d1e423252b83c.zip |
Merge pull request #5872 from ByteHamster/multi-select-all-episodes
Multi-Select on 'All episodes' screen
Diffstat (limited to 'ui/i18n/src')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index f42188982..8c8dd1b2f 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -152,13 +152,11 @@ <string name="new_episode_notification_group_text">Your subscriptions have new episodes.</string> <!-- Actions on feeds --> - <string name="mark_all_read_label">Mark all as played</string> - <string name="mark_all_read_msg">Marked all Episodes as played</string> - <string name="mark_all_read_confirmation_msg">Please confirm that you want to mark all episodes as being played.</string> - <string name="mark_all_read_feed_confirmation_msg">Please confirm that you want to mark all episodes in this podcast as being played.</string> <string name="remove_all_inbox_label">Remove all from inbox</string> <string name="removed_all_inbox_msg">Removed all from inbox</string> <string name="remove_all_inbox_confirmation_msg">Please confirm that you want to remove all from the inbox.</string> + <string name="multi_select_mark_played_confirmation">Please confirm that you want to mark all selected items as played.</string> + <string name="multi_select_mark_unplayed_confirmation">Please confirm that you want to mark all selected items as unplayed.</string> <string name="show_info_label">Show information</string> <string name="show_feed_settings_label">Show podcast settings</string> <string name="feed_settings_label">Podcast settings</string> |