summaryrefslogtreecommitdiff
path: root/ui/i18n/src
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2022-09-10 12:44:57 +0200
committerGitHub <noreply@github.com>2022-09-10 12:44:57 +0200
commit54bf4d149fce198d2e926b86f399c84ac3fa3853 (patch)
tree92daad61f355c5516fdddd5e44d9e4960f48df24 /ui/i18n/src
parent539d0c928d22a534eff08a35f0df1015c190284c (diff)
parentd8ecda1b6297205b678342e6ef42f54e32e7504e (diff)
downloadAntennaPod-54bf4d149fce198d2e926b86f399c84ac3fa3853.zip
Merge pull request #6056 from ByteHamster/multi-select-remove-inbox
Multi-select to remove from inbox
Diffstat (limited to 'ui/i18n/src')
-rw-r--r--ui/i18n/src/main/res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml
index 600364161..4a233f6a4 100644
--- a/ui/i18n/src/main/res/values/strings.xml
+++ b/ui/i18n/src/main/res/values/strings.xml
@@ -237,6 +237,10 @@
<item quantity="one">%d episode removed from queue.</item>
<item quantity="other">%d episodes removed from queue.</item>
</plurals>
+ <plurals name="removed_from_inbox_batch_label">
+ <item quantity="one">%d episode removed from inbox.</item>
+ <item quantity="other">%d episodes removed from inbox.</item>
+ </plurals>
<string name="add_to_favorite_label">Add to Favorites</string>
<string name="remove_from_favorite_label">Remove from Favorites</string>
<string name="visit_website_label">Visit Website</string>