]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
avec le ts
authorpascale.noyret <pascale.noyret@edf.fr>
Thu, 6 Sep 2018 08:03:18 +0000 (10:03 +0200)
committerpascale.noyret <pascale.noyret@edf.fr>
Thu, 6 Sep 2018 08:03:18 +0000 (10:03 +0200)
MapIdentification/MapIdentification_en.ts [new file with mode: 0644]
MapIdentification/cata_map_cl0d.py
MapIdentification/mesScripts_MAPIDENTIFICATION.py
MapIdentification/prefs_MapIdentification.py

diff --git a/MapIdentification/MapIdentification_en.ts b/MapIdentification/MapIdentification_en.ts
new file mode 100644 (file)
index 0000000..58fcb68
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS><TS version="2.0" language="en" sourcelanguage="">
+<context>
+    <name>@default</name>
+    <message>
+        <source>MAP_input_file</source>
+        <translation>input file for Map</translation>
+    </message>
+</context>
+</TS>
index 770d1c9f68ab26def697c0bef08f901f43032982..86c714dec15bd4f75d51a034c1e6add7e054a046 100644 (file)
@@ -47,7 +47,7 @@ def getName(monMC):
 # Catalog entry for the MAP function : c_solver_constitutive_law_0d
 # =======================================================================
 
-MAP_input_file = PROC(nom = 'Input file for MAP',
+MAP_input_file = PROC(nom = 'MAP_input_file',
 
 #   -----------------------------------
     MAP_Version = SIMP(statut='o', typ='TXM', defaut=getVersion()),
index 11d3deef557b64c1882c54f5d0fc3f5097aea637..029bee72e9b236660778bf35a74f3002d9210d8f 100644 (file)
@@ -1,5 +1,6 @@
-def run(editor):
+def run(listeParam):
     print ('je rentre dans run')
+    editor=listeParam[0]
     print (editor)
     print (dir(editor))
 
@@ -13,6 +14,6 @@ def run(editor):
 #      - appelable depuis un item valide uniquement 
 #      - toolTip
 dict_commandes={
-       'Input file for MAP':((run,"run",('editor',),False,True,"lance run"),),
+       'MAP_input_file':((run,"run",('editor',),False,True,"lance run"),),
                }
 
index 8fcfa223129ad299f9056b46a6d78d8d2370c299..4d2c4a992a3eaf80c55e00d3c32c09c25cea56f5 100644 (file)
@@ -28,7 +28,7 @@ sys.path[:0]=[INSTALLDIR]
 
 
 # lang indique la langue utilisee pour les chaines d'aide : fr ou ang
-lang='fr'
+lang='ang'
 
 # Codage des strings qui accepte les accents (en remplacement de 'ascii')
 encoding='iso-8859-1'
@@ -56,3 +56,4 @@ afficheListesPliees=False
 afficheCommandesPliees = False
 #dumpXSD=True
 #afficheIhm=False
+translatorFichier = os.path.join(repIni,'MapIdentification')