Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.examples.mixedmode/OSGI-INF/l10n/bundle.properties')
-rw-r--r--org.eclipse.debug.examples.mixedmode/OSGI-INF/l10n/bundle.properties11
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.debug.examples.mixedmode/OSGI-INF/l10n/bundle.properties b/org.eclipse.debug.examples.mixedmode/OSGI-INF/l10n/bundle.properties
new file mode 100644
index 000000000..dd1de5621
--- /dev/null
+++ b/org.eclipse.debug.examples.mixedmode/OSGI-INF/l10n/bundle.properties
@@ -0,0 +1,11 @@
+#Properties file for org.eclipse.debug.examples.mixedmode
+Bundle-Vendor = Eclipse.org
+Bundle-Name = Mixed-mode Launching Example
+launchDelegate.name = Foo Launch Delegate
+launchDelegate.name.0 = Profile Your Foo Delegate
+launchMode.label = Foo Applet Mode
+launchMode.launchAsLabel = Foo Applet
+actionSet.label = Clear Preferred Delegates
+menu.label = Preferred Delegates
+action.label = Clear AllInformation
+action.tooltip = This action is used for testing purposes only and clears all preferred delegate information from your workspace \ No newline at end of file

Back to the top