Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a4146e5f537039dab75c4bbc3af8c73d13cbcedd (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
###############################################################################
# Copyright (c) 2011, 2013 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# 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