Add a browse (remote) custom statusbar item in the theme settings.

Uses the same icon that browse wps uses for now.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23261 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-10-19 16:08:43 +00:00
parent 9351d41e5a
commit de7f241046
5 changed files with 66 additions and 2 deletions

View file

@ -13131,3 +13131,37 @@
*: "remote statusbar skin"
</voice>
</phrase>
<phrase>
id: LANG_CUSTOM_STATUSBAR
desc: browse for custom statusbar in theme settings
user: core
<source>
*:none
lcd_bitmap: "Custom Statusbar"
</source>
<dest>
*:none
lcd_bitmap: "Custom Statusbar"
</dest>
<voice>
*:none
lcd_bitmap: "Custom Statusbar"
</voice>
</phrase>
<phrase>
id: LANG_REMOTE_CUSTOM_STATUSBAR
desc: browse for remote custom statusbar in theme settings
user: core
<source>
*:none
remote: "Remote Custom Statusbar"
</source>
<dest>
*:none
remote: "Remote Custom Statusbar"
</dest>
<voice>
*:none
remote: "Remote Custom Statusbar"
</voice>
</phrase>