Skinning Tutorial

[ Back to Shareaza Skinning ]

<commandTips>

The <commandTips> element can be used to translate text-command strings into another language.

Text-command strings are used to explain commands to the user. Each one consists of a message that is displayed in the status bar of the program. There also is a tip that is displayed in a popup tool-tip whenever the user hovers their mouse over the command.

Here is an example from MyCommandTipSkin.xml:

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

<commandTips>
<tip id="ID_HELP_ABOUT" message="Display the Shareaza about dialog..." tip="About Shareaza"/>
<tip id="ID_NETWORK_EXIT" message="Exit Shareaza" tip="Exit"/>
</commandTips>
</skin>

To create a translation skin, copy the existing command tip 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 >