2010-10-21, 07:03
Damn not sure how to take care of that then ...
XBMCG33K Wrote:Damn not sure how to take care of that then ...
XBMCG33K Wrote:Here is the updated strings.xml for Xperience 1.1 if anyone would like to translate to another language I'll be more than happy to add the updated translations to the official svn.
Thanks to anyone willing to help out
Only translations have been:
English
Spanish
Korean (not currently working however)
Polish
<control type="radiobutton" id="6401">
<description>Home Toggles</description>
<height>51</height>
<width>800</width>
[b][i]<label> $LOCALIZE[31114] $LOCALIZE[31149]</label>[/i][/b]
<align>left</align>
<aligny>center</aligny>
<textcolor>greyblue</textcolor>
<focusedcolor>cusettings1</focusedcolor>
<font>Settings</font>
<texturefocus>windows/settings/images/right-focus.png</texturefocus>
<texturenofocus>-</texturenofocus>
<onclick>Skin.ToggleSetting(homemovies)</onclick>
<selected>Skin.HasSetting(homemovies)</selected>
<textoffsetx>20</textoffsetx>
<textoffsety>0</textoffsety>
<visible>Skin.HasSetting(homeconfig1-1)</visible>
<include>closeanim</include>
</control>
epoke Wrote:I received your preview copy of 1.1 version and tested. Thank you very much.
Korean strings works fine with arial fontset and with my customized Korean fontset.
I tested on Dharma rev. 34927 with Korean Windows 7 x64.
I found only minor problem like below screenshot.
It happens only with arial fontset. I think this is not a skin problem but a font problem.
Arial font may have some problem to display 'tab' in xml file.
Code:<control type="radiobutton" id="6401">
<description>Home Toggles</description>
<height>51</height>
<width>800</width>
[b][i]<label> $LOCALIZE[31114] $LOCALIZE[31149]</label>[/i][/b]
<align>left</align>
<aligny>center</aligny>
<textcolor>greyblue</textcolor>
<focusedcolor>cusettings1</focusedcolor>
<font>Settings</font>
<texturefocus>windows/settings/images/right-focus.png</texturefocus>
<texturenofocus>-</texturenofocus>
<onclick>Skin.ToggleSetting(homemovies)</onclick>
<selected>Skin.HasSetting(homemovies)</selected>
<textoffsetx>20</textoffsetx>
<textoffsety>0</textoffsety>
<visible>Skin.HasSetting(homeconfig1-1)</visible>
<include>closeanim</include>
</control>