Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2007-02-20 21:19:14 +0000
committerMichael Rennie2007-02-20 21:19:14 +0000
commit5b4efd7a85bdd38144d6e7dd13a5fe466532c16e (patch)
tree1a53bc85b147d6731849e32c35f601d2145daae8
parente815370c058008fa602e8696bd0d54cb0e43fbc3 (diff)
downloadeclipse.platform.debug-5b4efd7a85bdd38144d6e7dd13a5fe466532c16e.tar.gz
eclipse.platform.debug-5b4efd7a85bdd38144d6e7dd13a5fe466532c16e.tar.xz
eclipse.platform.debug-5b4efd7a85bdd38144d6e7dd13a5fe466532c16e.zip
Bug 174527
NLS:questions about LaunchConfigurationsMessages.properties
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
index 7e922e57a..a620eb26c 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
@@ -102,7 +102,19 @@ PerspectiveManager_Error_1=Error
PerspectiveManager_Unable_to_switch_perpsectives_as_specified_by_launch___0__4=Unable to open perspectives as specified by launch: {0}
PerspectiveManager_Unable_to_switch_to_perspective___0__2=Unable to open perspective: {0}
LaunchShortcutExtension_Error_4=Error
+
+# {0} acts as a placeholder for the name of the mode that is in the process of being launched
+# Possible values include Run, Debug, Profile, or any label of a contributed ILaunchMode
LaunchShortcutSelectionDialog_0={0} As...
+
+#{ 0} has possible values as described for LaunchShortcutSelectionDialog_0.
+#
+# {1} is the name of the IResource that acts as the context for this dialog to be opened.
+# More specifically it is the backing resource which is used to provide the dialog with its
+# input of launch shortcuts.
+# Possible values can be the name of any IResource in the current workspace: for example
+# if you tried to launch a class named Main in the file Main.java and you were presented
+# with the selection dialog, the value of {1} would be Main.java (the name of the IResource)
LaunchShortcutSelectionDialog_1=&Select how to {0} {1}:
LaunchShortcutSelectionDialog_2=&Make generated settings the default for [{0}]
LaunchShortcutSelectionDialog_3=Ma&ke generated settings the default for project [{0}]

Back to the top