diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2006-03-26 11:33:42 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2006-03-26 11:33:42 +0000 |
| commit | 7c4e0c8730d5b076d4db4206361bc38d5256a23f (patch) | |
| tree | 43382ae25de9bfa0bbabdff7d51c32b651ad47b5 /apps/lang | |
| parent | 50d40ea43409745bc828e56af5e3879ea6b48cf1 (diff) | |
| download | rockbox-7c4e0c8730d5b076d4db4206361bc38d5256a23f.zip rockbox-7c4e0c8730d5b076d4db4206361bc38d5256a23f.tar.gz rockbox-7c4e0c8730d5b076d4db4206361bc38d5256a23f.tar.bz2 rockbox-7c4e0c8730d5b076d4db4206361bc38d5256a23f.tar.xz | |
Initial version of tagcache! There are still some bugs in the engine
and much more problems with the UI.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9256 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
| -rw-r--r-- | apps/lang/english.lang | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 868b206..9923fa9 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -3838,3 +3838,45 @@ desc: Backlight behaviour setting eng: "First keypress enables backlight only" voice: "First keypress enables backlight only" new: + +id: LANG_ID3DB_GENRES +desc: in tag cache +eng: "Genres" +voice: "Genres" +new: + +id: LANG_TAGCACHE +desc: in tag cache settings +eng: "Tag cache" +voice: "Tag cache" +new: + +id: LANG_TAGCACHE_INIT +desc: while initializing tagcache on boot +eng: "Committing tagcache" +voice: +new: + +id: LANG_TAGCACHE_DISK +desc: in tag cache settings +eng: "Keep on disk" +voice: "Keep on disk" +new: + +id: LANG_TAGCACHE_RAM +desc: in tag cache settings +eng: "Load to ram" +voice: "Load to ram" +new: + +id: LANG_TAGCACHE_FORCE_UPDATE +desc: in tag cache settings +eng: "Force tag cache update" +voice: "Force tag cache update" +new: + +id: LANG_TAGCACHE_FORCE_UPDATE_SPLASH +desc: in tag cache settings +eng: "Updating in background" +voice: "Updating in background" +new: |