diff options
author | Nils Wallménius <nils@rockbox.org> | 2008-10-10 21:19:56 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2008-10-10 21:19:56 +0000 |
commit | da01219ca2a6f36b9743d50dc14a4aef009a3b5a (patch) | |
tree | be55460933b0a8d0587caea37df330f2b606fe8a /apps/lang/english.lang | |
parent | bea3abb5c376df9c812e83bc873910046ad34149 (diff) |
Search In Playlist
* Add a title to the list of search results.
* Fix drawing of the statusbar.
* Avoid splashing in every iteration of the search loop if no new hits,
gives about 10x speedup on h300 when searching for a string that gives
30 hits in a playlist of 3000 tracks.
* Boost cpu when searching, ~doubles the search speed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18764 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r-- | apps/lang/english.lang | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 32cf24ae27..955a4572fa 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -12095,3 +12095,17 @@ recording_swcodec: "Mono mode" </voice> </phrase> +<phrase> + id: LANG_SEARCH_RESULTS + desc: in sound_settings + user: + <source> + *: "Search Results" + </source> + <dest> + *: "Search Results" + </dest> + <voice> + *: "Search Results" + </voice> +</phrase> |