mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding down PLAY on it while playing other music.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3040 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0e342181c3
commit
c78e1b07fe
10 changed files with 492 additions and 129 deletions
|
|
@ -1221,3 +1221,18 @@ id: LANG_BATTERY_CAPACITY
|
|||
desc: in settings_menu
|
||||
eng: "Battery Capacity"
|
||||
new:
|
||||
|
||||
id: LANG_QUEUE_QUEUED
|
||||
desc: queued track name %s
|
||||
eng: "Queued: %s"
|
||||
new:
|
||||
|
||||
id: LANG_QUEUE_TOTAL
|
||||
desc: number of queued tracks %d
|
||||
eng: "Total queued: %d"
|
||||
new:
|
||||
|
||||
id: LANG_QUEUE_FULL
|
||||
desc: queue buffer full
|
||||
eng: "Queue buffer full"
|
||||
new:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue