summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/values/arrays.xml5
-rw-r--r--res/values/strings.xml3
2 files changed, 6 insertions, 2 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index aebc74b33..f0737a859 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -22,6 +22,7 @@
</string-array>
<string-array name="episode_cache_size">
+ <item>@string/pref_episode_cache_unlimited</item>
<item>10</item>
<item>20</item>
<item>40</item>
@@ -39,8 +40,8 @@
</string-array>
<string-array name="theme_options">
- <item>Light</item>
- <item>Dark</item>
+ <item>@string/pref_theme_title_light</item>
+ <item>@string/pref_theme_title_dark</item>
</string-array>
<string-array name="theme_values">
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 988c42391..54438b9cc 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -179,6 +179,9 @@
<string name="pref_autodl_wifi_filter_title">Enable Wi-Fi filter</string>
<string name="pref_autodl_wifi_filter_sum">Allow automatic download only for selected Wi-Fi networks.</string>
<string name="pref_episode_cache_title">Episode cache</string>
+ <string name="pref_theme_title_light">Light</string>
+ <string name="pref_theme_title_dark">Dark</string>
+ <string name="pref_episode_cache_unlimited">Unlimited</string>
<!-- Search -->
<string name="search_hint">Search for Feeds or Episodes</string>