1
0
Fork 0
forked from len0rd/rockbox

Tagcache update: Support removal of entries and no longer the need for

dircache to load tagcache in ram (however, dircache with tagcache is
still strongly recommended).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10192 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2006-07-10 16:22:03 +00:00
parent dae39989db
commit 9cd5c3e119
9 changed files with 465 additions and 118 deletions

View file

@ -1676,7 +1676,7 @@
</phrase>
<phrase>
id: LANG_TAGCACHE
desc: in tag cache settings
desc: in settings menu
user:
<source>
*: "Tag Cache"
@ -1690,16 +1690,16 @@
</phrase>
<phrase>
id: LANG_TAGCACHE_DISK
desc: in tag cache settings
desc:
user:
<source>
*: "Keep on Disk"
*: ""
</source>
<dest>
*: "Keep on Disk"
*: ""
</dest>
<voice>
*: "Keep on Disk"
*: ""
</voice>
</phrase>
<phrase>
@ -1717,17 +1717,17 @@
</voice>
</phrase>
<phrase>
id: LANG_TAGCACHE_FORCE_UPDATE
id: LANG_TAGCACHE_INITIALIZE
desc: in tag cache settings
user:
<source>
*: "Force Tag Cache Update"
*: "Initialize now"
</source>
<dest>
*: "Force Tag Cache Update"
*: "Initialize now"
</dest>
<voice>
*: "Force Tag Cache Update"
*: "Initialize now"
</voice>
</phrase>
<phrase>
@ -8529,3 +8529,31 @@
*: "Remote Scrolling Options"
</voice>
</phrase>
<phrase>
id: LANG_TAGCACHE_UPDATE
desc: in tag cache settings
user:
<source>
*: "Update now"
</source>
<dest>
*: "Update now"
</dest>
<voice>
*: "Update now"
</voice>
</phrase>
<phrase>
id: LANG_TAGCACHE_AUTOUPDATE
desc: in tag cache settings
user:
<source>
*: "Auto update"
</source>
<dest>
*: "Auto update"
</dest>
<voice>
*: "Auto update"
</voice>
</phrase>