Update of /cvsroot/ejtools/libraries/graph/src/resources/org/ejtools/graph
In directory sc8-pr-cvs1:/tmp/cvs-serv18699/graph/src/resources/org/ejtools/graph
Modified Files:
GraphService.properties GraphService_fr_FR.properties
Log Message:
Add more javadocs. Adjust text export.
Index: GraphService.properties
===================================================================
RCS file: /cvsroot/ejtools/libraries/graph/src/resources/org/ejtools/graph/GraphService.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** GraphService.properties 27 Nov 2003 00:53:32 -0000 1.3
--- GraphService.properties 13 Dec 2003 21:26:47 -0000 1.4
***************
*** 24,27 ****
--- 24,32 ----
export.as.text.column.numeric.format=0
+ file.dialog.title.export.csv=Export data as CSV file
+ file.dialog.title.export.png=Export data as PNG image
+ file.dialog.button.export.csv=Export
+ file.dialog.button.export.png=Export
+
action.tools=Tools
action.tools.export.as.text=Export as Text Data
Index: GraphService_fr_FR.properties
===================================================================
RCS file: /cvsroot/ejtools/libraries/graph/src/resources/org/ejtools/graph/GraphService_fr_FR.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** GraphService_fr_FR.properties 27 Nov 2003 00:53:32 -0000 1.5
--- GraphService_fr_FR.properties 13 Dec 2003 21:26:47 -0000 1.6
***************
*** 24,27 ****
--- 24,32 ----
export.as.text.column.numeric.format=0
+ file.dialog.title.export.csv=Exporter les données au format CSV
+ file.dialog.title.export.png=Exporter les données en image PNG
+ file.dialog.button.export.csv=Exporter
+ file.dialog.button.export.png=Exporter
+
action.tools=Outils
action.tools.export.as.text=Exporter en données texte
|