summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2023-03-14 21:03:45 +0100
committerGitHub <noreply@github.com>2023-03-14 21:03:45 +0100
commit4f7f49e1e714ce41320fff569272a1423198b2f3 (patch)
tree0adeefb8e26863cbccc204f11437684960114d86 /ui
parent2c0b970044b3180786e165588d5d94ada0c90797 (diff)
downloadAntennaPod-4f7f49e1e714ce41320fff569272a1423198b2f3.zip
Move feed download to worker (#6375)
Feed downloads are now independent from episode downloads. This makes it easier to use WorkManager for refreshing. Also, it will make it easier to add different refresh intervals in the future.
Diffstat (limited to 'ui')
-rw-r--r--ui/i18n/src/main/res/values/strings.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml
index f9b61de08..32db0dcac 100644
--- a/ui/i18n/src/main/res/values/strings.xml
+++ b/ui/i18n/src/main/res/values/strings.xml
@@ -412,15 +412,15 @@
<string name="network_pref">Network</string>
<string name="network_pref_sum">Update interval, Download controls, Mobile data</string>
<string name="feed_refresh_title">Refresh podcasts</string>
- <string name="feed_refresh_sum">Specify an interval or a specific time to look for new episodes automatically</string>
- <string name="feed_refresh_interval">Interval</string>
- <string name="feed_refresh_time">Time</string>
+ <string name="feed_refresh_sum">Specify an interval at which AntennaPod looks for new episodes automatically</string>
<string name="feed_refresh_never">Never</string>
- <string name="feed_refresh_interval_at">at %1$s</string>
- <plurals name="feed_refresh_every_x_hours">
- <item quantity="one">Every hour</item>
- <item quantity="other">Every %d hours</item>
- </plurals>
+ <string name="feed_every_hour">Every hour</string>
+ <string name="feed_every_2_hours">Every 2 hours</string>
+ <string name="feed_every_4_hours">Every 4 hours</string>
+ <string name="feed_every_8_hours">Every 8 hours</string>
+ <string name="feed_every_12_hours">Every 12 hours</string>
+ <string name="feed_every_24_hours">Every day</string>
+ <string name="feed_every_72_hours">Every 3 days</string>
<string name="pref_followQueue_title">Continuous Playback</string>
<string name="pref_pauseOnHeadsetDisconnect_title">Headphones or Bluetooth disconnect</string>
<string name="pref_unpauseOnHeadsetReconnect_title">Headphones Reconnect</string>
@@ -499,7 +499,6 @@
<string name="open_bug_tracker">Open bug tracker</string>
<string name="copy_to_clipboard">Copy to clipboard</string>
<string name="copied_to_clipboard">Copied to clipboard</string>
- <string name="pref_current_value">Current value: %1$s</string>
<string name="pref_proxy_title">Proxy</string>
<string name="pref_proxy_sum">Set a network proxy</string>
<string name="pref_no_browser_found">No web browser found.</string>