]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Completing French translation.
authorabn <adrien.bruneton@cea.fr>
Wed, 18 Mar 2015 15:03:38 +0000 (16:03 +0100)
committerabn <adrien.bruneton@cea.fr>
Wed, 18 Mar 2015 15:03:38 +0000 (16:03 +0100)
src/ENGINE/PVSERVER.py
src/PVGUI/resources/PARAVIS_msg_fr.ts

index d5d2213dab34d4a12084107bff2277c17fba27dc..ba89f5073a4df307c484877c9d479b17a9402a5a 100644 (file)
@@ -200,18 +200,18 @@ class PVSERVER(PVSERVER_ORB__POA.PVSERVER_Gen,
         attr.SetValue( PVSERVER_utils.objectID() )
         pass
 
-    """
-    Dump module data to the Python script.
-    """
-    def DumpPython( self, study, isPublished, isMultiFile ):
-        MESSAGE("dumpPython()") 
-        abuffer = self.GetPythonTraceString().split("\n")
-        if isMultiFile:
-            abuffer       = [ "  " + s for s in abuffer ]
-            abuffer[0:0]  = [ "def RebuildData( theStudy ):" ]
-            abuffer      += [ "  pass" ]
-        abuffer += [ "\0" ]
-        return ("\n".join( abuffer ), 1)
+    """
+    Dump module data to the Python script.
+    """
+    def DumpPython( self, study, isPublished, isMultiFile ):
+        MESSAGE("dumpPython()") 
+        abuffer = self.GetPythonTraceString().split("\n")
+        if isMultiFile:
+            abuffer       = [ "  " + s for s in abuffer ]
+            abuffer[0:0]  = [ "def RebuildData( theStudy ):" ]
+            abuffer      += [ "  pass" ]
+        abuffer += [ "\0" ]
+        return ("\n".join( abuffer ), 1)
   
     """
     Import file to restore module data
index ec222306be867591ade5e80b51991f55fc0a8244..825bfdf090340f1d811d9d1c50bc5261a3c3bc6b 100644 (file)
         <source>TTL_MEMORY_INSPECTOR</source>
         <translation>Utilisation de la mémoire</translation>
     </message>
+    <message>
+        <source>TTL_VIEW_PANEL</source>
+        <translation>Vue</translation>
+    </message>    
     <message>
         <source>TOP_OPEN_FILE</source>
         <translation>Ouvrir un fichier ParaView</translation>