Skinning.commandTips: Difference between revisions
(recoverered Skinning.commandTips Please verify and leave "verified") |
No edit summary |
||
Line 1: | Line 1: | ||
{{{ | {{{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.}} | ||
= Skinning.dialogs = | = Skinning.dialogs = | ||
Line 11: | Line 11: | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
<skin xmlns="http:// | <skin xmlns="http://shareaza.sf.net/schemas/Skin.xsd" version="1.0"> | ||
<manifest name="My Command Tip Skin" author="Me" type="Language" language="en"/> | <manifest name="My Command Tip Skin" author="Me" type="Language" language="en"/> | ||
<commandTips> | <commandTips> | ||
Line 18: | Line 18: | ||
</commandTips> | </commandTips> | ||
</skin> | </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. | To create a translation skin, copy the existing command tip database from default-en.xml in your skins folder and start translating each entry. | ||
Revision as of 00:48, 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 |
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.