File: bundle.properties

package info (click to toggle)
eclipse-platform 4.29-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 70,168 kB
  • sloc: java: 524,463; xml: 64,602; javascript: 4,902; jsp: 4,210; ansic: 870; makefile: 38
file content (36 lines) | stat: -rw-r--r-- 1,409 bytes parent folder | download | duplicates (4)
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
###############################################################################
# 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