Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: bcb8fe4a62269c5630fbb15efc26dfffd5100063 (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
ActionsPropertyPage.1=Actions for this breakpoint:
ActionsPropertyPage.2=Available actions:
ActionsPreferencePage.0=Actions available for any breakpoint in the workspace:
PreferenceInitializer.1=Default value
GlobalActionsList.0=Name
GlobalActionsList.1=Type
GlobalActionsList.2=Summary
GlobalActionsList.3=Attach
GlobalActionsList.4=New...
GlobalActionsList.5=Edit...
GlobalActionsList.6=Delete
ActionsList.0=Name
ActionsList.1=Type
ActionsList.2=Summary
ActionsList.3=Remove
ActionsList.4=Up
ActionsList.5=Down
ActionDialog.0=New Breakpoint Action
ActionDialog.1=Action name:
ActionDialog.2=Action type:
SoundActionComposite.4=Select a sound to play when the breakpoint is hit:
SoundActionComposite.5=Choose a sound file:
SoundActionComposite.6=Browse...
SoundActionComposite.7=Play Sound
SoundActionComposite.9=That sound file does not exist.
SoundAction.ActionTypeName=Sound Action
LogActionComposite.0=Message to log when the breakpoint is hit:
LogActionComposite.1=Evaluate as expression
LogAction.ConsoleTitle=Log Action Messages
LogAction.UntitledName=Untitled Log Action
LogAction.TypeName=Log Action

ExternalToolActionComposite.ToolLabel=External Tool:
ExternalToolActionComposite.DialogTitle=External Tools
ExternalToolActionComposite.DialogMessage=Choose an External Tool to run
ExternalToolActionComposite.ChooseButtonTitle=Choose...
ExternalToolActionComposite.ExternalToolsButtonTitle=External Tools...
ExternalToolAction.Summary=Run {0}
ExternalToolAction.TypeName=External Tool Action
ResumeAction.UntitledName=Untitled Resume Action
ResumeAction.SummaryImmediately=Resume immediately
ResumeActionComposite.ResumeAfterLabel=Resume after 
ResumeAction.SummaryResumeTime=Resume after {0} seconds
ResumeActionComposite.Seconds=seconds
ResumeAction.TypeName=Resume Action

Back to the top