diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2016-01-09 22:08:58 +0100 |
---|---|---|
committer | Martin Fietz <Martin.Fietz@gmail.com> | 2016-01-09 22:08:58 +0100 |
commit | 55f1efd74da572de1964e19d2c8fce775dc5e513 (patch) | |
tree | 6ecb29d037aa645f7fbe297935902feee9694e2e /core/src/main | |
parent | e5b7f12732794ec6f40a3dd2dda42cd7ddee5b76 (diff) | |
download | AntennaPod-55f1efd74da572de1964e19d2c8fce775dc5e513.zip |
Explanation dialog
Diffstat (limited to 'core/src/main')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
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 69acdcc4a..30b29df91 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> |