From 5b4efd7a85bdd38144d6e7dd13a5fe466532c16e Mon Sep 17 00:00:00 2001 From: Michael Rennie Date: Tue, 20 Feb 2007 21:19:14 +0000 Subject: Bug 174527 NLS:questions about LaunchConfigurationsMessages.properties --- .../LaunchConfigurationsMessages.properties | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties') 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}] -- cgit v1.2.3