forked from len0rd/rockbox
FS11473: Add bookmarking option: one per track.
Modified version from ticket, taken from Igor Poretsky's tree, and further modified to incorporate feedback. Change-Id: I9284497d53a0247a51739d29fdc1db5fbbebfadc
This commit is contained in:
parent
6f020ef155
commit
bea9cf7b1e
6 changed files with 108 additions and 30 deletions
|
|
@ -4737,16 +4737,16 @@
|
|||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_BOOKMARK_SETTINGS_UNIQUE_ONLY
|
||||
desc: Save only on bookmark for each playlist in recent bookmarks
|
||||
desc: deprecated
|
||||
user: core
|
||||
<source>
|
||||
*: "Unique only"
|
||||
*: ""
|
||||
</source>
|
||||
<dest>
|
||||
*: "Unique only"
|
||||
*: ""
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Unique only"
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -13689,3 +13689,31 @@
|
|||
*: "gibibyte"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_BOOKMARK_SETTINGS_ONE_PER_PLAYLIST
|
||||
desc: Save only one bookmark for a playlist in recent bookmarks
|
||||
user: core
|
||||
<source>
|
||||
*: "One per playlist"
|
||||
</source>
|
||||
<dest>
|
||||
*: "One per playlist"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "One per playlist"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_BOOKMARK_SETTINGS_ONE_PER_TRACK
|
||||
desc: Save only one bookmark for a combination (playlist,track) in recent bookmarks
|
||||
user: core
|
||||
<source>
|
||||
*: "One per track"
|
||||
</source>
|
||||
<dest>
|
||||
*: "One per track"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "One per track"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue