Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2007-01-25 15:55:15 +0000
committerMichael Rennie2007-01-25 15:55:15 +0000
commitc2e66ad7317314064d10282813f3ff2682fe2872 (patch)
treeff239fbbbe2c3a31301c5eedf263734b50dad9a0 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties
parentec3c90c691cfafab291246da23a5d063fe508aab (diff)
downloadeclipse.platform.debug-c2e66ad7317314064d10282813f3ff2682fe2872.tar.gz
eclipse.platform.debug-c2e66ad7317314064d10282813f3ff2682fe2872.tar.xz
eclipse.platform.debug-c2e66ad7317314064d10282813f3ff2682fe2872.zip
Bug 74480
[launching] Simplify the launch experience for less technical users of Eclipse
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties
index 0cda21b10..a3483a05f 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties
@@ -16,6 +16,10 @@ ConsolePreferencePage_Standard_Error__3=Standard &Error text color:
ConsolePreferencePage_Standard_In__4=Standard &In text color:
ConsolePreferencePage_Standard_Out__2=Standard &Out text color:
ConsolePreferencePage_Wrap_text_1=Fixed &width console
+ContextualLaunchPreferencePage_0=This page is used to edit contextual launching options (EXPERIMENTAL).
+ContextualLaunchPreferencePage_1=&Enable contextual launching.
+ContextLaunchingPreferencePage_0=Launch previous when no context available
+ContextLaunchingPreferencePage_1=Launch project of un-runnable context
ConsolePreferencePage_Console_width=&Maximum character width:
ConsolePreferencePage_Limit_console_output_1=&Limit console output
ConsolePreferencePage_Console_buffer_size__characters___2=Console &buffer size (characters):
@@ -127,3 +131,16 @@ LaunchDelegatesPreferencePage_0=Default Launcher
LaunchDelegatesPreferencePage_4=Launcher Description
LaunchPerspectivePreferencePage_0=There is no perspective information available to change.
LaunchPerspectivePreferencePage_1=The selected types/launchers do not have any common mode sets.
+DefaultLaunchConfigurationsPropertiesPage_0=This page allows you to select a default way to launch the currently selected resource.
+DefaultLaunchConfigurationsPropertiesPage_1=&Select default configuration for {0}:
+DefaultLaunchConfigurationsPropertiesPage_2=&New...
+DefaultLaunchConfigurationsPropertiesPage_3=Create new launch configuration
+DefaultLaunchConfigurationsPropertiesPage_4=Du&plicate
+DefaultLaunchConfigurationsPropertiesPage_5=Duplicate selected launch configuration
+DefaultLaunchConfigurationsPropertiesPage_6=&Edit...
+DefaultLaunchConfigurationsPropertiesPage_7=Edit selected launch configuration
+DefaultLaunchConfigurationsPropertiesPage_8=De&lete
+DefaultLaunchConfigurationsPropertiesPage_9=Delete selected launch configuration
+DefaultLaunchConfigurationsPropertiesPage_10=Configuration must be located in project {0}
+DefaultLaunchConfigurationsPropertiesPage_11=Select Configuration Type
+DefaultLaunchConfigurationsPropertiesPage_12=&Select the configuration type to create:

Back to the top