Skip to main content
summaryrefslogblamecommitdiffstats
blob: 26215558371979885b60b9a3bbcfc1295b604277 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                          
                                                                   

                                                         
  
                              



                                 
                         
                                


                                   
                                                                       
                                                
  
                           
                             


                       


                                  


                                            


                                                   
                                                             
                                                              
                                                                        
                                                                           
                                                              
  
                              
                      
                             




                                   
                                         


                                       
                              
                            
                                           

                                         

                                   


                                        

                                      

                                                                 
 

                      
                            
 



                                                     
                                                     
                                        
 
                                  
                                                          



                                                           


                                                           
#########################################
# (c) Copyright IBM Corp. 2000, 2001.
# All Rights Reserved.
#########################################

pluginName=Debug UI

DebugPerspective.name=Debug
 
LauncherPropertyPage.name=Launcher
LaunchConfigurationTypePropertyPage.name=Launch Configuration Type

DebugActionGroupsPreferencePage.name=Debug Action Groups
 
DebugViewsCategory.name=Debug
DebugView.name=Debug
ProcessesView.name=Processes
BreakpointsView.name=Breakpoints
VariablesView.name=Variables
ConsoleView.name=Console
ExpressionView.name=Expressions
 
DebugPreferencePage.name=Debug
ConsolePreferencePage.name=Console
LaunchConfigurationTypesPreferencePage.name=Launch Configuration Types
LaunchHistoryPreferencePage.name=Launch History
 
DebugActionSet.label=Debug
LaunchActionSet.label=Launch
 
DebugMenu.label=&Debug
 
DebugWithAction.label=Debug &With
RunWithAction.label=Run W&ith

DebugHistoryMenuAction.label=Debug &History
RunHistoryMenuAction.label=Run Histor&y

DebugConfigurations.label=D&ebug Configurations...
RunConfigurations.label=R&un Configurations...

DebugModelPresentationExtensionName=Debug Model Presentation
LaunchConfigruationTabExtensionName=Launch Configuration Tab 
LaunchConfigruationTabGroupExtensionName=Launch Configuration Tab Group
LaunchConfigurationTypeImageExtensionName=Launch Configuration Type Image 
LaunchConfigurationShortcutName=Launch Configuration Shortcut
 
RunAction.label=&Run@Ctrl+F11
RunAction.tooltip=Run
DebugAction.label=&Debug@F11
DebugAction.tooltip=Debug
StepIntoAction.label=Step &Into@F5
StepIntoAction.tooltip=Step into
StepOverAction.label=Step &Over@F6
StepOverAction.tooltip=Step over
StepReturnAction.label=R&un to Return@F7
StepReturnAction.tooltip=Run to return
SuspendAction.label=&Suspend
SuspendAction.tooltip=Suspend
ResumeAction.label=R&esume@F8
ResumeAction.tooltip=Resume
RelaunchLastAction.label=Relaunch &Last@F9
RelaunchLastAction.tooltip=Relaunch last
TerminateAction.label=&Terminate
TerminateAction.tooltip=Terminate
DisconnectAction.label=Dis&connect
DisconnectAction.tooltip=Disconnect

DisableBreakpointsAction.label=&Disable
EnableBreakpointsAction.label=&Enable

RemoveAllTerminatedAction.tooltip=Remove All Terminated Launches
RemoveAllTerminatedAction.label=Remove &All Terminated

commonTabName=&Common

SelectAll.label=Select &All

CopyToClipboardAction.label=&Copy Stack
CopyVariablesToClipboardAction.label=Copy &Variables

RelaunchAction.label=Re&launch
TerminateAndRemoveAction.label=Ter&minate and Remove
TerminateAllAction.label=Termi&nate All

RemoveAllAction.label=Remo&ve All
RemoveAllBreakpointsAction.tooltip=Remove All Breakpoints
RemoveAllExpressionsAction.tooltip=Remove All Expressions

RemoveAction.label=&Remove
RemoveBreakpointAction.tooltip=Remove Selected Breakpoints
RemoveExpressionAction.tooltip=Remove Selected Expressions

DebugActionGroupsExtensionName= Debug Action Groups

Back to the top