summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-04-30 18:09:04 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2013-04-30 18:09:04 +0200
commite734097ea9c4ade069dfc84ea824f22502ab5b78 (patch)
treed970aab0116d981d13c1cb3b234946d9b5cac198 /res/values/strings.xml
parentcb2e5f14ab2b1b4d383e4c459cb9d41226585f5f (diff)
downloadAntennaPod-e734097ea9c4ade069dfc84ea824f22502ab5b78.zip
Moved update interval preference strings into strings.xml. Fixes #182
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 54438b9cc..b79c561f4 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -182,6 +182,10 @@
<string name="pref_theme_title_light">Light</string>
<string name="pref_theme_title_dark">Dark</string>
<string name="pref_episode_cache_unlimited">Unlimited</string>
+ <string name="pref_update_interval_hours_plural">hours</string>
+ <string name="pref_update_interval_hours_singular">hour</string>
+ <string name="pref_update_interval_hours_manual">Manual</string>
+
<!-- Search -->
<string name="search_hint">Search for Feeds or Episodes</string>
@@ -244,4 +248,4 @@
<string name="folder_not_empty_dialog_msg">The folder you have selected is not empty. Media downloads and other files will be placed directly in this folder. Continue anyway?</string>
<string name="set_to_default_folder">Choose default folder</string>
-</resources>
+</resources> \ No newline at end of file