Update of /cvsroot/ejtools/libraries/adwt/src/resources/org/ejtools/adwt/jmx
In directory sc8-pr-cvs1:/tmp/cvs-serv24196/adwt/src/resources/org/ejtools/adwt/jmx
Modified Files:
Resources.properties Resources_fr_FR.properties
Log Message:
Adjust Eclipse build files
Adjust some Javadoc
Review the models for TreeView and ListView : much more lightweight
Convert resources files to UTF-8 to avoid loosing accents
Index: Resources.properties
===================================================================
RCS file: /cvsroot/ejtools/libraries/adwt/src/resources/org/ejtools/adwt/jmx/Resources.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Resources.properties 21 Feb 2003 22:27:40 -0000 1.1
--- Resources.properties 15 Sep 2003 22:37:14 -0000 1.2
***************
*** 1,19 ****
! # ------------------------------------------------------------
! #
! # EJTools, the Enterprise Java Tools
! #
! # Distributable under LGPL license.
! # See terms of license at www.gnu.org.
! #
! # Feedback and support at http://sourceforge.net/project/ejtools
! #
! # ------------------------------------------------------------
!
! # Text for Invocation Dialog
! invoke.dialog.title=Executer une Opération
! invoke.dialog.title.error=Erreur
! invoke.dialog.text.operation=Opération
! invoke.dialog.text.unloadable.class=Classe non trouvée
! invoke.dialog.text.error=Une exception est survenue. Consultez les logs.
! invoke.dialog.button.invoke=Executer
! invoke.dialog.button.cancel=Annuler
--- 1,19 ----
! # ------------------------------------------------------------
! #
! # EJTools, the Enterprise Java Tools
! #
! # Distributable under LGPL license.
! # See terms of license at www.gnu.org.
! #
! # Feedback and support at http://sourceforge.net/project/ejtools
! #
! # ------------------------------------------------------------
!
! # Text for Invocation Dialog
! invoke.dialog.title=Invoke Operation
! invoke.dialog.title.error=Error
! invoke.dialog.text.operation=Operation
! invoke.dialog.text.unloadable.class=Unloadable Class
! invoke.dialog.text.error=An exception occured. Check log for details.
! invoke.dialog.button.invoke=Invoke
! invoke.dialog.button.cancel=Cancel
Index: Resources_fr_FR.properties
===================================================================
RCS file: /cvsroot/ejtools/libraries/adwt/src/resources/org/ejtools/adwt/jmx/Resources_fr_FR.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Resources_fr_FR.properties 21 Feb 2003 22:27:40 -0000 1.1
--- Resources_fr_FR.properties 15 Sep 2003 22:37:14 -0000 1.2
***************
*** 1,19 ****
! # ------------------------------------------------------------
! #
! # EJTools, the Enterprise Java Tools
! #
! # Distributable under LGPL license.
! # See terms of license at www.gnu.org.
! #
! # Feedback and support at http://sourceforge.net/project/ejtools
! #
! # ------------------------------------------------------------
!
! # Text for Invocation Dialog
! invoke.dialog.title=Invoke Operation
! invoke.dialog.title.error=Error
! invoke.dialog.text.operation=Operation
! invoke.dialog.text.unloadable.class=Unloadable Class
! invoke.dialog.text.error=An exception occured. Check log for details.
! invoke.dialog.button.invoke=Invoke
! invoke.dialog.button.cancel=Cancel
--- 1,19 ----
! # ------------------------------------------------------------
! #
! # EJTools, the Enterprise Java Tools
! #
! # Distributable under LGPL license.
! # See terms of license at www.gnu.org.
! #
! # Feedback and support at http://sourceforge.net/project/ejtools
! #
! # ------------------------------------------------------------
!
! # Text for Invocation Dialog
! invoke.dialog.title=Executer une Opération
! invoke.dialog.title.error=Erreur
! invoke.dialog.text.operation=Opération
! invoke.dialog.text.unloadable.class=Classe non trouvée
! invoke.dialog.text.error=Une exception est survenue. Consultez les logs.
! invoke.dialog.button.invoke=Executer
! invoke.dialog.button.cancel=Annuler
|