diff options
author | James Falcon <therealfalcon@gmail.com> | 2013-05-09 16:02:15 -0500 |
---|---|---|
committer | James Falcon <therealfalcon@gmail.com> | 2013-05-09 16:02:15 -0500 |
commit | 916074957ff66b08934cf262197b337c00bdbd67 (patch) | |
tree | abdfd7ae7c09440599f502010219e8940b037928 /res | |
parent | b48c3807fd23df0a6d953ebdabaaf2330bc4f3d3 (diff) | |
download | AntennaPod-916074957ff66b08934cf262197b337c00bdbd67.zip |
Variable speed playback as user preferences and customization of playback speed.
Diffstat (limited to 'res')
-rw-r--r-- | res/values/arrays.xml | 10 | ||||
-rw-r--r-- | res/values/strings.xml | 6 |
2 files changed, 13 insertions, 3 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 63c2e1db3..1fa7f8f28 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -40,15 +40,25 @@ </string-array> <string-array name="playback_speed_values"> <item>1.0</item> + <item>1.05</item> <item>1.10</item> + <item>1.15</item> <item>1.20</item> + <item>1.25</item> <item>1.30</item> + <item>1.35</item> <item>1.40</item> + <item>1.45</item> <item>1.50</item> + <item>1.55</item> <item>1.60</item> + <item>1.65</item> <item>1.70</item> + <item>1.75</item> <item>1.80</item> + <item>1.85</item> <item>1.90</item> + <item>1.95</item> <item>2.0</item> </string-array> diff --git a/res/values/strings.xml b/res/values/strings.xml index 207c5a371..c066e1ae4 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -147,7 +147,7 @@ <string name="download_plugin_label">Download Plugin</string> <string name="no_playback_plugin_title">Plugin Not Installed</string> <string name="no_playback_plugin_msg">For variable speed playback to work, a third party library must be installed.\n\nTap \'Download Plugin\' to download a free plugin from the Play Store\n\nAny problems found using this plugin are not the responsibility of AntennaPod and should be reported to the plugin owner.</string> - <string name="set_playback_speed_label">Playback Speed</string> + <string name="set_playback_speed_label">Playback Speeds</string> <!-- Empty list labels --> <string name="no_items_label">There are no items in this list.</string> @@ -193,8 +193,8 @@ <string name="pref_update_interval_hours_plural">hours</string> <string name="pref_update_interval_hours_singular">hour</string> <string name="pref_update_interval_hours_manual">Manual</string> - <string name="pref_playback_speed_title">Playback Speed</string> - <string name="pref_playback_speed_sum">Change the speed of audio playback using a 3rd party control</string> + <string name="pref_playback_speed_title">Playback Speeds</string> + <string name="pref_playback_speed_sum">Customize the speeds available for variable speed audio playback</string> <!-- Search --> |