Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: bc05c8b77c53cadc31666fca0690d28746a91cbf (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                               
                                                      


                                                                      
                                                          


                                        
























                                                                               

                          
###############################################################################
# Copyright (c) 2011, 2013 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
Bundle-Name = Example Debug UI Plug-in
pda.launchConfigurationTabGroup.description = Specify and launch a PDA program
midi.launchConfigurationTabGroup.description = Play a MIDI file
pda.shortcut.label = PDA Application
midi.shortcut.description = Plays a standard MIDI file
midi.shortcut.label = MIDI File
pda.editor.name = PDA Editor
notused.action.label = Not Used
data.stack.view.name = PDA Data Stack
checkbox.view.name = Checkbox View
context.description = Debugging PDA Programs
context.name = Debugging PDA Programs
toggle.bp.action.label = Toggle Breakpoint
run.to.line.action.label = Run to Line
pop.frame.action.label = Pop Frame
add.memoryblock.action.label = Add Memory Block
push.command.name = Push
pop.command.name = Pop
push.command.label = Push
pop.command.label = Pop
push.command.label2 = Push
pop.command.label2 = Pop
Bundle-Vendor = Eclipse.org

Back to the top