mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
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:
parent
9351d41e5a
commit
de7f241046
5 changed files with 66 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue