Show progress indicator when archiving podcasts via multi-select (#8133)

This commit is contained in:
Aman Jain
2025-12-07 01:55:20 +05:30
committed by GitHub
parent eb4cc10c45
commit a722bcd1a5
2 changed files with 44 additions and 4 deletions

View File

@ -214,6 +214,8 @@
<string name="share_file_label">Share file</string>
<string name="feed_delete_explanation_delete">Deleting will remove ALL its episodes including downloads, playback history, and statistics.</string>
<string name="feed_delete_explanation_archive">Archiving will hide it from the subscription list and avoid it getting updates. Downloads, statistics and playback state are kept.</string>
<string name="archiving_podcast_progress">Archiving podcast %1$d of %2$d…</string>
<string name="deleting_podcast_progress">Deleting podcast %1$d of %2$d…</string>
<string name="load_complete_feed">Refresh complete podcast</string>
<string name="multi_select">Multi select</string>
<string name="select_all_above">Select all above</string>