summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-05-06 17:46:40 +0200
committerGitHub <noreply@github.com>2020-05-06 17:46:40 +0200
commit320ab280625c383505f5b24656b2d39e9a323664 (patch)
treead6d7117b3dba8b4f7dd473bc9c201d0af45f7ee /core/src/main/res/values
parent0a8e1ac48407ad436e6297a5caba66f9f8321a12 (diff)
parent8be147c603d92c9520adeaa2b9e9f8ce6b76fa40 (diff)
downloadAntennaPod-320ab280625c383505f5b24656b2d39e9a323664.zip
Merge pull request #4121 from ByteHamster/on-demand-configuration
Added on-demand configuration for stream vs download
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 d11fa3a92..1c2db3a5b 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -812,4 +812,9 @@
<string name="widget_settings">Widget settings</string>
<string name="widget_create_button">Create widget</string>
<string name="widget_opacity">Opacity</string>
+
+ <!-- On-Demand configuration -->
+ <string name="on_demand_config_setting_changed">Setting updated successfully.</string>
+ <string name="on_demand_config_stream_text">Looks like you stream a lot. Do you want episode lists to show stream buttons?</string>
+ <string name="on_demand_config_download_text">Looks like you download a lot. Do you want episode lists to show download buttons?</string>
</resources>