summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorseeto <65185819+peakvalleytech@users.noreply.github.com>2021-08-23 14:46:38 -0700
committerGitHub <noreply@github.com>2021-08-23 23:46:38 +0200
commiteacc90af299220c60fd504ef7970775aa344b44c (patch)
tree371df8b11c5c1e14515e662963ce3f61438a8bac /core/src/main/res/values
parent91967409cb9399637f7a7b6eef52c039c1145ef3 (diff)
downloadAntennaPod-eacc90af299220c60fd504ef7970775aa344b44c.zip
Feed multi select (#5261)
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 279512a3c..d9787e749 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -171,6 +171,7 @@
<string name="share_website_url_label">Website address</string>
<string name="share_feed_url_label">Podcast feed URL</string>
<string name="feed_delete_confirmation_msg">Please confirm that you want to delete the podcast \"%1$s\" and ALL its episodes (including downloaded episodes).</string>
+ <string name="feed_delete_confirmation_msg_batch">Please confirm that you want to remove the selected podcasts and ALL their episodes (including downloaded episodes).</string>
<string name="feed_delete_confirmation_local_msg">Please confirm that you want to remove the podcast \"%1$s\". The files in the local source folder will not be deleted.</string>
<string name="feed_remover_msg">Removing podcast</string>
<string name="load_complete_feed">Refresh complete podcast</string>
@@ -182,6 +183,10 @@
<string name="open_podcast">Open Podcast</string>
<string name="please_wait_for_data">Please wait until the data is loaded</string>
<string name="updates_disabled_label">Updates disabled</string>
+ <plurals name="updated_feeds_batch_label">
+ <item quantity="one">%d subscription updated.</item>
+ <item quantity="other">%d subscriptions updated.</item>
+ </plurals>
<string name="add_to_folder">Add to folder</string>
<!-- actions on feeditems -->