mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
RTL support in menus
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22945 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f06c98fec8
commit
6d80565b1b
11 changed files with 127 additions and 19 deletions
|
|
@ -13075,3 +13075,54 @@
|
|||
swcodec: "Release Time"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_HIDE
|
||||
desc: in Settings -> General -> Display -> Status-/Scrollbar -> Scrollbar
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
lcd_bitmap: "Hide"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
lcd_bitmap: "Hide"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
lcd_bitmap: "Hide"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SHOW
|
||||
desc: in Settings -> General -> Display -> Status-/Scrollbar -> Scrollbar
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
lcd_bitmap: "Show"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
lcd_bitmap: "Show"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
lcd_bitmap: "Show"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SHOW_OPPOSITE
|
||||
desc: in Settings -> General -> Display -> Status-/Scrollbar -> Scrollbar
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
lcd_bitmap: "Show Opposite"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
lcd_bitmap: "Show Opposite"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
lcd_bitmap: "Show Opposite"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue