blob: a0e1723bb686c2d7aa9b4f9a6b7dc461b31b3b4a [file] [log] [blame]
/**********************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
* available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM - Initial API and implementation
**********************************************************************/
package org.eclipse.debug.internal.ui.views;
import org.eclipse.osgi.util.NLS;
public class DebugUIViewsMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.debug.internal.ui.views.DebugUIViewsMessages";//$NON-NLS-1$
public static String ExpressionInformationControl_5;
public static String find_replace_action_label;
public static String find_replace_action_tooltip;
public static String find_replace_action_image;
public static String find_replace_action_description;
public static String ConsoleView__Copy_Ctrl_C_6;
public static String ConsoleView__Paste_Ctrl_V_9;
public static String ConsoleView_Copy_7;
public static String ConsoleView_Cu_t_Ctrl_X_3;
public static String ConsoleView_Cut_4;
public static String ConsoleView_Paste_10;
public static String ConsoleView_Paste_Clipboard_Text_11;
public static String ConsoleView_Select__All_Ctrl_A_12;
public static String ConsoleView_Select_All;
public static String LaunchView_Error_1;
public static String LaunchViewer_0;
public static String LaunchViewer_1;
public static String LaunchView_0;
public static String LaunchView_1;
public static String LaunchView_2;
public static String LaunchView_Exception_occurred_opening_editor_for_debugger__2;
public static String LaunchView_Terminate_and_Remove_1;
public static String LaunchView_Terminate_and_remove_selected__2;
public static String LaunchView_Exceptions_occurred_attempting_to_terminate_and_remove_3;
public static String LaunchView_Terminate_and_Remove_4;
public static String LaunchView_Terminate_and_remove_failed_5;
public static String SourceNotFoundEditorInput_Source_Not_Found_1;
public static String SourceNotFoundEditorInput_Source_not_found_for__0__2;
public static String BreakpointsView_6;
public static String BreakpointsView_7;
public static String BreakpointsView_8;
public static String BreakpointsView_9;
public static String BreakpointsView_0;
public static String BreakpointsView_10;
public static String BreakpointsView_11;
public static String BreakpointsView_1;
public static String BreakpointWorkingSetPage_0;
public static String BreakpointWorkingSetPage_1;
public static String BreakpointWorkingSetPage_2;
public static String BreakpointWorkingSetPage_3;
public static String BreakpointWorkingSetPage_4;
public static String BreakpointWorkingSetPage_5;
public static String BreakpointWorkingSetPage_6;
public static String BreakpointWorkingSetPage_selectAll_label;
public static String BreakpointWorkingSetPage_selectAll_toolTip;
public static String BreakpointWorkingSetPage_deselectAll_label;
public static String BreakpointWorkingSetPage_deselectAll_toolTip;
public static String DebugViewLabelDecorator_0;
public static String AbstractDebugEventHandler_0;
public static String IncrementalDeferredTreeContentManager_0;
public static String IncrementalDeferredTreeContentManager_1;
public static String OtherBreakpointOrganizer_0;
public static String WorkingSetCategory_0;
public static String RemoteTreeViewer_0;
public static String RemoteTreeContentManager_0;
static {
// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, DebugUIViewsMessages.class);
}
}