[Ejtools-cvs] applications/management.browser/src/resources/org/ejtools/management/browser Resources
Brought to you by:
letiemble
From: <let...@us...> - 2003-12-14 08:40:57
|
Update of /cvsroot/ejtools/applications/management.browser/src/resources/org/ejtools/management/browser In directory sc8-pr-cvs1:/tmp/cvs-serv21061/management.browser/src/resources/org/ejtools/management/browser Modified Files: Resources.properties Resources_fr_FR.properties Log Message: Add more javadocs. Adjust workspace persistence. Index: Resources.properties =================================================================== RCS file: /cvsroot/ejtools/applications/management.browser/src/resources/org/ejtools/management/browser/Resources.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Resources.properties 27 Nov 2003 01:39:48 -0000 1.2 --- Resources.properties 13 Dec 2003 22:31:57 -0000 1.3 *************** *** 102,105 **** --- 102,107 ---- 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/management.browser/src/resources/org/ejtools/management/browser/Resources_fr_FR.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Resources_fr_FR.properties 27 Nov 2003 01:39:48 -0000 1.2 --- Resources_fr_FR.properties 13 Dec 2003 22:31:57 -0000 1.3 *************** *** 101,105 **** # Text for open/save dialog box file.dialog.title.load=Ouvrir Configuration ! file.dialog.title.save=Save Configuration --- 101,107 ---- # 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 |