From: Jan S. <st...@us...> - 2002-01-27 23:13:50
|
Update of /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/nodes In directory usw-pr-cvs1:/tmp/cvs-serv7003 Modified Files: Bundle.properties Log Message: Localization of SnapshotNode. Index: Bundle.properties =================================================================== RCS file: /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/nodes/Bundle.properties,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Bundle.properties 2001/10/14 22:18:09 1.1.1.1 --- Bundle.properties 2002/01/27 23:13:48 1.2 *************** *** 30,31 **** --- 30,41 ---- HINT_sessionCurrent=True, if this session is current. HINT_sessionRemote=True, if this session is remote. + + HINT_snapshotNode=Snapshot of some profiled process. + + HINT_snapshotTime=Creation time of the snapshot. + + HINT_snapshotName=Name of the snapshot. + + LBL_snapshotName=Name + + LBL_snapshotTime=Time |