From: <bma...@us...> - 2015-04-23 10:34:19
|
Revision: 9120 http://sourceforge.net/p/fudaa/svn/9120 Author: bmarchan Date: 2015-04-23 10:34:12 +0000 (Thu, 23 Apr 2015) Log Message: ----------- ebli-graphe-3D : Traduction par defaut dans EbliResource Modified Paths: -------------- trunk/framework/ebli-common/src/main/resources/org/fudaa/ebli/ressource/ebli_en.fr_txt trunk/framework/ebli-graphe-3D/src/main/java/org/fudaa/ebli/graphe3D/ui/panel/EG3dBtnPanel.java Property Changed: ---------------- trunk/framework/ebli-network/ Modified: trunk/framework/ebli-common/src/main/resources/org/fudaa/ebli/ressource/ebli_en.fr_txt =================================================================== --- trunk/framework/ebli-common/src/main/resources/org/fudaa/ebli/ressource/ebli_en.fr_txt 2015-04-21 21:34:11 UTC (rev 9119) +++ trunk/framework/ebli-common/src/main/resources/org/fudaa/ebli/ressource/ebli_en.fr_txt 2015-04-23 10:34:12 UTC (rev 9120) @@ -890,4 +890,20 @@ D\xE9cimation\: {0} point(s) enlev\xE9(s)=Decimation\: {0} point(s) removed {0} objet(s) d\xE9plac\xE9(s)={0} object{s) moved Ajouter un sommet=Add a vertex -{0} obj. s\xE9lect.={0} selected obj. \ No newline at end of file +{0} obj. s\xE9lect.={0} selected obj. +Redimensionner=Resize +Afficher les extr\xE9mit\xE9s=Show boxe's lines +Afficher les axes X et Y=Display x and y axis +Afficher la grille= Display grid +Afficher l'axe Z=Display Z axis +Voir le maillage=Display the meshing +Mode cach\xE9=Hidden mode +Mode spectre=Spectrum mode +Nuance de gris=Gray shade +Nuance= Shade +Mode Fog=Fog mode +Type Wireframe=Wireframe type +Type Surface=Surface type +Type Nuage de points=Points fog type +Mode contour=Contour mode +Mode densit\xE9=Density mode Modified: trunk/framework/ebli-graphe-3D/src/main/java/org/fudaa/ebli/graphe3D/ui/panel/EG3dBtnPanel.java =================================================================== --- trunk/framework/ebli-graphe-3D/src/main/java/org/fudaa/ebli/graphe3D/ui/panel/EG3dBtnPanel.java 2015-04-21 21:34:11 UTC (rev 9119) +++ trunk/framework/ebli-graphe-3D/src/main/java/org/fudaa/ebli/graphe3D/ui/panel/EG3dBtnPanel.java 2015-04-23 10:34:12 UTC (rev 9120) @@ -19,6 +19,7 @@ import org.fudaa.ebli.graphe3D.data.EG3dSurfaceModel.PlotType; import org.fudaa.ebli.graphe3D.renderer.EG3dDefaultDataRenderer; import org.fudaa.ebli.graphe3D.ui.EG3dScrollablePanel; +import org.fudaa.ebli.ressource.EbliResource; import org.fudaa.ebli.trace.TraceLigne; import com.memoire.bu.BuResource; @@ -359,7 +360,8 @@ buttonGroup2.add(surfaceType); buttonGroup2.add(contourType); buttonGroup2.add(densityType); - translate(BuResource.BU); + // Par defaut, la traduction est dans le fichier de traduction Ebli. + translate(EbliResource.EBLI); } Index: trunk/framework/ebli-network =================================================================== --- trunk/framework/ebli-network 2015-04-21 21:34:11 UTC (rev 9119) +++ trunk/framework/ebli-network 2015-04-23 10:34:12 UTC (rev 9120) Property changes on: trunk/framework/ebli-network ___________________________________________________________________ Added: svn:ignore ## -0,0 +1,4 ## +.classpath +.project +target +.settings This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |