summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-01-23 14:24:30 +0100
committerByteHamster <info@bytehamster.com>2021-01-23 14:24:30 +0100
commit37b5becd598fae6d761c9c3d1441094871fa30e6 (patch)
treeae67b2118e08a66b149895340940292a2c2d367b /core/src
parent03c71ee6c52820317b6cc2fdff10ebc624360507 (diff)
downloadAntennaPod-37b5becd598fae6d761c9c3d1441094871fa30e6.zip
Added new string for 'every x hours'
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/res/values/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 64554bc38..2f4aa7fac 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -410,8 +410,11 @@
<string name="pref_autoUpdateIntervallOrTime_Disable">Disable</string>
<string name="pref_autoUpdateIntervallOrTime_Interval">Set Interval</string>
<string name="pref_autoUpdateIntervallOrTime_TimeOfDay">Set Time of Day</string>
- <string name="pref_autoUpdateIntervallOrTime_every">every %1$s</string>
<string name="pref_autoUpdateIntervallOrTime_at">at %1$s</string>
+ <plurals name="pref_autoUpdateIntervallOrTime_every_hours">
+ <item quantity="one">Every hour</item>
+ <item quantity="other">Every %d hours</item>
+ </plurals>
<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>