add pref_episode_cache_summary

This commit is contained in:
Unknown 2019-06-01 18:16:47 +02:00
parent eb92e1144b
commit 605e02fa70
3 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@
android:entries="@array/episode_cache_size_entries"
android:key="prefEpisodeCacheSize"
android:title="@string/pref_episode_cache_title"
android:summary="@string/pref_episode_cache_summary"
android:entryValues="@array/episode_cache_size_values"
app:useStockLayout="true"/>
<ListPreference

View File

@ -425,6 +425,7 @@
<string name="pref_automatic_download_on_battery_sum">Automatische Downloads auch erlauben, wenn die Batterie nicht geladen wird</string>
<string name="pref_parallel_downloads_title">Parallele Downloads</string>
<string name="pref_episode_cache_title">Episodenspeicher</string>
<string name="pref_episode_cache_summary">Gesamtzahl aller heruntergeladenen Episoden die auf dem Gerät zwischengespeichert werden. Falls diese Zahl erreicht ist, werden automatische Downloads ausgesetzt.</string>
<string name="pref_theme_title_light">Hell</string>
<string name="pref_theme_title_dark">Dunkel</string>
<string name="pref_theme_title_trueblack">Schwarz (für AMOLED)</string>

View File

@ -449,6 +449,7 @@
<string name="pref_automatic_download_on_battery_sum">Allow automatic download when the battery is not charging</string>
<string name="pref_parallel_downloads_title">Parallel Downloads</string>
<string name="pref_episode_cache_title">Episode Cache</string>
<string name="pref_episode_cache_summary">Total number of downloaded episodes cached on the device. Automatic download will be suspended if this number is reached.</string>
<string name="pref_theme_title_light">Light</string>
<string name="pref_theme_title_dark">Dark</string>
<string name="pref_theme_title_trueblack">Black (AMOLED ready)</string>