1
0
Fork 0
forked from len0rd/rockbox

Sleep timer options: persistent duration and start on boot.

This makes the sleep timer persistent, so that the duration is remembered
across reboots. Additionally, it adds a setting to automatically apply
it at boot.

Flyspray: FS#10849
Author: Nick Peskett

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30777 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2011-10-17 18:57:38 +00:00
parent e44af440c5
commit e347146b62
8 changed files with 72 additions and 7 deletions

View file

@ -12861,3 +12861,31 @@
*: "Automatic"
</voice>
</phrase>
<phrase>
id: LANG_SLEEP_TIMER_DURATION
desc: default sleep timer duration in minutes
user: core
<source>
*: "Default Sleep Timer Duration"
</source>
<dest>
*: "Default Sleep Timer Duration"
</dest>
<voice>
*: "Default Sleep Timer Duration"
</voice>
</phrase>
<phrase>
id: LANG_SLEEP_TIMER_ON_POWER_UP
desc: whether sleep timer starts on power up
user: core
<source>
*: "Start Sleep Timer On Boot"
</source>
<dest>
*: "Start Sleep Timer On Boot"
</dest>
<voice>
*: "Start Sleep Timer On Boot"
</voice>
</phrase>