summaryrefslogtreecommitdiff
path: root/ui/i18n/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-09-04 10:56:42 +0200
committerByteHamster <info@bytehamster.com>2022-09-10 11:57:03 +0200
commitd8ecda1b6297205b678342e6ef42f54e32e7504e (patch)
tree35303b100e2be00f5b17168aeb4eced3fe849757 /ui/i18n/src/main/res/values/strings.xml
parent45e625d988f1c5326fc6272d2fc82f49a050922d (diff)
downloadAntennaPod-d8ecda1b6297205b678342e6ef42f54e32e7504e.zip
Multi-select to remove from inbox
Diffstat (limited to 'ui/i18n/src/main/res/values/strings.xml')
-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 a19a60892..dbb30dffd 100644
--- a/ui/i18n/src/main/res/values/strings.xml
+++ b/ui/i18n/src/main/res/values/strings.xml
@@ -239,6 +239,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>