forked from len0rd/rockbox
Resume behaviour. Resume setting renamed to 'Resume on Startup'. Pressing the resume button from the WPS now resumes without prompting, regardless of the resume on startup setting. Error message displayed if no playlist in memory. (Bug in iriver playlist handling means that playlists don't get unloaded at the end of the playlist, so this feature does not currently work on iRiver.)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6872 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f69e6eaeb5
commit
314c2dec1e
2 changed files with 19 additions and 13 deletions
|
|
@ -159,8 +159,8 @@ new:
|
|||
|
||||
id: LANG_RESUME
|
||||
desc: in settings_menu
|
||||
eng: "Resume"
|
||||
voice: "Resume"
|
||||
eng: "Resume on startup"
|
||||
voice: "Resume on startup"
|
||||
new:
|
||||
|
||||
id: LANG_OFF
|
||||
|
|
@ -3125,6 +3125,12 @@ eng: "Reshuffle"
|
|||
voice: "Reshuffle"
|
||||
new:
|
||||
|
||||
id: LANG_NOTHING_TO_RESUME
|
||||
desc: Error message displayed when resume button pressed but no playlist
|
||||
eng: "Nothing to resume"
|
||||
voice: ""
|
||||
new:
|
||||
|
||||
id: LANG_INSERT_SHUFFLED
|
||||
desc: in onplay menu. insert a track/playlist randomly into dynamic playlist
|
||||
eng: "Insert shuffled"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue