--- /dev/null
+<?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>
# 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()),
-def run(editor):
+def run(listeParam):
print ('je rentre dans run')
+ editor=listeParam[0]
print (editor)
print (dir(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"),),
}
# 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'
afficheCommandesPliees = False
#dumpXSD=True
#afficheIhm=False
+translatorFichier = os.path.join(repIni,'MapIdentification')