Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2006-12-20 20:00:05 +0000
committerMichael Rennie2006-12-20 20:00:05 +0000
commit774cea7c7474e989427cea11aa1e10edc84ac0a6 (patch)
treeef294c20469174b714160b099692c1878840256b /org.eclipse.debug.ui/ui/org/eclipse
parent09712c232c9d18603ffde687170ac3c88843aca2 (diff)
downloadeclipse.platform.debug-774cea7c7474e989427cea11aa1e10edc84ac0a6.tar.gz
eclipse.platform.debug-774cea7c7474e989427cea11aa1e10edc84ac0a6.tar.xz
eclipse.platform.debug-774cea7c7474e989427cea11aa1e10edc84ac0a6.zip
cleaned up missing NLS messages
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.java25
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties25
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.java1
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties1
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.java6
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties4
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/LaunchPerspectivePreferencePage.java2
7 files changed, 1 insertions, 63 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.java
index 3d0a04ec3..4f6c6b1ea 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.java
@@ -44,9 +44,6 @@ public class ActionMessages extends NLS {
public static String DetailPaneWordWrapAction_0;
public static String DetailPaneMaxLengthAction_0;
-
- public static String DisconnectActionDelegate_Disconnect_failed_1;
- public static String DisconnectActionDelegate_Exceptions_occurred_attempting_to_disconnect__2;
public static String EditLaunchConfigurationAction_1;
@@ -74,34 +71,12 @@ public class ActionMessages extends NLS {
public static String RemoveBreakpointAction_Exceptions_occurred_attempting_to_remove_a_breakpoint__5;
public static String RemoveBreakpointAction_Removing_a_breakpoint_4;
- public static String ResumeActionDelegate_Exceptions_occurred_attempting_to_resume__2;
- public static String ResumeActionDelegate_Resume_failed__1;
-
public static String ShowSupportedBreakpointsAction_Show_For_Selected;
public static String ShowSupportedBreakpointsAction_tooltip;
public static String ShowTypesAction_Show__Type_Names_1;
public static String ShowTypesAction_Show_Type_Names;
- public static String StepIntoActionDelegate_Exceptions_occurred_attempting_to_step_into_the_frame_2;
- public static String StepIntoActionDelegate_Step_into_failed_1;
-
- public static String StepOverActionDelegate_Exceptions_occurred_attempting_to_step_over_the_frame_2;
- public static String StepOverActionDelegate_Step_over_failed_1;
-
- public static String StepReturnActionDelegate_Exceptions_occurred_attempting_to_run_to_return_of_the_frame__2;
- public static String StepReturnActionDelegate_Run_to_return_failed__1;
-
- public static String SuspendActionDelegate_Exceptions_occurred_attempting_to_suspend__2;
- public static String SuspendActionDelegate_Suspend_failed_1;
-
- public static String TerminateActionDelegate_Exceptions_occurred_attempting_to_terminate__2;
-
- public static String TerminateActionDelegate_Terminate_failed__1;
-
- public static String TerminateAndRemoveActionDelegate_Exceptions_occurred_attempting_to_terminate_and_remove_2;
- public static String TerminateAndRemoveActionDelegate_Terminate_and_remove_failed_1;
-
public static String RelaunchLastAction_Cannot_relaunch_1;
public static String RelaunchLastAction_Cannot_relaunch___0___because_it_does_not_support__2__mode_2;
public static String RelaunchLastAction_Error_relaunching_3;
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
index 28aaf991c..7595cf0fb 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
@@ -28,9 +28,6 @@ CollapseAllAction_0=Collapse All
CopyToClipboardActionDelegate_Problem_Copying_to_Clipboard_1=Problem Copying to Clipboard
CopyToClipboardActionDelegate_There_was_a_problem_when_accessing_the_system_clipboard__Retry__2=There was a problem when accessing the system clipboard. Retry?
-DisconnectActionDelegate_Disconnect_failed_1=Disconnect failed
-DisconnectActionDelegate_Exceptions_occurred_attempting_to_disconnect__2=Exceptions occurred attempting to disconnect.
-
EditLaunchConfigurationAction_1=Edit {0}...
EnableBreakpointAction_Enable_breakpoint_s__failed_2=Enable/Disable breakpoint(s) failed
@@ -64,9 +61,6 @@ RemoveBreakpointAction_Removing_a_breakpoint_4=Removing a breakpoint
DeleteWorkingsetsMessageDialog_0=&Selected working set(s).
DeleteWorkingsetsMessageDialog_1=&All breakpoints contained in selected working set(s).
-ResumeActionDelegate_Exceptions_occurred_attempting_to_resume__2=Exceptions occurred attempting to resume.
-ResumeActionDelegate_Resume_failed__1=Resume failed.
-
ShowSupportedBreakpointsAction_Show_For_Selected=Show Supported &Breakpoints
ShowSupportedBreakpointsAction_tooltip=Show Breakpoints Supported by Selected Target
@@ -74,25 +68,6 @@ ShowTypesAction_Show__Type_Names_1=Show &Type Names
ShowTypesAction_Show_Type_Names=Show Type Names
ShowTypesAction_0='Show Type Names' unavailable when columns are displayed.\nConfigure columns to display type names.
-StepIntoActionDelegate_Exceptions_occurred_attempting_to_step_into_the_frame_2=Exceptions occurred attempting to step into the frame
-StepIntoActionDelegate_Step_into_failed_1=Step into failed
-
-StepOverActionDelegate_Exceptions_occurred_attempting_to_step_over_the_frame_2=Exceptions occurred attempting to step over the frame
-StepOverActionDelegate_Step_over_failed_1=Step over failed
-
-StepReturnActionDelegate_Exceptions_occurred_attempting_to_run_to_return_of_the_frame__2=Exceptions occurred attempting to run to return of the frame.
-StepReturnActionDelegate_Run_to_return_failed__1=Step return failed.
-
-SuspendActionDelegate_Exceptions_occurred_attempting_to_suspend__2=Exceptions occurred attempting to suspend.
-SuspendActionDelegate_Suspend_failed_1=Suspend failed
-
-TerminateActionDelegate_Exceptions_occurred_attempting_to_terminate__2=Exceptions occurred attempting to terminate.
-
-TerminateActionDelegate_Terminate_failed__1=Terminate failed.
-
-TerminateAndRemoveActionDelegate_Exceptions_occurred_attempting_to_terminate_and_remove_2=Exceptions occurred attempting to terminate and remove
-TerminateAndRemoveActionDelegate_Terminate_and_remove_failed_1=Terminate and remove failed
-
RelaunchLastAction_Cannot_relaunch_1=Cannot relaunch
RelaunchLastAction_Cannot_relaunch___0___because_it_does_not_support__2__mode_2=Cannot relaunch [{0}] because it does not support {1} mode
RelaunchLastAction_Error_relaunching_3=Error relaunching
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.java
index 481174b54..f4cfa6f4c 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.java
@@ -185,7 +185,6 @@ public class LaunchConfigurationsMessages extends NLS {
public static String LaunchConfigurationsDialog_1;
public static String LaunchConfigurationsDialog_4;
public static String LaunchConfigurationsDialog_5;
- public static String LaunchConfigurationsDialog_7;
public static String DeleteLaunchConfigurations_0;
public static String DeleteLaunchConfigurations_1;
public static String FilterLaunchConfigurationAction_0;
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 10ea2d987..34f07ac88 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
@@ -96,7 +96,6 @@ LaunchConfigurationsDialog_1=Delete selected launch configuration(s)
LaunchConfigurationsDialog_4=Filter launch configurations...
LaunchConfigurationsDialog_5=Duplicates the currently selected launch configuration
LaunchConfigurationsDialog_c_ancel=Cancel
-LaunchConfigurationsDialog_7=All launch configuration types are currently filtered
LaunchConfigurationPresentationManager_No_tab_group_defined_for_launch_configuration_type__0__3=No tab group defined for launch configuration type {0}
PerspectiveManager_Error_1=Error
PerspectiveManager_Unable_to_switch_perpsectives_as_specified_by_launch___0__4=Unable to open perspectives as specified by launch: {0}
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.java
index 8f49e8955..603068671 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.java
@@ -100,10 +100,8 @@ public class DebugPreferencesMessages extends NLS {
public static String PerspectivePreferencePage_0;
public static String PerspectivePreferencePage_1;
public static String PerspectivePreferencePage_2;
- public static String PerspectivePreferencePage_3;
public static String PerspectivePreferencePage_4;
public static String PerspectivePreferencePage_5;
- public static String PerspectivePreferencePage_6;
public static String LaunchConfigurationsPreferencePage_1;
public static String LaunchConfigurationsPreferencePage_0;
@@ -142,10 +140,6 @@ public class DebugPreferencesMessages extends NLS {
NLS.initializeMessages(BUNDLE_NAME, DebugPreferencesMessages.class);
}
- public static String PerspectivePreferencePage_7;
-
- public static String PerspectivePreferencePage_8;
-
public static String LaunchConfigurationsPreferencePage_2;
public static String LaunchConfigurationsPreferencePage_3;
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 c5e09167a..617e43856 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
@@ -114,12 +114,8 @@ ViewManagementPreferencePage_5=&Reset
PerspectivePreferencePage_0=These settings control perspectives for running and debugging. A perspective can automatically open when launching or when an application suspends.
PerspectivePreferencePage_1=Appli&cation types:
PerspectivePreferencePage_2=Modes/Perspec&tives:
-PerspectivePreferencePage_3={0}:
PerspectivePreferencePage_4=None
PerspectivePreferencePage_5=These settings assign perspectives to each application type or launcher and launch mode set. Select "None" to indicate that a perspective should not be opened.
-PerspectivePreferencePage_6=Perspectives
-PerspectivePreferencePage_7=&Debug
-PerspectivePreferencePage_8=De&bug
LaunchConfigurationsPreferencePage_0=Filter checked launch configuration type&s:
LaunchConfigurationsPreferencePage_1=Launch Configurations
LaunchConfigurationsPreferencePage_2=Delete configurations when associated project is deleted
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/LaunchPerspectivePreferencePage.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/LaunchPerspectivePreferencePage.java
index 19e2d97a0..5916a6747 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/LaunchPerspectivePreferencePage.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/LaunchPerspectivePreferencePage.java
@@ -304,7 +304,7 @@ public class LaunchPerspectivePreferencePage extends PreferencePage implements I
fSwitchSuspend.setPreferenceStore(getPreferenceStore());
SWTUtil.createVerticalSpacer(parent, 1);
-
+ SWTUtil.createWrapLabel(parent, DebugPreferencesMessages.PerspectivePreferencePage_5, 2);
Composite comp = SWTUtil.createComposite(parent, 2, 1, GridData.FILL_BOTH);
createTreeViewer(comp);
fPerspectivesPanel = new PerspectivesPanel(comp, DebugPreferencesMessages.PerspectivePreferencePage_2);

Back to the top