FS#9515 - customisable quickscreen. Allows you to choose which setting you want displayed on the quickscreen.

Allows almost every available setting. (change the options in settings > general settings > quickscreen items)
Not every setting will work perfectly, some might need aditional handling if the change doesnt take effect straight away (let us know which are problematic so they can be fixed)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18984 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2008-11-03 11:11:07 +00:00
parent 5395957549
commit edcacaa787
7 changed files with 309 additions and 10 deletions

View file

@ -12109,3 +12109,71 @@
*: "Search Results"
</voice>
</phrase>
<phrase>
id: LANG_QS_ITEMS
desc: used for the submenu name for the quickscreen items
user:
<source>
*: none
quickscreen: "Quickscreen Items"
</source>
<dest>
*: none
quickscreen: "Quickscreen Items"
</dest>
<voice>
*: none
quickscreen: "Quickscreen Items"
</voice>
</phrase>
<phrase>
id: LANG_LEFT
desc: used for the submenu name for the quickscreen items
user:
<source>
*: none
quickscreen: "Left"
</source>
<dest>
*: none
quickscreen: "Left"
</dest>
<voice>
*: none
quickscreen: "Left"
</voice>
</phrase>
<phrase>
id: LANG_RIGHT
desc: used for the submenu name for the quickscreen items
user:
<source>
*: none
quickscreen: "Right"
</source>
<dest>
*: none
quickscreen: "Right"
</dest>
<voice>
*: none
quickscreen: "Right"
</voice>
</phrase>
<phrase>
id: LANG_BOTTOM
desc: used for the submenu name for the quickscreen items
user:
<source>
*: none
quickscreen: "Bottom"
</source>
<dest>
*: none
quickscreen: "Bottom"
</dest>
<voice>
*: none
quickscreen: "Bottom"
</voice>
</phrase>