summaryrefslogtreecommitdiff
path: root/apps/lang/deutsch.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/deutsch.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/deutsch.lang')
-rw-r--r--apps/lang/deutsch.lang42
1 files changed, 42 insertions, 0 deletions
diff --git a/apps/lang/deutsch.lang b/apps/lang/deutsch.lang
index 6654688e6c..bc91c81c68 100644
--- a/apps/lang/deutsch.lang
+++ b/apps/lang/deutsch.lang
@@ -12187,3 +12187,45 @@
12187 quickscreen: "" 12187 quickscreen: ""
12188 </voice> 12188 </voice>
12189</phrase> 12189</phrase>
12190<phrase>
12191 id: LANG_SORT_INTERPRET_NUMBERS
12192 desc: in Settings -> File view
12193 user:
12194 <source>
12195 *: "Interpret numbers when sorting"
12196 </source>
12197 <dest>
12198 *: "Zahlen beim Sortieren interpretieren"
12199 </dest>
12200 <voice>
12201 *: "Zahlen beim Sortieren interpretieren"
12202 </voice>
12203</phrase>
12204<phrase>
12205 id: LANG_SORT_INTERPRET_AS_DIGIT
12206 desc: in Settings -> File view
12207 user:
12208 <source>
12209 *: "As digits"
12210 </source>
12211 <dest>
12212 *: "als Ziffern"
12213 </dest>
12214 <voice>
12215 *: "als Ziffern"
12216 </voice>
12217</phrase>
12218<phrase>
12219 id: LANG_SORT_INTERPRET_AS_NUMBERS
12220 desc: in Settings -> File view
12221 user:
12222 <source>
12223 *: "As whole numbers"
12224 </source>
12225 <dest>
12226 *: "als komplette Zahlen"
12227 </dest>
12228 <voice>
12229 *: "als komplette Zahlen"
12230 </voice>
12231</phrase>