summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2022-03-20 21:35:41 +0100
committerAidan MacDonald <amachronic@protonmail.com>2022-03-27 08:51:58 -0400
commitdf3afcfa3b63b8f4ca012a428e35dfb24bba4bb9 (patch)
treeca9f52010ac4ccf547d557b8694badd796096a9c /apps/lang/english.lang
parentaec8b363482ef603cb1d3d9e6c089ce5e8706399 (diff)
downloadrockbox-df3afcfa3b63b8f4ca012a428e35dfb24bba4bb9.tar.gz
rockbox-df3afcfa3b63b8f4ca012a428e35dfb24bba4bb9.zip
PictureFlow: Configurable album sorting
Now offers sorting by: - Album artist, then album name - Album artist, then album year - Album year - Album name Years are determined by the most recently released track appearing on an album, if the value differs between tracks. On the M3K, instead of by going into Settings, volume buttons can also be used for quickly adjusting the current sorting Change-Id: I2c50059617114fb418336c466fdd37415473ac7d
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang84
1 files changed, 84 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 04bbf70a6f..aa23647fd2 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -16246,3 +16246,87 @@
16246 rds: "Sync RDS Time" 16246 rds: "Sync RDS Time"
16247 </voice> 16247 </voice>
16248</phrase> 16248</phrase>
16249<phrase>
16250 id: LANG_SORT_ALBUMS_BY
16251 desc: in Settings
16252 user: core
16253 <source>
16254 *: "Sort albums by"
16255 </source>
16256 <dest>
16257 *: "Sort albums by"
16258 </dest>
16259 <voice>
16260 *: "Sort albums by"
16261 </voice>
16262</phrase>
16263<phrase>
16264 id: LANG_ARTIST_PLUS_NAME
16265 desc: in Settings
16266 user: core
16267 <source>
16268 *: "Artist + Name"
16269 </source>
16270 <dest>
16271 *: "Artist + Name"
16272 </dest>
16273 <voice>
16274 *: "Artist And Name"
16275 </voice>
16276</phrase>
16277<phrase>
16278 id: LANG_ARTIST_PLUS_YEAR
16279 desc: in Settings
16280 user: core
16281 <source>
16282 *: "Artist + Year"
16283 </source>
16284 <dest>
16285 *: "Artist + Year"
16286 </dest>
16287 <voice>
16288 *: "Artist And Year"
16289 </voice>
16290</phrase>
16291<phrase>
16292 id: LANG_YEAR_SORT_ORDER
16293 desc: in Settings
16294 user: core
16295 <source>
16296 *: "Year sort order"
16297 </source>
16298 <dest>
16299 *: "Year sort order"
16300 </dest>
16301 <voice>
16302 *: "Year sort order"
16303 </voice>
16304</phrase>
16305<phrase>
16306 id: LANG_SHOW_YEAR_IN_ALBUM_TITLE
16307 desc: in Settings
16308 user: core
16309 <source>
16310 *: "Show year in album title"
16311 </source>
16312 <dest>
16313 *: "Show year in album title"
16314 </dest>
16315 <voice>
16316 *: "Show year in album title"
16317 </voice>
16318</phrase>
16319<phrase>
16320 id: LANG_WAIT_FOR_CACHE
16321 desc: in Settings
16322 user: core
16323 <source>
16324 *: "Cache needs to finish updating first!"
16325 </source>
16326 <dest>
16327 *: "Cache needs to finish updating first!"
16328 </dest>
16329 <voice>
16330 *: "Cache needs to finish updating first!"
16331 </voice>
16332</phrase>