mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Resume rework. With the new resume function, 'Ask' and 'Ask Once' are redundant options, since you can resume after any startup using the resume key. These have been stripped out, and the resume code has been streamlined. A small bug in button handler initialisation has been fixed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6911 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1f45cce426
commit
9e8918b086
9 changed files with 31 additions and 134 deletions
|
|
@ -391,12 +391,6 @@ eng: "Is Full!"
|
|||
voice: ""
|
||||
new:
|
||||
|
||||
id: LANG_RESUME_ASK
|
||||
desc: question asked at the begining when resume is on
|
||||
eng: "Resume?"
|
||||
voice: ""
|
||||
new:
|
||||
|
||||
id: LANG_RESUME_CONFIRM_PLAYER
|
||||
desc: possible answers to resume question
|
||||
eng: "(PLAY/STOP)"
|
||||
|
|
@ -847,12 +841,6 @@ eng: "Dec"
|
|||
voice: "December"
|
||||
new:
|
||||
|
||||
id: LANG_RESUME_SETTING_ASK_ONCE
|
||||
desc: in settings_menu
|
||||
eng: "Ask Once"
|
||||
voice: "Ask Once"
|
||||
new:
|
||||
|
||||
id: LANG_BATTERY_DISPLAY
|
||||
desc: Battery type title
|
||||
eng: "Battery Display"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue