summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/values/arrays.xml16
-rw-r--r--core/src/main/res/values/strings.xml7
2 files changed, 1 insertions, 22 deletions
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml
index 290c8635f..97b677362 100644
--- a/core/src/main/res/values/arrays.xml
+++ b/core/src/main/res/values/arrays.xml
@@ -270,22 +270,6 @@
<item>DURATION_LONG_SHORT</item>
</string-array>
- <string-array name="image_cache_size_options">
- <item>20 MiB</item>
- <item>50 MiB</item>
- <item>100 MiB</item>
- <item>250 MiB</item>
- <item>500 MiB</item>
- </string-array>
-
- <string-array name="image_cache_size_values">
- <item>20</item>
- <item>50</item>
- <item>100</item>
- <item>250</item>
- <item>500</item>
- </string-array>
-
<string-array name="compact_notification_buttons_options">
<item>@string/rewind_label</item>
<item>@string/fast_forward_label</item>
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 86f79318a..670c74993 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -110,7 +110,7 @@
<string name="auto_download_label">Include in auto downloads</string>
<string name="auto_delete_label">Auto Delete Episode</string>
<string name="feed_volume_reduction">Volume Reduction</string>
- <string name="feed_volume_reduction_summary">Turn down volume for episodes of this feed: %1$s</string>
+ <string name="feed_volume_reduction_summary">Turn down volume for episodes of this podcast: %1$s</string>
<string name="feed_volume_reduction_off">Off</string>
<string name="feed_volume_reduction_light">Light</string>
<string name="feed_volume_reduction_heavy">Heavy</string>
@@ -483,8 +483,6 @@
<string name="enqueue_location_front">Front</string>
<string name="enqueue_location_after_current">After current episode</string>
<string name="pref_smart_mark_as_played_disabled">Disabled</string>
- <string name="pref_image_cache_size_title">Image Cache Size</string>
- <string name="pref_image_cache_size_sum">Size of the disk cache for images.</string>
<string name="documentation_support">Documentation &amp; Support</string>
<string name="visit_user_forum">User forum</string>
<string name="bug_report_title">Report bug</string>
@@ -776,9 +774,6 @@
<!-- Audio controls -->
<string name="audio_controls">Audio controls</string>
<string name="playback_speed">Playback Speed</string>
- <string name="volume">Volume</string>
- <string name="left_short">L</string>
- <string name="right_short">R</string>
<string name="audio_effects">Audio Effects</string>
<string name="stereo_to_mono">Downmix: Stereo to mono</string>
<string name="sonic_only">Sonic only</string>