mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Updated comments.
This commit is contained in:
parent
5088255e3c
commit
b411c3d854
1 changed files with 10 additions and 10 deletions
|
@ -35,26 +35,26 @@ StackFramesVMNode_No_columns__No_module__text_format={1}() at {0}
|
||||||
# {0} - address
|
# {0} - address
|
||||||
StackFramesVMNode_No_columns__Address_only__text_format={0}
|
StackFramesVMNode_No_columns__Address_only__text_format={0}
|
||||||
|
|
||||||
# {0} - name
|
# {0} - name available, 0=not available/1=available
|
||||||
# {1} - name available, 0=not available/1=available
|
# {1} - name
|
||||||
# {2} - ID
|
# {2} - ID
|
||||||
# {3} - ID available, 0=not available/1=available
|
# {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__text_format={0,choice,0#Process|1#{1}}{2,choice,0#|1# [{3}]}
|
||||||
|
|
||||||
AbstractContainerVMNode_No_columns__Error__label=<unavailable>
|
AbstractContainerVMNode_No_columns__Error__label=<unavailable>
|
||||||
|
|
||||||
# {0} - name
|
# {0} - name available, 0=not available/1=available
|
||||||
# {1} - name available, 0=not available/1=available
|
# {1} - name
|
||||||
# {2} - ID
|
# {2} - ID available, 0=not available/1=available
|
||||||
# {3} - ID available, 0=not available/1=available
|
# {3} - ID
|
||||||
# {4} - 0=running/1=suspended
|
# {4} - 0=running/1=suspended
|
||||||
# {5} - state change reason
|
# {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})
|
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
|
# {0} - name available, 0=not available/1=available
|
||||||
# {1} - name available, 0=not available/1=available
|
# {1} - name
|
||||||
# {2} - ID
|
# {2} - ID available, 0=not available/1=available
|
||||||
# {3} - ID available, 0=not available/1=available
|
# {3} - ID
|
||||||
# {4} - 0=running/1=suspended
|
# {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})
|
AbstractThreadVMNode_No_columns__No_reason__text_format={0,choice,0#Thread|1#{1}}{2,choice,0#|1# [{3}]} ({4,choice,0#Running|1#Suspended})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue