Update of /cvsroot/ejtools/libraries/graph/src/resources/org/ejtools/graph
In directory sc8-pr-cvs1:/tmp/cvs-serv17417/graph/src/resources/org/ejtools/graph
Modified Files:
GraphService_fr_FR.properties
Log Message:
Adjust some Javadoc.
Index: GraphService_fr_FR.properties
===================================================================
RCS file: /cvsroot/ejtools/libraries/graph/src/resources/org/ejtools/graph/GraphService_fr_FR.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** GraphService_fr_FR.properties 15 Sep 2003 22:02:50 -0000 1.2
--- GraphService_fr_FR.properties 15 Sep 2003 22:11:23 -0000 1.3
***************
*** 11,16 ****
# Graph related text
! graph.dialog.title=Ajouter à un graphique
! graph.dialog.text.description=Choisissez un graphique existant ou créez-en un nouveau
graph.dialog.button.select=Utiliser
graph.dialog.button.cancel=Annuler
--- 11,16 ----
# Graph related text
! graph.dialog.title=Ajouter à un graphique
! graph.dialog.text.description=Choisissez un graphique existant ou créez-en un nouveau
graph.dialog.button.select=Utiliser
graph.dialog.button.cancel=Annuler
***************
*** 19,20 ****
--- 19,26 ----
graph.text.prefix=Graphique
graph.button.remove=Retirer
+
+ action.tools=Outils
+ action.tools.export.as.text=Exporter en données texte
+ action.tools.export.as.text.tooltip=Exporter en données texte CSV
+ action.tools.export.as.image=Exporter en image
+ action.tools.export.as.image.tooltip=Exporter en image PNG
|