Gestion multilingue des noms des elements

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@32 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavierqet
2006-11-20 17:46:13 +00:00
parent f1c5d494b3
commit 6305019380
23 changed files with 492 additions and 307 deletions

View File

@@ -1,13 +1,19 @@
<!DOCTYPE definition SYSTEM "definition_element.dtd">
<definition type="element" nom="del" width="30" height="70" hotspot_x="15" hotspot_y="5" orientation="dnny">
<!--Lampe-->
<cercle x="-10" y="20" rayon="20" antialias="true" style="normal" />
<ligne x1="-7" y1="23" x2="7" y2="37" antialias="true" style="normal" />
<ligne x1="7" y1="23" x2="-7" y2="37" antialias="true" style="normal" />
<!--Fils-->
<ligne x1="0" y1="0" x2="0" y2="20" antialias="false" style="normal" />
<ligne x1="0" y1="40" x2="0" y2="60" antialias="false" style="normal" />
<!--Bornes-->
<borne orientation="n" x="0" y="0" />
<borne orientation="s" x="0" y="60" />
<definition type="element" width="30" height="70" hotspot_x="15" hotspot_y="5" orientation="dnny">
<names>
<name lang="fr">DEL</name>
<name lang="en">LED</name>
</names>
<description>
<!--Lampe-->
<cercle x="-10" y="20" rayon="20" antialias="true" style="normal" />
<ligne x1="-7" y1="23" x2="7" y2="37" antialias="true" style="normal" />
<ligne x1="7" y1="23" x2="-7" y2="37" antialias="true" style="normal" />
<!--Fils-->
<ligne x1="0" y1="0" x2="0" y2="20" antialias="false" style="normal" />
<ligne x1="0" y1="40" x2="0" y2="60" antialias="false" style="normal" />
<!--Bornes-->
<borne orientation="n" x="0" y="0" />
<borne orientation="s" x="0" y="60" />
</description>
</definition>