This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 55074
Collapse All | Expand All

(-)Bundle.properties (-19 / +19 lines)
Lines 16-71 Link Here
16
#Breakpoints View
16
#Breakpoints View
17
CTL_BreakpointModel_Column_Name_Name = Name
17
CTL_BreakpointModel_Column_Name_Name = Name
18
CTL_BreakpointModel_Column_GroupName_Desc = Group of Breakpoints
18
CTL_BreakpointModel_Column_GroupName_Desc = Group of Breakpoints
19
CTL_BreakpointView_Column_Name_Name = Name
19
CTL_BreakpointView_Column_Name_Name = &Name
20
CTL_BreakpointView_Column_Name_Desc = Name of breakpoint
20
CTL_BreakpointView_Column_Name_Desc = Name of breakpoint
21
CTL_BreakpointView_Column_Enabled_Name=Enabled
21
CTL_BreakpointView_Column_Enabled_Name=&Enabled
22
CTL_BreakpointView_Column_Enabled_Desc = Disables / enables breakpoint
22
CTL_BreakpointView_Column_Enabled_Desc = Disables / enables breakpoint
23
23
24
#Callstack View
24
#Callstack View
25
CTL_CallstackView_Column_Name_Name = Name
25
CTL_CallstackView_Column_Name_Name = &Name
26
CTL_CallstackView_Column_Name_Desc = Name of call stack frame
26
CTL_CallstackView_Column_Name_Desc = Name of call stack frame
27
CTL_CallstackView_Column_Location_Name = Location
27
CTL_CallstackView_Column_Location_Name = &Location
28
CTL_CallstackView_Column_Location_Desc = Location of callstack frame
28
CTL_CallstackView_Column_Location_Desc = Location of callstack frame
29
29
30
#Locals View
30
#Locals View
31
CTL_LocalsView_Column_Name_Name = Name
31
CTL_LocalsView_Column_Name_Name = &Name
32
CTL_LocalsView_Column_Name_Desc = Name of variable
32
CTL_LocalsView_Column_Name_Desc = Name of variable
33
CTL_LocalsView_Column_ToString_Name = toString()
33
CTL_LocalsView_Column_ToString_Name = to&String()
34
CTL_LocalsView_Column_ToString_Desc = Displays value of toString() call
34
CTL_LocalsView_Column_ToString_Desc = Displays value of toString() call
35
CTL_LocalsView_Column_Type_Name = Type
35
CTL_LocalsView_Column_Type_Name = &Type
36
CTL_LocalsView_Column_Type_Desc = Type of variable
36
CTL_LocalsView_Column_Type_Desc = Type of variable
37
CTL_LocalsView_Column_Value_Name = Value
37
CTL_LocalsView_Column_Value_Name = &Value
38
CTL_LocalsView_Column_Value_Desc = Value of variable
38
CTL_LocalsView_Column_Value_Desc = Value of variable
39
39
40
#Sessions View
40
#Sessions View
41
CTL_SessionsModel_Column_Name_Name = Name
41
CTL_SessionsModel_Column_Name_Name = Name
42
CTL_SessionsView_Column_Name_Name = Name
42
CTL_SessionsView_Column_Name_Name = &Name
43
CTL_SessionsView_Column_Name_Desc = Name of session
43
CTL_SessionsView_Column_Name_Desc = Name of session
44
CTL_SessionsView_Column_HostName_Name = Host Name
44
CTL_SessionsView_Column_HostName_Name = &Host Name
45
CTL_SessionsView_Column_HostName_Desc = Computer name this session is running on
45
CTL_SessionsView_Column_HostName_Desc = Computer name this session is running on
46
CTL_SessionsView_Column_State_Name = State
46
CTL_SessionsView_Column_State_Name = &State
47
CTL_SessionsView_Column_State_Desc = Describes state of session
47
CTL_SessionsView_Column_State_Desc = Describes state of session
48
CTL_SessionsView_Column_Language_Name = Language
48
CTL_SessionsView_Column_Language_Name = &Language
49
CTL_SessionsView_Column_Language_Desc = Current language of session
49
CTL_SessionsView_Column_Language_Desc = Current language of session
50
50
51
#Threads View
51
#Threads View
52
CTL_ThreadsView_Column_Name_Name = Name
52
CTL_ThreadsView_Column_Name_Name = &Name
53
CTL_ThreadsView_Column_Name_Desc = Name of thread
53
CTL_ThreadsView_Column_Name_Desc = Name of thread
54
CTL_ThreadsView_Column_State_Name = State
54
CTL_ThreadsView_Column_State_Name = &State
55
CTL_ThreadsView_Column_State_Desc = Describes state of thread
55
CTL_ThreadsView_Column_State_Desc = Describes state of thread
56
CTL_ThreadsView_Column_Suspended_Name = Suspended
56
CTL_ThreadsView_Column_Suspended_Name = S&uspended
57
CTL_ThreadsView_Column_Suspended_Desc = Is thread suspended by debugger
57
CTL_ThreadsView_Column_Suspended_Desc = Is thread suspended by debugger
58
58
59
#Watches View
59
#Watches View
60
CTL_WatchesModel_Column_Name_Name = Name
60
CTL_WatchesModel_Column_Name_Name = Name
61
CTL_WatchesModel_Column_NameNoContext_Desc = \ = [No current context]
61
CTL_WatchesModel_Column_NameNoContext_Desc = \ = [No current context]
62
CTL_WatchesView_Column_Name_Name = Name
62
CTL_WatchesView_Column_Name_Name = &Name
63
CTL_WatchesView_Column_Name_Desc = Name of watch
63
CTL_WatchesView_Column_Name_Desc = Name of watch
64
CTL_WatchesView_Column_ToString_Name = toString()
64
CTL_WatchesView_Column_ToString_Name = to&String()
65
CTL_WatchesView_Column_ToString_Desc = Displays value of toString() call
65
CTL_WatchesView_Column_ToString_Desc = Displays value of toString() call
66
CTL_WatchesView_Column_Type_Name = Type
66
CTL_WatchesView_Column_Type_Name = &Type
67
CTL_WatchesView_Column_Type_Desc = Type of result
67
CTL_WatchesView_Column_Type_Desc = Type of result
68
CTL_WatchesView_Column_Value_Name = Value
68
CTL_WatchesView_Column_Value_Name = &Value
69
CTL_WatchesView_Column_Value_Desc = Value of watch expression
69
CTL_WatchesView_Column_Value_Desc = Value of watch expression
70
70
71
#SessionsActionsProvider
71
#SessionsActionsProvider

Return to bug 55074