forked from len0rd/rockbox
FS#10783 - WPS translation
- Use the %Sx skin tag in WPS to translate 'Next Track', 'Next', and 'of' (X of Y tracks) - New conditional skin token 'Sr' which checks whether the currently loaded language is an RTL language (Hebrew/Arabic). It uses lang_is_rtl(). - Added Hebrew translation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23638 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ca39b27dd4
commit
ec0f4b4044
49 changed files with 159 additions and 66 deletions
|
|
@ -13179,3 +13179,45 @@
|
|||
crossfade: "רק בהחלפה אוטומטית של שיר"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_NEXT_TRACK
|
||||
desc: Shown in Cabbie theme
|
||||
user: core
|
||||
<source>
|
||||
*: "Next Track:"
|
||||
</source>
|
||||
<dest>
|
||||
*: ":השיר הבא"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ":השיר הבא"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_NEXT
|
||||
desc: Shown in Cabbie theme
|
||||
user: core
|
||||
<source>
|
||||
*: "Next:"
|
||||
</source>
|
||||
<dest>
|
||||
*: ":הבא"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ":הבא"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_OF
|
||||
desc: Shown in Cabbie theme
|
||||
user: core
|
||||
<source>
|
||||
*: "of"
|
||||
</source>
|
||||
<dest>
|
||||
*: "מתוך"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "מתוך"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue