summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authororionlee <orionlee@yahoo.com>2019-04-05 11:17:54 -0700
committerorionlee <orionlee@yahoo.com>2019-04-06 11:15:14 -0700
commitcc43af110a08f4df3c4eab7f217225c1fbbf02db (patch)
tree9ba0915c2f3adf9b628f11880a96de6f1f2ee6f1 /core/src/main/res
parent46f7805a963f0d89cb1443105529d6cc804f2513 (diff)
downloadAntennaPod-cc43af110a08f4df3c4eab7f217225c1fbbf02db.zip
tweak - bulk edit UI - show a message after an action is applied.
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/values/strings.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 16f519815..c16e0caa1 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -166,6 +166,10 @@
<!-- actions on feeditems -->
<string name="download_label">Download</string>
+ <plurals name="downloading_batch_label">
+ <item quantity="one">Downloading %d episode.</item>
+ <item quantity="other">Downloading %d episodes.</item>
+ </plurals>
<string name="play_label">Play</string>
<string name="pause_label">Pause</string>
<string name="stop_label">Stop</string>
@@ -174,14 +178,34 @@
<string name="delete_label">Delete</string>
<string name="delete_failed">Unable to delete file. Rebooting the device could help.</string>
<string name="remove_episode_lable">Delete Episode</string>
+ <plurals name="deleted_episode_batch_label">
+ <item quantity="one">%d episode deleted.</item>
+ <item quantity="other">%d episodes deleted.</item>
+ </plurals>
<string name="mark_as_seen_label">Mark as seen</string>
<string name="marked_as_seen_label">Marked as seen</string>
<string name="mark_read_label">Mark as played</string>
<string name="marked_as_read_label">Marked as played</string>
+ <plurals name="marked_read_batch_label">
+ <item quantity="one">%d episode marked as played.</item>
+ <item quantity="other">%d episodes marked as played.</item>
+ </plurals>
<string name="mark_unread_label">Mark as unplayed</string>
+ <plurals name="marked_unread_batch_label">
+ <item quantity="one">%d episode marked as unplayed.</item>
+ <item quantity="other">%d episodes marked as unplayed.</item>
+ </plurals>
<string name="add_to_queue_label">Add to Queue</string>
<string name="added_to_queue_label">Added to Queue</string>
+ <plurals name="added_to_queue_batch_label">
+ <item quantity="one">%d episode added to queue.</item>
+ <item quantity="other">%d episodes added to queue.</item>
+ </plurals>
<string name="remove_from_queue_label">Remove from Queue</string>
+ <plurals name="removed_from_queue_batch_label">
+ <item quantity="one">%d episode removed from queue.</item>
+ <item quantity="other">%d episodes removed from queue.</item>
+ </plurals>
<string name="add_to_favorite_label">Add to Favorites</string>
<string name="added_to_favorites">Added to Favorites</string>
<string name="remove_from_favorite_label">Remove from Favorites</string>