[Ejtools-cvs] applications/jndi.browser/src/resources/org/ejtools/jndi/browser Resources.properties,
Brought to you by:
letiemble
From: <let...@us...> - 2003-12-14 08:40:47
|
Update of /cvsroot/ejtools/applications/jndi.browser/src/resources/org/ejtools/jndi/browser In directory sc8-pr-cvs1:/tmp/cvs-serv20500/jndi.browser/src/resources/org/ejtools/jndi/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/jndi.browser/src/resources/org/ejtools/jndi/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:30:30 -0000 1.2 --- Resources.properties 13 Dec 2003 22:29:07 -0000 1.3 *************** *** 40,43 **** --- 40,45 ---- 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/jndi.browser/src/resources/org/ejtools/jndi/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:30:30 -0000 1.2 --- Resources_fr_FR.properties 13 Dec 2003 22:29:07 -0000 1.3 *************** *** 38,42 **** # Text for open/save dialog box file.dialog.title.load=Ouvrir Configuration ! file.dialog.title.save=Save Configuration --- 38,44 ---- # 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 |