[Ejtools-cvs] CVS: applications/jndi.browser/src/resources ApplicationResources_fr_FR.properties,1.2
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-05-02 21:10:02
|
Update of /cvsroot/ejtools/applications/jndi.browser/src/resources In directory usw-pr-cvs1:/tmp/cvs-serv30830/jndi.browser/src/resources Modified Files: ApplicationResources_fr_FR.properties Log Message: Add some I18N Index: ApplicationResources_fr_FR.properties =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/src/resources/ApplicationResources_fr_FR.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ApplicationResources_fr_FR.properties 30 Apr 2002 21:12:45 -0000 1.2 --- ApplicationResources_fr_FR.properties 2 May 2002 20:54:41 -0000 1.3 *************** *** 1,26 **** ! # Options Menu ! action.options=Options ! action.options.mnemonic=79 ! ! # Options Menu Items ! action.options.selectQueueFactory=Fixer le QueueConnectionFactory par défaut ! action.options.selectTopicFactory=Fixer le TopicConnectionFactory par défaut ! ! # Title for Frame, Dialog, etc ! title.application=JNDI Browser ! title.about.dialog=A propos de JNDI Browser ! title.information.defaultFactory.queue=Sélection du QueueConnectionFactory par défaut ! title.information.defaultFactory.topic=Sélection du TopicConnectionFactory par défaut ! title.question.defaultFactory.queue=Sélection du QueueConnectionFactory par défaut ! title.question.defaultFactory.topic=Sélection du TopicConnectionFactory par défaut ! ! # Text for Frame, Dialog, etc ! text.about.application=The Enterprise Java Tools ! text.about.javaVersion=Version de Java ! text.about.virtualMachine=Machine Virtuelle ! text.progress.create=Crée ... ! text.progress.add=Ajoute ... ! text.information.noDefaultFactory.queue=Pas de QueueConnectionFactory référencé ! text.information.noDefaultFactory.topic=Pas de TopicConnectionFactory référencé ! text.question.defaultFactory.queue=Choisissze le QueueConnectionFactory par défaut ! text.question.defaultFactory.topic=Choisissze le TopicConnectionFactory par défaut --- 1,43 ---- ! # Options Menu ! action.options=Options ! action.options.mnemonic=79 ! ! # Options Menu Items ! action.options.selectQueueFactory=QueueConnectionFactory par défaut ! action.options.selectTopicFactory=TopicConnectionFactory par défaut ! ! # Title for Frame, Dialog, etc ! title.application=JNDI Browser ! title.about.dialog=A propos de JNDI Browser ! title.information.defaultFactory.queue=Sélection du QueueConnectionFactory par défaut ! title.information.defaultFactory.topic=Sélection du TopicConnectionFactory par défaut ! title.question.defaultFactory.queue=Sélection du QueueConnectionFactory par défaut ! title.question.defaultFactory.topic=Sélection du TopicConnectionFactory par défaut ! ! # Text for Frame, Dialog, etc ! text.about.application=The Enterprise Java Tools ! text.about.javaVersion=Version de Java ! text.about.virtualMachine=Machine Virtuelle ! text.information.noDefaultFactory.queue=Pas de QueueConnectionFactory référencé ! text.information.noDefaultFactory.topic=Pas de TopicConnectionFactory référencé ! text.question.defaultFactory.queue=Choisissze le QueueConnectionFactory par défaut ! text.question.defaultFactory.topic=Choisissze le TopicConnectionFactory par défaut ! ! # Text for splash widow ! text.progress.task.start=JNDIBrowser demarre... ! text.progress.task.create.menubar.service=Création de MenuBar service... ! text.progress.task.create.connection.service=Création de Connection service... ! text.progress.task.create.frame.service=Création de Frame service... ! text.progress.task.create.about.service=Création de About service... ! text.progress.task.add.menubar.service=Ajout de MenuBar service... ! text.progress.task.add.connection.service=Ajout de Connection service... ! text.progress.task.add.frame.service=Ajout de Frame service... ! text.progress.task.add.about.service=Ajout de About service... ! text.progress.task.add.server=Ajout du Serveur... ! text.progress.task.add.action.quit=Ajout de l'action Quitter... ! text.progress.task.add.action.queue=Ajout de l'action QueueConnectionFactory... ! text.progress.task.add.action.topic=Ajout de l'action TopicConnectionFactory... ! ! # Text for custom editors ! text.editor.SearchTypeEditor.shallow=Légère ! text.editor.SearchTypeEditor.deep=Approfondie |