Skinning.commandTips: Difference between revisions

From Shareaza Wiki
Jump to navigation Jump to search
No edit summary
m (typo)
Line 1: Line 1:
{{{do not translate}}
{{do not translate}}
{{Recovered|The following content has been recovered from the old wiki and pantheraproject*net. Content may be inaccurate. Competent verification is needed.}}
{{Recovered|The following content has been recovered from the old wiki and pantheraproject*net. Content may be inaccurate. Competent verification is needed.}}


= Skinning.dialogs =
= <dialogs> =
= <dialogs> =
The '''<nowiki><dialogs></nowiki>''' element can be used to translate the text displayed within dialog boxes into another language.  
The '''<nowiki><dialogs></nowiki>''' element can be used to translate the text displayed within dialog boxes into another language.  

Revision as of 00:50, 28 August 2010

  Translation

Do not translate this page into other languages. It is either low priority, too specific or incomplete.

e
  Recovered

The following content has been recovered from the old wiki and pantheraproject*net. Content may be inaccurate. Competent verification is needed.

e

<dialogs>

The <dialogs> element can be used to translate the text displayed within dialog boxes into another language.

The specific format is not discussed here, however see default-en.xml for examples and source material to copy when creating a translation skin.

Here is an example from MyCommandTipSkin.xml:

<?xml version="1.0" encoding="UTF-8"?> <skin xmlns="http://shareaza.sf.net/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.