1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Updated comments.

This commit is contained in:
Pawel Piech 2009-03-12 18:31:49 +00:00
parent 5088255e3c
commit b411c3d854

View file

@ -35,26 +35,26 @@ StackFramesVMNode_No_columns__No_module__text_format={1}() at {0}
# {0} - address
StackFramesVMNode_No_columns__Address_only__text_format={0}
# {0} - name
# {1} - name available, 0=not available/1=available
# {0} - name available, 0=not available/1=available
# {1} - name
# {2} - ID
# {3} - ID available, 0=not available/1=available
AbstractContainerVMNode_No_columns__text_format={0,choice,0#Process|1#{1}}{2,choice,0#|1# [{3}]}
AbstractContainerVMNode_No_columns__Error__label=<unavailable>
# {0} - name
# {1} - name available, 0=not available/1=available
# {2} - ID
# {3} - ID available, 0=not available/1=available
# {0} - name available, 0=not available/1=available
# {1} - name
# {2} - ID available, 0=not available/1=available
# {3} - ID
# {4} - 0=running/1=suspended
# {5} - state change reason
AbstractThreadVMNode_No_columns__text_format={0,choice,0#Thread|1#{1}}{2,choice,0#|1# [{3}]} ({4,choice,0#Running|1#Suspended} : {5})
# {0} - name
# {1} - name available, 0=not available/1=available
# {2} - ID
# {3} - ID available, 0=not available/1=available
# {0} - name available, 0=not available/1=available
# {1} - name
# {2} - ID available, 0=not available/1=available
# {3} - ID
# {4} - 0=running/1=suspended
AbstractThreadVMNode_No_columns__No_reason__text_format={0,choice,0#Thread|1#{1}}{2,choice,0#|1# [{3}]} ({4,choice,0#Running|1#Suspended})