diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-02-02 20:42:56 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-02-02 20:42:56 +0000 |
| commit | d9e5b67b71cf246c11da8a9083af21752ac7bd15 (patch) | |
| tree | 99ac1903b7b0a7197483fa64add73e6062d169af /apps/lang | |
| parent | 9b4b4d0bf2366ebbbb3cbb14eeb457da9f2658eb (diff) | |
| download | rockbox-d9e5b67b71cf246c11da8a9083af21752ac7bd15.zip rockbox-d9e5b67b71cf246c11da8a9083af21752ac7bd15.tar.gz rockbox-d9e5b67b71cf246c11da8a9083af21752ac7bd15.tar.bz2 rockbox-d9e5b67b71cf246c11da8a9083af21752ac7bd15.tar.xz | |
Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds ability to set backdrop images for file browser and menus (store full-screen bitmaps in /.rockbox/backdrops/) and also the ability to set a full-screen background image in a WPS using the %X|filename.bmp| WPS tag. Currently only implemented for targets with colour LCDs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8536 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang')
| -rw-r--r-- | apps/lang/english.lang | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 26f0793..a2803ad 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -3575,3 +3575,27 @@ eng: "Queue shuffled" voice: "Queue shuffled" new: +id: LANG_CLEAR_BACKDROP +desc: text for LCD settings menu +eng: "Clear backdrop" +voice: "Clear backdrop" +new: + +id: LANG_SET_AS_BACKDROP +desc: text for onplay menu entry +eng: "Set as backdrop" +voice: "Set as backdrop" +new: + +id: LANG_BACKDROP_LOADED +desc: text for splash to indicate a new backdrop has been loaded successfully +eng: "Backdrop loaded" +voice: "Backdrop loaded" +new: + +id: LANG_BACKDROP_FAILED +desc: text for splash to indicate a failure to load a bitmap as backdrop +eng: "Backdrop failed" +voice: "Backdrop failed" +new: + |