Skip to main content
summaryrefslogtreecommitdiffstats
blob: f5aadbbe57a2488d383439c7733d2a97681264d4 (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
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.error.0=Missing sound file "{0}"
SoundAction.ActionTypeName=Sound Action
SoundAction.UntitledName=Untitled 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
LogAction.error.0=Could not execute log action: "{0}".

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.error.0=There is no launch configuration named "{0}".
ExternalToolAction.error.1=Could not launch "{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
ResumeAction.error.0=IResumeActionEnabler not registered in context.
ResumeAction.error.1=Could not resume. 

Back to the top