Skinning Tutorial

[ Back to Shareaza Skinning ]

<strings>

The <strings> element can be used to translate text-strings to another language, or to perform other editing operations on them.

Here is an example from MyStringSkin.xml:

<?xml version="1.0" encoding="UTF-8"?>
<skin xmlns="http://www.shareaza.com/schemas/Skin.xsd" version="1.0">
  <manifest name="My String Skin" author="Me" type="Language" language="en"/>

   <strings>
      <string id="WINDOW_NEIGHBOURS" value="Neighbours"/>
      <string id="16064" value="Starting Gnutella network core..."/>
   </strings>
</skin>

To create a translation skin, copy the existing string database from default-en.xml in your skins folder and start translating each entry.

[ Back to Shareaza Skinning ]

  • en
  • es
  • fr
  • de
  • hr
  • it
  • lt
  • nl
  • nb
  • pl
  • pt
  • sl
  • tr
  • el
  • he
  • ja
  • zh-tw
  • en
  • ca
  • fa
  • ru
Many people contribute their time and effort to Shareaza. Please see our acknowledgements page.
Visit Shareaza's Project Page at SourceForge.net
< Top of the Page | Contact Us >