summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorMartin Fietz <marf@hadiko-99-4.hadiko.uni-karlsruhe.de>2015-04-26 13:37:27 +0200
committerMartin Fietz <Martin.Fietz@gmail.com>2015-05-10 10:50:22 +0200
commit9ec0d735c86c62c2d2a65229c1f1bf8e0e44dec5 (patch)
treeebbf3d493fec2e45eb718d5bf95501f0dbd9fae3 /core/src/main/res/values/strings.xml
parent2cfd15fe88b216e922fb066eaba43fc776a90a69 (diff)
downloadAntennaPod-9ec0d735c86c62c2d2a65229c1f1bf8e0e44dec5.zip
Add feed item filter
Diffstat (limited to 'core/src/main/res/values/strings.xml')
-rw-r--r--core/src/main/res/values/strings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 4044f8951..3904a1696 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -91,6 +91,15 @@
<string name="feed_delete_confirmation_msg">Please confirm that you want to delete this feed and ALL episodes of this feed that you have downloaded.</string>
<string name="feed_remover_msg">Removing feed</string>
<string name="load_complete_feed">Refresh complete feed</string>
+ <string name="hide_episodes_title">Hide episodes</string>
+ <string name="hide_unplayed_episodes_label">Unplayed</string>
+ <string name="hide_paused_episodes_label">Paused</string>
+ <string name="hide_played_episodes_label">Played</string>
+ <string name="hide_queued_episodes_label">Queued</string>
+ <string name="hide_not_queued_episodes_label">Not queued</string>
+ <string name="hide_downloaded_episodes_label">Downloaded</string>
+ <string name="hide_not_downloaded_episodes_label">Not downloaded</string>
+ <string name="filtered_label">Filtered</string>
<!-- actions on feeditems -->
<string name="download_label">Download</string>