diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2006-04-16 17:32:54 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2006-04-16 17:32:54 +0000 |
| commit | 3b3134610348a56bbf25cfd256b0f36908d0d752 (patch) | |
| tree | 5c6d01c180ba7ecfc33816655c60943fcf287558 /apps/lang | |
| parent | caec58bc0fff3672180a1f643be1cbbe09bc008b (diff) | |
| download | rockbox-3b3134610348a56bbf25cfd256b0f36908d0d752.zip rockbox-3b3134610348a56bbf25cfd256b0f36908d0d752.tar.gz rockbox-3b3134610348a56bbf25cfd256b0f36908d0d752.tar.bz2 rockbox-3b3134610348a56bbf25cfd256b0f36908d0d752.tar.xz | |
Commit tagcache in background when possible (at least dircache enabled).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9686 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
| -rw-r--r-- | apps/lang/english.lang | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index a388884..f56c6aa 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -8474,3 +8474,16 @@ *: "" </voice> </phrase> +<phrase> + id: LANG_TAGCACHE_BUSY + desc: when trying to shutdown and tagcache is committing + <source> + *: "Tagcache is not ready" + </source> + <dest> + *: "Tagcache is not ready" + </dest> + <voice> + *: "Tagcache is not ready" + </voice> +</phrase> |