Translations Needed

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Fiery Offline
Junior Member
Posts: 3
Joined: Oct 2010
Reputation: 0
Post: #21
Well, it would be great if you could edit your first post with the missing languages. So that it's easy so see if one can help you out with a translation that's still missing.
find quote
XBMCG33K Offline
Skilled Skinner
Posts: 1,252
Joined: Dec 2008
Reputation: 4
Location: 4 8 15 16 23 42
Post: #22
First post updated Smile
find quote
epoke Offline
Senior Member
Posts: 106
Joined: Jan 2006
Reputation: 0
Location: xbmc-korea.com
Post: #23
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 Smile

Only translations have been:

English
Spanish
Korean (not currently working however)
Polish

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.

[Image: ?module=file&act=procFileDownloa...afe9562385]

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>
find quote
Romdef Offline
Junior Member
Posts: 5
Joined: Dec 2010
Reputation: 0
Post: #24
Hi !
I'm working on a french translation.

I notice these mistakes on the English file :
- 31368 : This button will Load your video library
Maybe 'movies' will be better than 'video'

- 31117 : RSS Possition
(Position, no ?)

I've almost finished ... will you want the strings file here ? (MP ? Email ?)
Thanks this super skin !
Big Grin
find quote
XBMCG33K Offline
Skilled Skinner
Posts: 1,252
Joined: Dec 2008
Reputation: 4
Location: 4 8 15 16 23 42
Post: #25
Damn i'll fix those in our strings... and please just pm me the translations Smile
find quote
taxigps Offline
Team-XBMC Python Developer
Posts: 397
Joined: Jan 2009
Reputation: 0
Post: #26
Chinese (Simple) string file here:

<summary lang="zh">Blackbolt小组开发的Xperience</summary>
<description lang="zh">我们开发Xperience的目标是模拟Xbox新体验界面(NXE)并溶入我们自己的特色,它正是你想要的成熟界面设计。</description>
Attached File(s)
.zip  Chinese (Simple).zip (Size: 4.29 KB / Downloads: 2)
(This post was last modified: 2010-12-08 04:15 by taxigps.)
find quote
taxigps Offline
Team-XBMC Python Developer
Posts: 397
Joined: Jan 2009
Reputation: 0
Post: #27
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.

[Image: ?module=file&amp;act=procFileDownloa...afe9562385]

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>

'tab' is not a visible character, i think it's not exist in any other font file. suggest use 'space' to alter
find quote
Post Reply