Update of /cvsroot/ejtools/applications/jmx.browser/src/resources/org/ejtools/jmx/browser
In directory sc8-pr-cvs1:/tmp/cvs-serv11709/jmx.browser/src/resources/org/ejtools/jmx/browser
Modified Files:
Resources.properties Resources_fr_FR.properties
Log Message:
Add more javadocs.
Adjust some things.
Index: Resources.properties
===================================================================
RCS file: /cvsroot/ejtools/applications/jmx.browser/src/resources/org/ejtools/jmx/browser/Resources.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Resources.properties 27 Nov 2003 01:13:08 -0000 1.3
--- Resources.properties 13 Dec 2003 22:15:08 -0000 1.4
***************
*** 72,75 ****
--- 72,77 ----
file.dialog.title.load=Load Workspace
file.dialog.title.save=Save Workspace
+ file.dialog.button.load=Load
+ file.dialog.button.save=Save
Index: Resources_fr_FR.properties
===================================================================
RCS file: /cvsroot/ejtools/applications/jmx.browser/src/resources/org/ejtools/jmx/browser/Resources_fr_FR.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Resources_fr_FR.properties 27 Nov 2003 01:13:08 -0000 1.3
--- Resources_fr_FR.properties 13 Dec 2003 22:15:08 -0000 1.4
***************
*** 71,75 ****
# Text for open/save dialog box
file.dialog.title.load=Ouvrir Configuration
! file.dialog.title.save=Save Configuration
--- 71,77 ----
# Text for open/save dialog box
file.dialog.title.load=Ouvrir Configuration
! file.dialog.title.save=Sauver Configuration
! file.dialog.button.load=Ouvrir
! file.dialog.button.save=Sauver
|