Salome HOME
et test telemac
[tools/eficas.git] / Telemac / prefs_TELEMAC.py
index 056b9d2e968daefd2f4ce1a50aff82cb3f330900..def24cac76753c6cb534462924f87b1fd9f03d3d 100644 (file)
@@ -19,6 +19,7 @@
 #
 # ======================================================================
 
+from __future__ import absolute_import
 import os,sys
 # repIni sert a localiser le fichier editeur.ini
 # Obligatoire
@@ -29,6 +30,8 @@ sys.path[:0]=[INSTALLDIR]
 
 # lang indique la langue utilisee pour les chaines d'aide : fr ou ang
 lang='ang'
+#lang='fr'
+#force_langue=True
 
 # Codage des strings qui accepte les accents (en remplacement de 'ascii')
 encoding='iso-8859-1'
@@ -37,8 +40,12 @@ docPath=repIni
 #
 catalogues=(
    #('TELEMAC','default',os.path.join(repIni,'Telemac_Cata_nouveau.py'),'TELEMAC','python'),
-   ('TELEMAC','cas',os.path.join(repIni,'Telemac_Cata.py'),'TELEMAC','TELEMAC'),
-   #('TELEMAC','comm',os.path.join(repIni,'Telemac_Cata.py'),'TELEMAC','python'),
+   #('TELEMAC','cas',os.path.join(repIni,'Telemac_Cata.py'),'TELEMAC','TELEMAC'),
+   ('2D','cas',os.path.join(repIni,'telemac2d_cata_auto.py'),'TELEMAC','TELEMAC'),
+   #('TELEMAC','cas',os.path.join(repIni,'Telemac_Cata.py'),'python','TELEMAC3'),
+   #('TELEMAC','comm',os.path.join(repIni,'Telemac_Cata.py'),'TELEMAC2','python'),
 )
 mode_nouv_commande="figee"
 affiche         = "ordre"
+translatorFichier = os.path.join(repIni,'labelCataToIhm')
+closeFrameRecherche=True