From: Jan S. <st...@us...> - 2002-05-16 12:15:17
|
Update of /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/actions In directory usw-pr-cvs1:/tmp/cvs-serv31325 Modified Files: Bundle.properties Log Message: Internacionalization of listen and terminate actions. Index: Bundle.properties =================================================================== RCS file: /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/actions/Bundle.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Bundle.properties 26 Feb 2002 00:47:03 -0000 1.3 --- Bundle.properties 16 May 2002 12:15:15 -0000 1.4 *************** *** 77,78 **** --- 77,86 ---- LBL_saveSnapshotAction=Save + + LBL_listenToConnection=Listen to Connection + + LBL_listenAction=Listen + + LBL_terminateAction=Terminate + + HINT_terminateAction=Terminates listening for the connection from the profiled process. |