mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
FS#10406 - split the statusbar setting into one for each display, and allow the bar to be at the top or bottom of the display
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21665 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
802743a061
commit
f1034e00f6
12 changed files with 128 additions and 23 deletions
|
|
@ -12559,3 +12559,48 @@
|
|||
touchscreen: "Reset Calibration"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_STATUSBAR_TOP
|
||||
desc: in Settings -> General -> Display -> statusbar
|
||||
user: core
|
||||
<source>
|
||||
*: "Top"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Top"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Top"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_STATUSBAR_BOTTOM
|
||||
desc: in Settings -> General -> Display -> statusbar
|
||||
user: core
|
||||
<source>
|
||||
*: "Bottom"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Bottom"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Bottom"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_REMOTE_STATUSBAR
|
||||
desc: in Settings -> General -> Display -> statusbar
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
remote: "Remote Statusbar"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
remote: "Remote Statusbar"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
remote: "Remote Statusbar"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue