|
From: Jan S. <st...@us...> - 2002-07-14 18:13:31
|
Update of /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/nodes In directory usw-pr-cvs1:/tmp/cvs-serv822 Modified Files: Bundle.properties Log Message: Internacionalization of nodes. Index: Bundle.properties =================================================================== RCS file: /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/nodes/Bundle.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** Bundle.properties 16 May 2002 12:00:42 -0000 1.5 --- Bundle.properties 14 Jul 2002 18:13:29 -0000 1.6 *************** *** 78,79 **** --- 78,323 ---- HINT_listenerLocation=Location on which the listener listens for connections. + + LBL_classesNode=Classes + + HINT_classesNode=Node showing loaded classes. + + LBL_classRefName=Name + + HINT_classRefName=Name of the class + + LBL_classRefSourceFileName=Source Filename + + HINT_classRefSourceFileName=Name of the source file of this class. + + LBL_fieldsNode=Fields + + HINT_fieldsNode=Fields of the class. + + LBL_fieldRefName=Name + + HINT_fieldRefName=Name of the field. + + LBL_fieldRefSignature=Signature + + HINT_fieldRefSignature=Signature of the field. + + LBL_fieldRefParentClass=Defining class + + HINT_fieldRefParentClass=Class in which this field is defined. + + LBL_fieldRefStatic=Static + + HINT_fieldRefStatic=Is this field static? + + LBL_methodsNode=Methods + + HINT_methodsNode=Methods of the class. + + LBL_methodRefName=Name + + HINT_methodRefName=Name of the method. + + LBL_methodRefSignature=Signature + + HINT_methodRefSignature=Signature of the method. + + LBL_methodRefParentClass=Defining class + + HINT_methodRefParentClass=Class in which this method is defined. + + LBL_methodRefStartLineNo=Start Line No. + + HINT_methodRefStartLineNo=First line no. of this method's source code. + + LBL_methodRefEndLineNo=End Line No. + + HINT_methodRefEndLineNo=Last line no. of this method's source code. + + LBL_threadGroupsNode=Thread Groups + + HINT_threadGroupsNode=Thread groups in the profiled VM. + + LBL_threadGroupRefName=Name + + HINT_threadGroupRefName=Name of the thread group. + + LBL_GCRunsNode=Garbage Collection + + HINT_GCRunsNode=Activity of garbage collector in the profiled VM. + + LBL_GCRunRefUsedObjectsCount=Used Objects + + HINT_GCRunRefUsedObjectsCount=Number of used objects. + + LBL_GCRunRefUsedSpace=Used Space + + HINT_GCRunRefUsedSpace=Amount of used space. + + LBL_GCRunRefTotalSpace=Total Space + + HINT_GCRunRefTotalSpace=Amount of total space. + + LBL_GCRunRefStartTime=Start Time + + HINT_GCRunRefStartTime=Start time of this GC run. + + LBL_GCRunRefEndTime=End Time + + HINT_GCRunRefEndTime=End time of this GC run. + + LBL_threadsNode=Threads + + HINT_threadsNode=Threads in the profiled VM. + + LBL_threadRefName=Name + + HINT_threadRefName=Name of the thread. + + LBL_threadRefStartTime=Start Time + + HINT_threadRefStartTime=Start time of the thread. + + LBL_threadRefEndTime=End Time + + HINT_threadRefEndTime=End time of the thread. + + LBL_typeRefName=Name + + HINT_typeRefName=Name of the type. + + LBL_typeRefArray=Array + + HINT_typeRefArray=Is this type array of objects? + + LBL_typeRefArrayOfPrimitives=Array of Primitives + + HINT_typeRefArrayOfPrimitives=Is this type array of primitive types? + + LBL_typesNode=Types + + HINT_typesNode=Types in the profiled VM. + + LBL_callTreeRefName=Name + + HINT_callTreeRefName=Name of the frame of this node. + + LBL_callTreeRefHits=Hits + + HINT_callTreeRefHits=How many times this method was hit. + + LBL_callTreeRefPureTime=Pure Time + + HINT_callTreeRefPureTime=Pure time consumed by this method. + + LBL_callTreeRefCumulativeTime=Cumulative Time + + HINT_callTreeRefCumulativeTime=Total time spent inside this method (including invocations of other methods). + + LBL_CPUStatHits=CPU Hits + + HINT_CPUStatHits=How many times this object was hit. + + LBL_CPUStatPureTime=CPU Pure Time + + HINT_CPUStatPureTime=Pure Time consumed by this object. + + LBL_monStatHits=Monitor Hits + + HINT_monStatHits=How many times this object was hit by monitor. + + LBL_monStatPureTime=Monitor Pure Time + + HINT_monStatPureTime=Pure Time spent in the monitor on this object. + + LBL_allocStatLiveInstancesCount=Live Instances + + HINT_allocStatLiveInstancesCount=Live instances the profiled VM. + + LBL_allocStatTotalInstancesCount=Total Instances + + HINT_allocStatTotalInstancesCount=Total number of instances in the profiled VM. + + LBL_allocStatLiveInstancesSize=Live Instances Size + + HINT_allocStatLiveInstancesSize=Size of all live instances in the profiled VM. + + LBL_allocStatTotalInstancesSize=Total Instances Size + + HINT_allocStatTotalInstancesSize=Size of all instances created in the profiled VM. + + LBL_typeRefComponent=Component: + + LBL_frameRefMethod=Method + + HINT_frameRefMethod=Method of this frame. + + LBL_frameRefLineNo=Line Number + + HINT_frameRefLineNo=Line number of this frame. + + LBL_frameRefCaller=Caller: + + LBL_monTracesNode=Monitor Traces + + HINT_monTracesNode=Monitor traces from the profiled VM. + + LBL_allocTracesNode=Allocation Traces + + HINT_allocTracesNode=Allocation traces from the profiled VM. + + LBL_CPUTracesNode=CPU Traces + + HINT_CPUTracesNode=CPU traces from the profiled VM. + + LBL_fieldRefParent=Parent: + + LBL_methodRefParent=Parent: + + LBL_allocTypeMethodsNode=AllocTypeMethods + + HINT_allocTypeMethodsNode=AllocTypeMethods + + LBL_allocThreadMethodsNode=AllocThreadMethods + + HINT_allocThreadMethodsNode=AllocThreadMethods + + LBL_CPUThreadMethodsNode=CPUThreadMethods + + HINT_CPUThreadMethodsNode=CPUThreadMethods + + LBL_monThreadMethodsNode=MonThreadMethods + + HINT_monThreadMethodsNode=MonThreadMethods + + LBL_framesNode=Frames + + HINT_framesNode=Frames of this trace. + + LBL_allocTraceRefCPUSibling=CPU Sibling: + + LBL_allocTraceRefMonSibling=Mon Sibling: + + LBL_CPUTraceRefAllocSibling=Alloc Sibling: + + LBL_CPUTraceRefMonSibling=Mon Sibling: + + LBL_monTraceRefAllocSibling=Alloc Sibling: + + LBL_monTraceRefCPUSibling=CPU Sibling: + + LBL_allocThreadTracesNode=AllocThreadTraces + + HINT_allocThreadTracesNode=AllocThreadTraces + + LBL_CPUThreadTracesNode=CPUThreadTraces + + HINT_CPUThreadTracesNode=CPUThreadTraces + + LBL_monThreadTracesNode=MonThreadTraces + + HINT_monThreadTracesNode=MonThreadTraces + + LBL_allocTypeTracesNode=AllocTypeTraces + + HINT_allocTypeTracesNode=AllocTypeTraces |