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,14 +1,21 @@
<definition type="element" nom="Bouton Poussoir" width="35" height="70" hotspot_x="30" hotspot_y="5" orientation="dnny">
<!--Contact-->
<ligne x1="-10" y1="20" x2="0" y2="40" antialias="true" style="normal" />
<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" />
<!--Poussoir-->
<ligne x1="-20" y1="20" x2="-20" y2="40" antialias="false" style="dashed" />
<ligne x1="-20" y1="20" x2="-15" y2="20" antialias="false" style="dashed" />
<ligne x1="-20" y1="40" x2="-15" y2="40" antialias="false" style="dashed" />
<ligne x1="-20" y1="30" x2="-5" y2="30" antialias="false" style="dashed" />
<!--Bornes-->
<borne orientation="n" x="0" y="0" />
<borne orientation="s" x="0" y="60" />
<!DOCTYPE definition SYSTEM "definition_element.dtd">
<definition type="element" width="35" height="70" hotspot_x="30" hotspot_y="5" orientation="dnny">
<names>
<name lang="fr">Bouton poussoir</name>
<name lang="en">Push-button</name>
</names>
<description>
<!--Contact-->
<ligne x1="-10" y1="20" x2="0" y2="40" antialias="true" style="normal" />
<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" />
<!--Poussoir-->
<ligne x1="-20" y1="20" x2="-20" y2="40" antialias="false" style="dashed" />
<ligne x1="-20" y1="20" x2="-15" y2="20" antialias="false" style="dashed" />
<ligne x1="-20" y1="40" x2="-15" y2="40" antialias="false" style="dashed" />
<ligne x1="-20" y1="30" x2="-5" y2="30" antialias="false" style="dashed" />
<!--Bornes-->
<borne orientation="n" x="0" y="0" />
<borne orientation="s" x="0" y="60" />
</description>
</definition>

View File

@@ -1,15 +1,22 @@
<definition type="element" nom="Bouton Poussoir NF" width="45" height="70" hotspot_x="30" hotspot_y="5" orientation="dnny">
<!--Contact-->
<ligne x1="10" y1="20" x2="0" y2="40" antialias="true" style="normal" />
<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" />
<ligne x1="15" y1="20" x2="0" y2="20" antialias="false" style="normal" />
<!--Poussoir-->
<ligne x1="-20" y1="20" x2="-20" y2="40" antialias="false" style="dashed" />
<ligne x1="-20" y1="20" x2="-15" y2="20" antialias="false" style="dashed" />
<ligne x1="-20" y1="40" x2="-15" y2="40" antialias="false" style="dashed" />
<ligne x1="-20" y1="30" x2="5" y2="30" antialias="false" style="dashed" />
<!--Bornes-->
<borne orientation="n" x="0" y="0" />
<borne orientation="s" x="0" y="60" />
<!DOCTYPE definition SYSTEM "definition_element.dtd">
<definition type="element" width="45" height="70" hotspot_x="30" hotspot_y="5" orientation="dnny">
<names>
<name lang="fr">Bouton Poussoir NF</name>
<name lang="en">Push-button NF</name>
</names>
<description>
<!--Contact-->
<ligne x1="10" y1="20" x2="0" y2="40" antialias="true" style="normal" />
<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" />
<ligne x1="15" y1="20" x2="0" y2="20" antialias="false" style="normal" />
<!--Poussoir-->
<ligne x1="-20" y1="20" x2="-20" y2="40" antialias="false" style="dashed" />
<ligne x1="-20" y1="20" x2="-15" y2="20" antialias="false" style="dashed" />
<ligne x1="-20" y1="40" x2="-15" y2="40" antialias="false" style="dashed" />
<ligne x1="-20" y1="30" x2="5" y2="30" antialias="false" style="dashed" />
<!--Bornes-->
<borne orientation="n" x="0" y="0" />
<borne orientation="s" x="0" y="60" />
</description>
</definition>

View File

@@ -1,12 +1,19 @@
<definition type="element" nom="Contact Capteur TOR" width="20" height="70" hotspot_x="15" hotspot_y="5" orientation="dnny">
<!--Contact-->
<ligne x1="-10" y1="20" x2="0" y2="40" antialias="true" style="normal" />
<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" />
<!--Partie Capteur-->
<ligne x1="-7.5" y1="25" x2="-7.5" y2="35" antialias="false" style="normal" />
<ligne x1="-7.5" y1="35" x2="-2.5" y2="35" antialias="false" style="normal" />
<!--Bornes-->
<borne orientation="n" x="0" y="0" />
<borne orientation="s" x="0" y="60" />
<!DOCTYPE definition SYSTEM "definition_element.dtd">
<definition type="element" width="20" height="70" hotspot_x="15" hotspot_y="5" orientation="dnny">
<names>
<name lang="fr">Contact Capteur TOR</name>
<name lang="en">AoN Transducer Contact</name>
</names>
<description>
<!--Contact-->
<ligne x1="-10" y1="20" x2="0" y2="40" antialias="true" style="normal" />
<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" />
<!--Partie Capteur-->
<ligne x1="-7.5" y1="25" x2="-7.5" y2="35" antialias="false" style="normal" />
<ligne x1="-7.5" y1="35" x2="-2.5" y2="35" antialias="false" style="normal" />
<!--Bornes-->
<borne orientation="n" x="0" y="0" />
<borne orientation="s" x="0" y="60" />
</description>
</definition>

View File

@@ -1,14 +1,20 @@
<definition type="element" nom="Capteur NF" width="45"
height="70" hotspot_x="20" hotspot_y="5" orientation="dnny">
<!--Contact-->
<ligne x1="10" y1="20" x2="0" y2="40" antialias="true" style="normal" />
<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" />
<ligne x1="15" y1="20" x2="0" y2="20" antialias="false" style="normal" />
<!--Modification Capteur-->
<ligne x1="2.5" y1="25" x2="2.5" y2="35" antialias="false" style="normal" />
<ligne x1="7.5" y1="25" x2="2.5" y2="25" antialias="false" style="normal" />
<!--Bornes-->
<borne orientation="n" x="0" y="0" />
<borne orientation="s" x="0" y="60" />
<!DOCTYPE definition SYSTEM "definition_element.dtd">
<definition type="element" width="45" height="70" hotspot_x="20" hotspot_y="5" orientation="dnny">
<names>
<name lang="fr">Capteur NF</name>
<name lang="en">Transducer NF</name>
</names>
<description>
<!--Contact-->
<ligne x1="10" y1="20" x2="0" y2="40" antialias="true" style="normal" />
<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" />
<ligne x1="15" y1="20" x2="0" y2="20" antialias="false" style="normal" />
<!--Modification Capteur-->
<ligne x1="2.5" y1="25" x2="2.5" y2="35" antialias="false" style="normal" />
<ligne x1="7.5" y1="25" x2="2.5" y2="25" antialias="false" style="normal" />
<!--Bornes-->
<borne orientation="n" x="0" y="0" />
<borne orientation="s" x="0" y="60" />
</description>
</definition>

View File

@@ -1,9 +1,16 @@
<definition type="element" nom="Contact" width="20" height="70" hotspot_x="15" hotspot_y="5" orientation="dnny">
<!--Contact-->
<ligne x1="-10" y1="20" x2="0" y2="40" antialias="true" style="normal" />
<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" />
<!DOCTYPE definition SYSTEM "definition_element.dtd">
<definition type="element" width="20" height="70" hotspot_x="15" hotspot_y="5" orientation="dnny">
<names>
<name lang="fr">Contact</name>
<name lang="en">Contact</name>
</names>
<description>
<!--Contact-->
<ligne x1="-10" y1="20" x2="0" y2="40" antialias="true" style="normal" />
<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>

View File

@@ -1,10 +1,17 @@
<definition type="element" nom="Contact NF" width="45" height="70" hotspot_x="20" hotspot_y="5" orientation="dnny">
<!--Contact-->
<ligne x1="10" y1="20" x2="0" y2="40" antialias="true" style="normal" />
<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" />
<ligne x1="15" y1="20" x2="0" y2="20" antialias="false" style="normal" />
<!--Bornes-->
<borne orientation="n" x="0" y="0" />
<borne orientation="s" x="0" y="60" />
<!DOCTYPE definition SYSTEM "definition_element.dtd">
<definition type="element" width="45" height="70" hotspot_x="20" hotspot_y="5" orientation="dnny">
<names>
<name lang="fr">Contact NF</name>
<name lang="en">Contact NF</name>
</names>
<description>
<!--Contact-->
<ligne x1="10" y1="20" x2="0" y2="40" antialias="true" style="normal" />
<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" />
<ligne x1="15" y1="20" x2="0" y2="20" antialias="false" style="normal" />
<!--Bornes-->
<borne orientation="n" x="0" y="0" />
<borne orientation="s" x="0" y="60" />
</description>
</definition>

View File

@@ -1,12 +1,19 @@
<definition type="element" nom="Disjoncteur" width="25" height="70" hotspot_x="15" hotspot_y="5" orientation="dnny">
<!--Contact-->
<ligne x1="-10" y1="20" x2="0" y2="40" antialias="true" style="normal" />
<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" />
<!--Partie Disjoncteur-->
<ligne x1="-5" y1="19" x2="5" y2="9" antialias="true" style="normal" />
<ligne x1="5" y1="19" x2="-5" y2="9" antialias="true" style="normal" />
<!--Bornes-->
<borne orientation="n" x="0" y="0" />
<borne orientation="s" x="0" y="60" />
<!DOCTYPE definition SYSTEM "definition_element.dtd">
<definition type="element" width="25" height="70" hotspot_x="15" hotspot_y="5" orientation="dnny">
<names>
<name lang="fr">Disjoncteur</name>
<name lang="en">Circuit-breaker</name>
</names>
<description>
<!--Contact-->
<ligne x1="-10" y1="20" x2="0" y2="40" antialias="true" style="normal" />
<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" />
<!--Partie Disjoncteur-->
<ligne x1="-5" y1="19" x2="5" y2="9" antialias="true" style="normal" />
<ligne x1="5" y1="19" x2="-5" y2="9" antialias="true" style="normal" />
<!--Bornes-->
<borne orientation="n" x="0" y="0" />
<borne orientation="s" x="0" y="60" />
</description>
</definition>

View File

@@ -1,14 +1,21 @@
<definition type="element" nom="Disjoncteur-sectionneur" width="25" height="70" hotspot_x="15" hotspot_y="5" orientation="dnny">
<!--Contact-->
<ligne x1="-10" y1="20" x2="0" y2="40" antialias="true" style="normal" />
<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" />
<!--Partie Disjoncteur-->
<ligne x1="-5" y1="19" x2="5" y2="9" antialias="true" style="normal" />
<ligne x1="5" y1="19" x2="-5" y2="9" antialias="true" style="normal" />
<!--Partie sectioneur-->
<ligne x1="-5" y1="20" x2="5" y2="20" antialias="false" style="normal" />
<!--Bornes-->
<borne orientation="n" x="0" y="0" />
<borne orientation="s" x="0" y="60" />
<!DOCTYPE definition SYSTEM "definition_element.dtd">
<definition type="element" width="25" height="70" hotspot_x="15" hotspot_y="5" orientation="dnny">
<names>
<name lang="fr">Disjoncteur-sectionneur</name>
<name lang="en">Disconnecting circuit-breaker</name>
</names>
<description>
<!--Contact-->
<ligne x1="-10" y1="20" x2="0" y2="40" antialias="true" style="normal" />
<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" />
<!--Partie Disjoncteur-->
<ligne x1="-5" y1="19" x2="5" y2="9" antialias="true" style="normal" />
<ligne x1="5" y1="19" x2="-5" y2="9" antialias="true" style="normal" />
<!--Partie sectioneur-->
<ligne x1="-5" y1="20" x2="5" y2="20" antialias="false" style="normal" />
<!--Bornes-->
<borne orientation="n" x="0" y="0" />
<borne orientation="s" x="0" y="60" />
</description>
</definition>

View File

@@ -1,11 +1,18 @@
<definition type="element" nom="Sectioneur" width="25" height="70" hotspot_x="15" hotspot_y="5" orientation="dnny">
<!--Contact-->
<ligne x1="-10" y1="20" x2="0" y2="40" antialias="true" style="normal" />
<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" />
<!--Partie Sectionneur-->
<ligne x1="-5" y1="20" x2="5" y2="20" antialias="false" style="normal" />
<!--Bornes-->
<borne orientation="n" x="0" y="0" />
<borne orientation="s" x="0" y="60" />
<!DOCTYPE definition SYSTEM "definition_element.dtd">
<definition type="element" width="25" height="70" hotspot_x="15" hotspot_y="5" orientation="dnny">
<names>
<name lang="fr">Sectioneur</name>
<name lang="en">Disconnecting switch</name>
</names>
<description>
<!--Contact-->
<ligne x1="-10" y1="20" x2="0" y2="40" antialias="true" style="normal" />
<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" />
<!--Partie Sectionneur-->
<ligne x1="-5" y1="20" x2="5" y2="20" antialias="false" style="normal" />
<!--Bornes-->
<borne orientation="n" x="0" y="0" />
<borne orientation="s" x="0" y="60" />
</description>
</definition>