diff options
author | Christian Soffke <christian.soffke@gmail.com> | 2021-03-12 19:24:58 +0100 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-03-14 23:36:03 +0000 |
commit | 2d8e0f7c907ee0d50e6e55fc9ed5f94a43ab5d67 (patch) | |
tree | 57d7525bc71142b11ec7164e53f1d656de8ed335 /apps/lang | |
parent | 99383a0f9ba9e940a4017890965494c373a7f09a (diff) | |
download | rockbox-2d8e0f7c907ee0d50e6e55fc9ed5f94a43ab5d67.tar.gz rockbox-2d8e0f7c907ee0d50e6e55fc9ed5f94a43ab5d67.zip |
Customizable Current Playlist Submenu
Options to add shuffled tracks and to queue tracks in the
Current Playlist Submenu can now be hidden, or the latter
can also be put into its own submenu.
Users can customize this in Settings by going to
"General Settings - Playlists -> Current Playlist" and
choosing from "Show Shuffled Adding Options" (No / Yes)
or "Show Queue Options" (No / Yes / In Submenu).
Allows for the paring down of the set of choices to
a minimum of the 4 more common ones for adding tracks
to a dynamic playlist (coming from the current total
of 11).
Defaults have been set so that users have to actively
modify their settings to notice any difference, which
makes it unlikely that anybody's workflow would be
negatively affected by this change.
Change-Id: Ibe48fc4da2c79f54cd7272df8e1e3ba9955203e5
Diffstat (limited to 'apps/lang')
-rw-r--r-- | apps/lang/english.lang | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 9b3f6712e4..80a29601a0 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -15618,3 +15618,59 @@ *: "Clear List & Play Next" </voice> </phrase> +<phrase> + id: LANG_QUEUE_MENU + desc: in onplay menu + user: core + <source> + *: "Queue..." + </source> + <dest> + *: "Queue..." + </dest> + <voice> + *: "Queue..." + </voice> +</phrase> +<phrase> + id: LANG_SHOW_QUEUE_OPTIONS + desc: in Current Playlist settings + user: core + <source> + *: "Show Queue Options" + </source> + <dest> + *: "Show Queue Options" + </dest> + <voice> + *: "Show Queue Options" + </voice> +</phrase> +<phrase> + id: LANG_SHOW_SHUFFLED_ADDING_OPTIONS + desc: in Current Playlist settings + user: core + <source> + *: "Show Shuffled Adding Options" + </source> + <dest> + *: "Show Shuffled Adding Options" + </dest> + <voice> + *: "Show Shuffled Adding Options" + </voice> +</phrase> +<phrase> + id: LANG_IN_SUBMENU + desc: in Settings + user: core + <source> + *: "In Submenu" + </source> + <dest> + *: "In Submenu" + </dest> + <voice> + *: "In Submenu" + </voice> +</phrase>
\ No newline at end of file |