Skinning.commandTips

From Shareaza Wiki
Revision as of 09:29, 25 August 2009 by Ocexyz (talk | contribs) (recoverered Skinning.commandTips Please verify and leave "verified")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{

  Languages:

[[::Skinning.commandTips|English]] • [[::Skinning.commandTips/de|Deutsch]] • [[::Skinning.commandTips/es|Español]] • [[::Skinning.commandTips/fr|Français]] • [[::Skinning.commandTips/he|עברית]] • [[::Skinning.commandTips/it|Italiano]] • [[::Skinning.commandTips/nl|Nederlands]] • [[::Skinning.commandTips/pl|Polski]] • [[::Skinning.commandTips/pt|Português]] • [[::Skinning.commandTips/ru|Русский]] • [[::Skinning.commandTips/zh-hant|‪中文(繁體)]]

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://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.



  • This page was last modified on March 27, 2008, at 19:59.

Copyright © 2002-2009 Shareaza Development Team.

Many people contribute their time and effort to Shareaza. Please see our acknowledgments page.

Visit Shareaza's Project Page at [# SourceForge.net]

Proud to be Open Source