From d13f1a485f0e35a6fbbd0a664f14acc3798d52a0 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 1 Mar 2009 17:55:59 +0000 Subject: 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 --- apps/lang/english.lang | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'apps/lang/english.lang') 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 @@ *: "Credits" + + id: LANG_SORT_INTERPRET_NUMBERS + desc: in Settings -> File view + user: + + *: "Interpret numbers when sorting" + + + *: "Interpret numbers when sorting" + + + *: "Interpret numbers when sorting" + + + + id: LANG_SORT_INTERPRET_AS_DIGIT + desc: in Settings -> File view + user: + + *: "As digits" + + + *: "As digits" + + + *: "As digits" + + + + id: LANG_SORT_INTERPRET_AS_NUMBERS + desc: in Settings -> File view + user: + + *: "As whole numbers" + + + *: "As whole numbers" + + + *: "As whole numbers" + + -- cgit v1.2.3