summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authormueller-ma <mueller-ma@users.noreply.github.com>2023-04-15 21:08:03 +0200
committerGitHub <noreply@github.com>2023-04-15 21:08:03 +0200
commit0bdf9d9e28572bba38fd36ad518e817dbdd04fe5 (patch)
tree5711d01accb4b0d42815d2a6c51277e51aaca6ff /ui
parent8396a346707677ce22373a96e905bb1763d5cfb9 (diff)
downloadAntennaPod-0bdf9d9e28572bba38fd36ad518e817dbdd04fe5.zip
Add option to enable sleep timer based on current time (#6384)
Diffstat (limited to 'ui')
-rw-r--r--ui/i18n/src/main/res/values/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml
index 68bde475c..aba75668c 100644
--- a/ui/i18n/src/main/res/values/strings.xml
+++ b/ui/i18n/src/main/res/values/strings.xml
@@ -591,6 +591,7 @@
<string name="set_sleeptimer_label">Set sleep timer</string>
<string name="disable_sleeptimer_label">Disable sleep timer</string>
<string name="extend_sleep_timer_label">+%d min</string>
+ <string name="sleep_timer_always">Always</string>
<string name="sleep_timer_label">Sleep timer</string>
<string name="time_dialog_invalid_input">Invalid input, time has to be an integer</string>
<string name="shake_to_reset_label">Shake to reset</string>
@@ -610,7 +611,9 @@
<item quantity="one">1 hour</item>
<item quantity="other">%d hours</item>
</plurals>
- <string name="auto_enable_label">Auto-enable</string>
+ <string name="auto_enable_label">Automatically activate the sleep timer when pressing play</string>
+ <string name="auto_enable_label_with_times">Automatically activate the sleep timer when pressing play between %s and %s</string>
+ <string name="auto_enable_change_times">Change times</string>
<string name="sleep_timer_enabled_label">Sleep timer enabled</string>
<!-- Synchronisation -->