mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -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
|
|
@ -17,6 +17,9 @@
|
|||
# Arabic language file, translated by:
|
||||
# - Mohamed Tarek
|
||||
# - Raafat Akkad
|
||||
<options>
|
||||
rtl: 1
|
||||
</options>
|
||||
<phrase>
|
||||
id: LANG_EQUALIZER_HARDWARE_BANDWIDTH_NARROW
|
||||
desc: deprecated
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
# - Rani Hod
|
||||
# - Tomer Shalev
|
||||
# - Sasha Khamkov
|
||||
|
||||
<options>
|
||||
rtl: 1
|
||||
</options>
|
||||
<phrase>
|
||||
id: LANG_SET_BOOL_YES
|
||||
desc: bool true representation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue