mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-01 17:00:00 +02:00
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:
@@ -1,14 +1,21 @@
|
||||
<definition type="element" nom="Bobine" width="100" height="90" hotspot_x="25" hotspot_y="45" orientation="dnnn">
|
||||
<!--Bobine-->
|
||||
<ligne x1="-20" y1="-20" x2="-20" y2="20" antialias="false" style="normal" />
|
||||
<ligne x1="-20" y1="20" x2="40" y2="20" antialias="false" style="normal" />
|
||||
<ligne x1="40" y1="20" x2="40" y2="-20" antialias="false" style="normal" />
|
||||
<ligne x1="40" y1="-20" x2="-20" y2="-20" antialias="false" style="normal" />
|
||||
<!--Fils-->
|
||||
<ligne x1="0" y1="-20" x2="0" y2="-40" antialias="false" style="normal" />
|
||||
<ligne x1="0" y1="20" x2="0" y2="40" antialias="false" style="normal" />
|
||||
<!--Borne A2-->
|
||||
<borne orientation="s" x="0" y="40" />
|
||||
<!--Borne A1-->
|
||||
<borne orientation="n" x="0" y="-40" />
|
||||
<!DOCTYPE definition SYSTEM "definition_element.dtd">
|
||||
<definition type="element" width="100" height="90" hotspot_x="25" hotspot_y="45" orientation="dnnn">
|
||||
<names>
|
||||
<name lang="fr">Bobine</name>
|
||||
<name lang="en">Coil</name>
|
||||
</names>
|
||||
<description>
|
||||
<!--Bobine-->
|
||||
<ligne x1="-20" y1="-20" x2="-20" y2="20" antialias="false" style="normal" />
|
||||
<ligne x1="-20" y1="20" x2="40" y2="20" antialias="false" style="normal" />
|
||||
<ligne x1="40" y1="20" x2="40" y2="-20" antialias="false" style="normal" />
|
||||
<ligne x1="40" y1="-20" x2="-20" y2="-20" antialias="false" style="normal" />
|
||||
<!--Fils-->
|
||||
<ligne x1="0" y1="-20" x2="0" y2="-40" antialias="false" style="normal" />
|
||||
<ligne x1="0" y1="20" x2="0" y2="40" antialias="false" style="normal" />
|
||||
<!--Borne A2-->
|
||||
<borne orientation="s" x="0" y="40" />
|
||||
<!--Borne A1-->
|
||||
<borne orientation="n" x="0" y="-40" />
|
||||
</description>
|
||||
</definition>
|
||||
|
||||
Reference in New Issue
Block a user