Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl
In directory usw-pr-cvs1:/tmp/cvs-serv20942
Modified Files:
bundle.properties
Log Message:
Several messages internacionalized.
Index: bundle.properties
===================================================================
RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/bundle.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** bundle.properties 14 Oct 2001 21:55:06 -0000 1.2
--- bundle.properties 16 May 2002 11:38:20 -0000 1.3
***************
*** 47,48 ****
--- 47,66 ----
SocketListenDesc=Connector that accepts socket connections initiated by other VMs.
SocketAttachDesc=Connector that attaches by socket to other VM.
+
+ ERR_MIS_SHMEM=Wrong or missing shared memory area address.
+
+ ERR_CONNECT=Unable to connect to the profiled process:
+
+ ERR_MIS_PORT=Wrong or missing port number.
+
+ Settings=Settings
+
+ SettingsDesc=Parameters of the profiler library.
+
+ PortDesc=Port used for communication with the profiled process.
+
+ Shmem=Shared Memory
+
+ ShmemDesc=Shared memory used for the communication with the profiled process.
+
+ ERR_IOEXCEPTION=Exception while executing profiled process:
|