Skinning.commandTips
{
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 |
Skinning.dialogs
<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.