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:
Dave Hooper 2009-10-28 22:27:38 +00:00
parent 7b1d12e067
commit 494fd9673d
5 changed files with 89 additions and 16 deletions

View file

@ -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>