summaryrefslogtreecommitdiff
path: root/core/src/main
diff options
context:
space:
mode:
authorTom Hennen <TomHennen@users.noreply.github.com>2016-01-31 09:27:04 -0500
committerTom Hennen <TomHennen@users.noreply.github.com>2016-01-31 09:27:04 -0500
commit9ca056253d72ba2326c7dd7e19ae12551f70c2b0 (patch)
tree953398f4cf9e63d7c8a74b7d528f1ceaa4a2bd3a /core/src/main
parentc1dbe6da3572980775fd65bbce48cb9b72ffede7 (diff)
parent527ff45229dc4f9238d4eedc18753954238e1555 (diff)
downloadAntennaPod-9ca056253d72ba2326c7dd7e19ae12551f70c2b0.zip
Merge pull request #1619 from mfietz/issue/1222-completed-downloads-gears
Completed Downloads: Gears Dialog
Diffstat (limited to 'core/src/main')
-rw-r--r--core/src/main/res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 27900feab..7f2599474 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -561,6 +561,10 @@
<string name="selected_downloaded_label">Selected downloaded Episodes</string>
<string name="not_downloaded_label">Not downloaded</string>
<string name="selected_not_downloaded_label">Selected not downloaded Episodes</string>
+ <string name="queued_label">Queued</string>
+ <string name="selected_queued_label">Selected queued Episodes</string>
+ <string name="not_queued_label">Not queued</string>
+ <string name="selected_not_queued_label">Selected not queued Episodes</string>
<string name="sort_title"><b>Sort by&#8230;</b></string>
<string name="sort_title_a_z">Title (A \u2192 Z)</string>
<string name="sort_title_z_a">Title (Z \u2192 A)</string>