mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Committing FS#10717 by Tomasz Kowalyczyk: add PLAYLIST_INSERT_LAST_SHUFFLED (appends the inserted folder into shuffled order to end of playlist)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23385 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7b1d12e067
commit
494fd9673d
5 changed files with 89 additions and 16 deletions
|
|
@ -13182,3 +13182,31 @@
|
|||
usb_hid: "USB Human Interface Device"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_INSERT_LAST_SHUFFLED
|
||||
desc: in onplay menu. insert a playlist randomly at end of dynamic playlist
|
||||
user: core
|
||||
<source>
|
||||
*: "Insert Last Shuffled"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Insert Last Shuffled"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Insert Last Shuffled"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_QUEUE_LAST_SHUFFLED
|
||||
desc: in onplay menu. queue a playlist randomly at and of dynamic playlist
|
||||
user: core
|
||||
<source>
|
||||
*: "Queue Last Shuffled"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Queue Last Shuffled"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Queue Last Shuffled"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue