summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-03-01 17:55:59 +0000
committerThomas Martitz <kugel@rockbox.org>2009-03-01 17:55:59 +0000
commitd13f1a485f0e35a6fbbd0a664f14acc3798d52a0 (patch)
tree22cacb27b6ab481c0bfc250120dde404320811f2 /apps/lang/english.lang
parente6c023cb64dea599bb711b2b4ddb197efdb1d187 (diff)
downloadrockbox-d13f1a485f0e35a6fbbd0a664f14acc3798d52a0.tar.gz
rockbox-d13f1a485f0e35a6fbbd0a664f14acc3798d52a0.zip
Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respects numbers within strings, and gives a more intuitive
sorting. This also adds a setting, so that the sorting can be used in the file browser. The implementation is very generic, and can possibly be used in other places. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20155 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang42
1 files changed, 42 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index a335ad179e..25cab34430 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -12359,3 +12359,45 @@
12359 *: "Credits" 12359 *: "Credits"
12360 </voice> 12360 </voice>
12361</phrase> 12361</phrase>
12362<phrase>
12363 id: LANG_SORT_INTERPRET_NUMBERS
12364 desc: in Settings -> File view
12365 user:
12366 <source>
12367 *: "Interpret numbers when sorting"
12368 </source>
12369 <dest>
12370 *: "Interpret numbers when sorting"
12371 </dest>
12372 <voice>
12373 *: "Interpret numbers when sorting"
12374 </voice>
12375</phrase>
12376<phrase>
12377 id: LANG_SORT_INTERPRET_AS_DIGIT
12378 desc: in Settings -> File view
12379 user:
12380 <source>
12381 *: "As digits"
12382 </source>
12383 <dest>
12384 *: "As digits"
12385 </dest>
12386 <voice>
12387 *: "As digits"
12388 </voice>
12389</phrase>
12390<phrase>
12391 id: LANG_SORT_INTERPRET_AS_NUMBERS
12392 desc: in Settings -> File view
12393 user:
12394 <source>
12395 *: "As whole numbers"
12396 </source>
12397 <dest>
12398 *: "As whole numbers"
12399 </dest>
12400 <voice>
12401 *: "As whole numbers"
12402 </voice>
12403</phrase>