IDEA-121775 XDebugger: merge Watches and Variables in one view - allow to switch...
[idea/community.git] / platform / platform-resources-en / src / messages / XDebuggerBundle.properties
1 xdebugger.colors.page.name=Debugger
2
3 debugger.configurable.display.name=Debugger
4 debugger.dataViews.display.name=Data Views
5 debugger.stepping.display.name=Stepping
6 # suppress inspection "UnusedProperty"
7 debugger.hotswap.display.name=HotSwap
8
9 xdebugger.default.content.title=Debug
10 xdebugger.debugger.tab.title=Debugger
11
12 xdebugger.attach.toLocal.popup.emptyText=No processes to attach to
13 xdebugger.attach.toLocal.popup.adText=Attach with {0} To
14 xdebugger.attach.toLocal.popup.selectDebugger.title=Debugger
15 xdebugger.attach.toLocal.popup.recent=Recent
16 xdebugger.attach.toLocal.action=Attach to Local Process...
17 xdebugger.attach.toLocal.action.description=Attach to a locally running process with an available debugger
18
19 xdebugger.remove.line.breakpoint.action.text=Remove breakpoint
20 xdebugger.disable.breakpoint.action.text=Disable breakpoint
21 xdebugger.enable.breakpoint.action.text=Enable breakpoint
22 xdebugger.view.breakpoint.properties.action=Properties
23 xdebugger.view.breakpoint.reveal.action=Show Breakpoints Dialog
24 xdebugger.view.breakpoint.edit.action=Edit
25
26 xbreakpoint.tooltip.suspend.policy.all=Suspend: all
27 xbreakpoint.tooltip.suspend.policy.thread=Suspend: thread
28 xbreakpoint.tooltip.suspend.policy.none=Suspend: none
29 xbreakpoint.tooltip.condition=Condition:
30 xbreakpoint.tooltip.log.message=Log message: yes
31 xbreakpoint.tooltip.log.expression=Log expression:
32 xbreakpoint.tooltip.depends.on=Depends on:
33
34 xbreakpoints.dialog.title=Breakpoints
35 xbreakpoints.dialog.button.goto=&Go to
36 xbreakpoints.dialog.button.view.source=&View Source
37 xbreakpoints.dialog.button.remove=&Remove
38 xbreakpoints.dialog.button.add=&Add...
39 xbreakpoints.conditions.group.title=Conditions
40
41 suspend.policy.panel.title=Suspend policy
42 suspend.policy.panel.suspend=&Suspend
43 suspend.policy.panel.all=&All
44 suspend.policy.panel.thread=&Thread
45 suspend.policy.panel.makeDefault=Make De&fault
46
47 xbreakpoints.properties.actions.group.title=Actions
48 xbreakpoints.log.message.checkbox=Log &message to console
49 xbreakpoints.log.expression.checkbox=Log evaluated &expression:
50 xbreakpoints.condition.checkbox=&Condition:
51 xbreakpoints.enabled.label=Enable&d
52 xbreakpoint.group.depends.on=Depends on
53 xbreakpoint.label.after.breakpoint.was.hit=After breakpoint was hit
54 xbreakpoint.radio.disable.again=Disable again
55 xbreakpoint.radio.leave.enabled=Leave enabled
56 xbreakpoint.master.breakpoint.none=<None>
57 xbreakpoint.master.breakpoint.description=Disabled until selected breakpoint is hit:
58 rule.name.group.by.file=Group by file
59 xbreakpoint.default.display.text=Line {0} in {1}
60 xbreakpoint.label.empty=Select a breakpoint
61
62 xbreakpoint.reached.text=Breakpoint reached:
63
64 xdebugger.evaluate.language.hint=Click to change the language
65 xdebugger.evaluate.history.hint=Show history
66 xdebugger.evaluate.label.result=&Result:
67 xdebugger.button.evaluate=E&valuate
68 xdebugger.evaluate.dialog.close=Close
69 xdebugger.dialog.title.evaluate.expression=Evaluate Expression
70 xdebugger.evaluate.label.expression=Expression:
71 xdebugger.evaluate.addtowatches.hint=Use Control+Shift+Enter to add to Watches
72 dialog.title.evaluate.code.fragment=Evaluate Code Fragment
73 button.text.code.fragment.mode=Code Fragment &Mode
74 button.text.expression.mode=Expression &Mode
75 xdebugger.label.text.code.fragment=Code fragment:
76 xdebugger.evaluate.result=result
77 xdebugger.evaluate.stack.frame.has.not.evaluator=Cannot evaluate, current stack frame doesn't support evaluation
78
79 xdebugger.popup.value.tree.set.root.action.tooltip=Set As Root
80
81
82 xdebugger.building.tree.node.message=Collecting data\u2026
83 xdebugger.modifiyng.value.node.message=Modifying value\u2026
84 xdebugger.evaluating.expression.node.message=Evaluating\u2026
85 node.text.ellipsis.0.more.nodes.double.click.to.show=\u2026 ({0} more {0, choice, 1#item|2#items}. Double-click to see)
86 node.text.ellipsis.0.unknown.more.nodes.double.click.to.show=\u2026 (Double-click to see more items)
87 node.text.ellipsis.truncated=\u2026 (length: {0})
88 node.test.show.full.value=\u2026 View
89 inspect.value.dialog.title=Inspect ''{0}''
90
91 debugger.state.message.connected=Connected
92 debugger.state.message.connecting=Connecting
93 debugger.state.message.disconnected=Disconnected
94
95 debugger.runner.start.action.text=&Debug
96 string.debugger.runner.description=Debug selected configuration
97
98 # ToolWindow
99 debugger.session.tab.threads.title=Threads
100 debugger.session.tab.frames.title=Frames
101 debugger.session.tab.watches.title=Watches
102 debugger.session.tab.variables.title=Variables
103 debugger.session.tab.log.content.name=Log: {0}
104 debugger.session.tab.console.content.name=Console
105 debugger.session.tab.watches.title.with.size=Watches ({0})
106 action.next.frame.text=Next Frame
107 action.previous.frame.text=Previous Frame
108 stack.frame.loading.text=Loading\u2026
109 invalid.frame=<invalid frame>
110 xdebugger.drag.text.0.elements={0} elements
111 xdebugger.drop.text.add.to.watches=Add to watches
112 debugger.session.tab.show.watches.in.variables=Show watches in variables tab
113
114 debugger.frames.not.available=Frames are not available
115 debugger.threads.not.available=Threads are not available
116 debugger.variables.not.available=Variables are not available
117 debugger.no.watches=No watches
118 debugger.no.breakpoints=No breakpoints
119 debugger.no.results=Type an expression and press 'Enter'
120 load.value.task.error=Cannot load value\: {0}
121 load.value.task.text=Loading value
122
123 scope.global = Global
124 scope.local = Local
125 scope.with = With Block
126 scope.closure = Closure
127 scope.catch = Catch
128 scope.class = Class
129 scope.instance = Instance
130 scope.library = Library
131 scope.block = Block
132 scope.script = Script
133 scope.unknown = Unknown
134
135 setting.value.tooltip.delay.label=&Value tooltip delay (ms):
136 setting.enable.auto.expressions.label=Enable auto expressions in Variables view
137 setting.sort.alphabetically.label=Sort values a&lphabetically
138
139 setting.hide.window.label=Hide debug &window on process termination
140 setting.focus.app.on.breakpoint.label=Focus application on breakpoint
141 settings.show.window.label=Show &debug window on breakpoint
142
143 showReferring.dialog.title=Referring Objects For {0}
144 settings.show.values.inline=Show values inline
145 settings.show.value.tooltip=Show value tooltip.
146 settings.show.tooltip.on.selection=Show value tooltip on code selection
147 settings.scroll.to.center=Scroll execution point to center
148 settings.tooltip.label=If disabled, use "{0}" to show/hide tooltips
149
150 ad.extra.selection.shortcut=You can also choose an item with: {0}