diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-01-07 07:34:15 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-01-07 07:34:15 +0000 |
commit | 91e6b06be97aac8e0f532113723fa9a38fc6cf8c (patch) | |
tree | 973c8538bf4cdfcb418103563e2b42f8ce421a15 /wps/cabbiev2.320x240x16.wps | |
parent | 57667c51cf09de052222484ce94fbd6da113a55c (diff) |
RTL language enhancements by Tomers Shalev and I.
3 new tokens:
%ax - the next token should follow the language direction (what that means is defined by the individual tokens)
%aL - align left on LTR language (same as %al), right on RTL languages
%aR - align right on LTR language (same as %ar), left on RTL languages
This commit adds %ax support to the %V and %Cl tokens.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24193 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'wps/cabbiev2.320x240x16.wps')
-rw-r--r-- | wps/cabbiev2.320x240x16.wps | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/wps/cabbiev2.320x240x16.wps b/wps/cabbiev2.320x240x16.wps index 7efa3f361a..9ba15b6436 100644 --- a/wps/cabbiev2.320x240x16.wps +++ b/wps/cabbiev2.320x240x16.wps @@ -9,8 +9,8 @@ %xl|D|shuffle-320x240x16.bmp|218|211| %xl|E|repeat-320x240x16.bmp|261|207|4| %xl|F|playmode-320x240x16.bmp|286|207|5| -%Cl|16|32|s120|s120| -%pb|pb-320x240x16.bmp|10|162|300|15| +%ax%Cl|16|32|s120|s120| +%ax%pb|pb-320x240x16.bmp|10|162|300|15| %?mh<%xdAa|%xdAb> %?bp<%?bc<%xdBa|%xdBb>|%?bl<|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj>> %?pv<%xdCa|%xdCb|%xdCc|%xdCd|%xdCe|%xdCf|%xdCg|%xdCh|%xdCi|%xdCj> @@ -21,7 +21,7 @@ %?C<%Vda%C|%Vdb> #NowPlaying -%Vl|a|153|30|-|130|1|-|-| +%ax%Vl|a|153|30|-|130|1|-|-| %s%al%?it<%it|%fn> %s%al%?ia<%ia|%?d2<%d2|(root)>> %s%al%?id<%id|%?d1<%d1|(root)>> @@ -31,7 +31,7 @@ %s%al%?It<%It|%Fn> %s%al%Ia -%Vl|b|0|30|-|130|1|-|-| +%ax%Vl|b|0|30|-|130|1|-|-| %s%ac%?it<%it|%fn> %s%ac%?ia<%ia|%?d2<%d2|(root)>> %s%ac%?id<%id|%?d1<%d1|(root)>> @@ -42,5 +42,5 @@ %s%ac%Ia %V|10|180|300|20|1|-|-| -%al%pc%ac%?Sr<%pe %Sx|of| %pp|%pp %Sx|of| %pe>%ar%pr +%aL%pc%ac%?Sr<%pe %Sx|of| %pp|%pp %Sx|of| %pe>%aR%pr |