mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-22 09:55:20 +01:00
Add sort for artist albums
This commit is contained in:
parent
8548437633
commit
7cc1636e5a
6 changed files with 132 additions and 8 deletions
|
@ -511,6 +511,8 @@
|
|||
<string name="sort_order_num_songs">Song count</string>
|
||||
<string name="sort_order_num_songs_desc">Song count desc</string>
|
||||
<string name="sort_order_year">Year</string>
|
||||
<string name="sort_order_year_asc">Year ascending</string>
|
||||
<string name="sort_order_year_desc">Year descending</string>
|
||||
<string name="sort_order_z_a">Descending</string>
|
||||
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
|
||||
<string name="speech_prompt">Search your library</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue