summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorTom Hennen <TomHennen@users.noreply.github.com>2016-01-16 14:55:36 -0500
committerTom Hennen <TomHennen@users.noreply.github.com>2016-01-16 14:55:36 -0500
commitdfc421a5a6119cada45271e0fffeb513acb8a2ac (patch)
tree1b45eaf683997edcd1519f0c627ea62dea35424e /core/src/main/res
parenta0488ffe379c0ea43d4ea975563eddf3bd438ce3 (diff)
parentdc06b9c873a623a513e45a3e361eb607bb47354c (diff)
downloadAntennaPod-dfc421a5a6119cada45271e0fffeb513acb8a2ac.zip
Merge pull request #1543 from mfietz/issue/1528-indicator-full-cache
Indicate that episode cache is exhausted
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/values/strings.xml2
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 0371d99bc..726697602 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -26,6 +26,8 @@
<string name="gpodnet_main_label">gpodder.net</string>
<string name="gpodnet_auth_label">gpodder.net Login</string>
<string name="free_space_label">%1$s free</string>
+ <string name="episode_cache_full_title">Episode cache full</string>
+ <string name="episode_cache_full_message">The episode cache limit has been reached. You can increase the cache size in the Settings.</string>
<!-- New episodes fragment -->
<string name="recently_published_episodes_label">Recently published</string>