Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a5fee1a74c62f000ee98fdc625dec018999312b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# org.eclipse.tcf.te.tcf.processes.ui
# Externalized Strings.
#

ProcessExplorerTreeControl_section_title=Exploring Processes

ProcessesTreeControl_column_name_label=Name
ProcessesTreeControl_column_pid_label=PID
ProcessesTreeControl_column_ppid_label=PPID
ProcessesTreeControl_column_state_label=State
ProcessesTreeControl_column_user_label=User
ProcessLabelProvider_NullNameNodeLabel=System
ProcessPreferencePage_BiggerThanZero=The number must be bigger than zero\!
ProcessPreferencePage_DefineMoreThanOne=Please define at least one grade of speed\!
ProcessPreferencePage_EditButtonLabel=&Edit...
ProcessPreferencePage_InvalidNumber=Invalid number. Please enter a number\!
ProcessPreferencePage_MaxMRUCount=Please specify the maximum MRU intervals\!
ProcessPreferencePage_MRUCountLabel=Specify the maximum MRU intervals:
ProcessPreferencePage_NameLabel=Name
ProcessPreferencePage_NewButtonLabel=&New...
ProcessPreferencePage_PageDescription=Configure how the process list should be refreshed.
ProcessPreferencePage_RemoveButtonLabel=&Remove
ProcessPreferencePage_ValueLabel=Value (seconds)

ProcessSelectionDialog_title=Select Process to Attach

LaunchObjectDialog_title=Launch Process
LaunchObjectDialog_image_label=Process Image:
LaunchObjectDialog_arguments_label=Process Arguments:
LaunchObjectDialog_group_label=Process Line Separator Settings
LaunchObjectDialog_lineseparator_label=Please specify the line separator used by the launched process.
LaunchObjectDialog_lineseparator_default=Default
LaunchObjectDialog_lineseparator_lf=LF
LaunchObjectDialog_lineseparator_crlf=CRLF
LaunchObjectDialog_lineseparator_cr=CR

AbstractChannelCommandHandler_statusDialog_title=Error
AdvancedPropertiesSection_Name=Name
AdvancedPropertiesSection_Value=Value

BasicContextSection_File=File:
BasicContextSection_Group=Group:
BasicContextSection_Root=Root:
BasicContextSection_State=State:
BasicContextSection_Title=Basic Context Information
BasicContextSection_User=User:
BasicContextSection_WorkDir=Work Home:
BasicInformationSection_Name=Name:
BasicInformationSection_State=State:
BasicInformationSection_Title=Basic Information
BasicInformationSection_Type=Type:
BasicInformationSection_User=User:

ConfigIntervalDynamicContribution_Custom=Custom ...

ContextIDSection_ContextIDs=Context IDs
ContextIDSection_GroupID=Group ID:
ContextIDSection_ID=ID:
ContextIDSection_ParentID=Parent ID:
ContextIDSection_PID=PID:
ContextIDSection_PPID=PPID:
ContextIDSection_TracerPID=Tracer PID:
ContextIDSection_TTY_GRPID=TTY GRPID:
ContextIDSection_UserGRPID=User GRPID:
ContextIDSection_UserID=User ID:
ContextPage_File=File:
ContextPage_Group=Group:
ContextPage_GroupID=Group ID:
ContextPage_ID=ID:
ContextPage_Pages=Pages:
ContextPage_ParentID=Parent ID:
ContextPage_PID=PID:
ContextPage_PPID=PPID:
ContextPage_Resident=Resident:
ContextPage_Root=Root:
ContextPage_State=State:
ContextPage_TracerPID=Tracer PID:
ContextPage_TTYGRPID=TTY Group ID:
ContextPage_UserGRPID=User Group ID:
ContextPage_UserID=User ID:
ContextPage_Virtual=Virtual:
ContextPage_WorkHome=Work Home:

EditSpeedGradeDialog_DialogMessage=Edit the data of the selected grade below:
EditSpeedGradeDialog_DialogTitle=Edit Grade
EditSpeedGradeDialog_GradeSameValue=Grade ''{0}'' has the same value.
EditSpeedGradeDialog_NameLabel=Name:
EditSpeedGradeDialog_ValueLabel=Value:

IDSection_InternalID=Internal PID:
IDSection_InternalPPID=InternalPPID:
IDSection_ParentID=Parent ID:
IDSection_ProcessID=Process ID:
IDSection_Title=Process IDs

IntervalConfigDialog_BiggerThanZero=The number must be greater than or equal to zero\!
IntervalConfigDialog_ChoiceOneLabel=Refresh the process list every
IntervalConfigDialog_ChoiceTwoLabel=Refresh the process list at a
IntervalConfigDialog_DialogTitle=Configure Refreshing
IntervalConfigDialog_InvalidNumber=Invalid number format\!
IntervalConfigDialog_NonEmpty=Please enter a number\!
IntervalConfigDialog_SECOND_ABBR=s
IntervalConfigDialog_SECONDS=\ seconds.
IntervalConfigDialog_SelectSpeed=Please select a speed.
IntervalConfigDialog_SPEED=\ speed.
IntervalConfigDialog_ZeroWarning=Setting to zero will turn off the auto refresh.

LaunchProcessesCommandHandler_error_title=Process Launch Failed

MemorySection_PSize=Pages:
MemorySection_RSS=Resident:
MemorySection_Title=Memory Usage
MemorySection_VSize=Virtual:

NewSpeedGradeDialog_DialogMessage=Edit the data of the new grade below:
NewSpeedGradeDialog_DialogTitle=New Grade
NewSpeedGradeDialog_EnterName=Enter the name of the grade\!
NewSpeedGradeDialog_GradeExists=Grade ''{0}''  already exists\!
NewSpeedGradeDialog_GradeSameValue=Grade ''{0}'' has the same value.
NewSpeedGradeDialog_NameLabel=Name:
NewSpeedGradeDialog_ValueLabel=Value:

GeneralInformationPage_InternalPID=Internal PID:
GeneralInformationPage_InternalPPID=Internal PPID:
GeneralInformationPage_Name=Name:
GeneralInformationPage_ParentPID=Parent PID:
GeneralInformationPage_ProcessID=Process ID:
GeneralInformationPage_State=State:
GeneralInformationPage_Type=Type:
GeneralInformationPage_User=User:
TerminateHandler_TerminationError=Termination Error
ProcessLabelProvider_RootNodeLabel=Processes

Back to the top