[Ejtools-cvs] CVS: applications/jndi.browser/src/resources ApplicationResources.properties,1.2,1.3
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-05-02 21:10:07
|
Update of /cvsroot/ejtools/applications/jndi.browser/src/resources In directory usw-pr-cvs1:/tmp/cvs-serv30766/jndi.browser/src/resources Modified Files: ApplicationResources.properties Log Message: Add some I18N Index: ApplicationResources.properties =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/src/resources/ApplicationResources.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ApplicationResources.properties 30 Apr 2002 21:12:45 -0000 1.2 --- ApplicationResources.properties 2 May 2002 20:54:29 -0000 1.3 *************** *** 1,26 **** ! # Options Menu ! action.options=Options ! action.options.mnemonic=79 ! ! # Options Menu Items ! action.options.selectQueueFactory=Set Default QueueConnectionFactory ! action.options.selectTopicFactory=Set Default TopicConnectionFactory ! ! # Title for Frame, Dialog, etc ! title.application=JNDI Browser ! title.about.dialog=About JNDI Browser ! title.information.defaultFactory.queue=Default QueueConnectionFactory Selection ! title.information.defaultFactory.topic=Default TopicConnectionFactory Selection ! title.question.defaultFactory.queue=Default QueueConnectionFactory Selection ! title.question.defaultFactory.topic=Default TopicConnectionFactory Selection ! ! # Text for Frame, Dialog, etc ! text.about.application=The Enterprise Java Tools ! text.about.javaVersion=Java Version ! text.about.virtualMachine=Virtual Machine ! text.progress.create=Create ... ! text.progress.add=Add ... ! text.information.noDefaultFactory.queue=There is no registered QueueConnectionFactory ! text.information.noDefaultFactory.topic=There is no registered TopicConnectionFactory ! text.question.defaultFactory.queue=Choose the default QueueConnectionFactory ! text.question.defaultFactory.topic=Choose the default TopicConnectionFactory --- 1,43 ---- ! # Options Menu ! action.options=Options ! action.options.mnemonic=79 ! ! # Options Menu Items ! action.options.selectQueueFactory=Set Default QueueConnectionFactory ! action.options.selectTopicFactory=Set Default TopicConnectionFactory ! ! # Title for Frame, Dialog, etc ! title.application=JNDI Browser ! title.about.dialog=About JNDI Browser ! title.information.defaultFactory.queue=Default QueueConnectionFactory Selection ! title.information.defaultFactory.topic=Default TopicConnectionFactory Selection ! title.question.defaultFactory.queue=Default QueueConnectionFactory Selection ! title.question.defaultFactory.topic=Default TopicConnectionFactory Selection ! ! # Text for Frame, Dialog, etc ! text.about.application=The Enterprise Java Tools ! text.about.javaVersion=Java Version ! text.about.virtualMachine=Virtual Machine ! text.information.noDefaultFactory.queue=There is no registered QueueConnectionFactory ! text.information.noDefaultFactory.topic=There is no registered TopicConnectionFactory ! text.question.defaultFactory.queue=Choose the default QueueConnectionFactory ! text.question.defaultFactory.topic=Choose the default TopicConnectionFactory ! ! # Text for splash widow ! text.progress.task.start=JNDIBrowser starting... ! text.progress.task.create.frame.service=Creating Frame service... ! text.progress.task.create.about.service=Creating About service... ! text.progress.task.create.menubar.service=Creating MenuBar service... ! text.progress.task.create.connection.service=Creating Connection service... ! text.progress.task.add.frame.service=Adding Frame service... ! text.progress.task.add.about.service=Adding About service... ! text.progress.task.add.menubar.service=Adding MenuBar service... ! text.progress.task.add.connection.service=Adding Connection service... ! text.progress.task.add.server=Adding Server entry point... ! text.progress.task.add.action.quit=Adding Exit action... ! text.progress.task.add.action.queue=Adding QueueConnectionFactory action... ! text.progress.task.add.action.topic=Adding TopicConnectionFactory action... ! ! # Text for custom editors ! text.editor.SearchTypeEditor.shallow=Shallow ! text.editor.SearchTypeEditor.deep=Deep |