summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-11-21 16:30:38 +0000
committerAidan MacDonald <amachronic@protonmail.com>2021-12-11 01:13:22 +0000
commitdcac2c616f7e87ac3f444ecc3893107f7a91ef22 (patch)
tree23685350f1eae00285e2e5f9230cdbda1328bb66 /apps/lang/english.lang
parenta3684e090ea637168c2542c7b4eaade756de3fe3 (diff)
downloadrockbox-dcac2c616f7e87ac3f444ecc3893107f7a91ef22.tar.gz
rockbox-dcac2c616f7e87ac3f444ecc3893107f7a91ef22.zip
Add setting for numeric list sort order
The sort order of numeric lists can now be changed with the new "List Order" setting. It defaults to ascending for most scrollwheel targets and descending for all others, matching the old hardcoded behavior. Change-Id: I4866f04ec5995158edf9e40badf7f661b3ddea81
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang44
1 files changed, 43 insertions, 1 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 333527c71c..bb992f65c1 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -16149,4 +16149,46 @@
16149 <voice> 16149 <voice>
16150 *: "Show Shutdown Message" 16150 *: "Show Shutdown Message"
16151 </voice> 16151 </voice>
16152</phrase> \ No newline at end of file 16152</phrase>
16153<phrase>
16154 id: LANG_LIST_ORDER
16155 desc: in Settings
16156 user: core
16157 <source>
16158 *: "List Order"
16159 </source>
16160 <dest>
16161 *: "List Order"
16162 </dest>
16163 <voice>
16164 *: "List Order"
16165 </voice>
16166</phrase>
16167<phrase>
16168 id: LANG_ASCENDING
16169 desc: in Settings
16170 user: core
16171 <source>
16172 *: "Ascending"
16173 </source>
16174 <dest>
16175 *: "Ascending"
16176 </dest>
16177 <voice>
16178 *: "Ascending"
16179 </voice>
16180</phrase>
16181<phrase>
16182 id: LANG_DESCENDING
16183 desc: in Settings
16184 user: core
16185 <source>
16186 *: "Descending"
16187 </source>
16188 <dest>
16189 *: "Descending"
16190 </dest>
16191 <voice>
16192 *: "Descending"
16193 </voice>
16194</phrase>