diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2016-12-31 17:29:45 +0100 |
---|---|---|
committer | Martin Fietz <Martin.Fietz@gmail.com> | 2016-12-31 17:29:45 +0100 |
commit | c54878a0f56bf978aa0ca6d901457f666dab51ff (patch) | |
tree | bcac45835a0754e99e6fd0cbe73ffd0bd0677199 /core/src/main/res/values | |
parent | 1a58d6f2a813a3d9c4c29eb10a76349aee6c9cf1 (diff) | |
download | AntennaPod-c54878a0f56bf978aa0ca6d901457f666dab51ff.zip |
Add setting whether or not to enqueue downloaded episodes
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 96350e19f..bed7b443c 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -421,6 +421,8 @@ <string name="pref_cast_title">Chromecast support</string> <string name="pref_cast_message_play_flavor">Enable support for remote media playback on Cast devices (such as Chromecast, Audio Speakers or Android TV)</string> <string name="pref_cast_message_free_flavor">Chromecast requires third party proprietary libraries that are disabled in this version of AntennaPod</string> + <string name="pref_enqueue_downloaded_title">Enqueue Dowloaded</string> + <string name="pref_enqueue_downloaded_summary">Add downloaded episodes to the queue</string> <!-- Auto-Flattr dialog --> <string name="auto_flattr_enable">Enable automatic flattring</string> |