blob: 0cc5a14410999755abefd5f8435ec9e461bc94d6 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2014 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM - Initial API and implementation
*******************************************************************************/
package org.eclipse.debug.internal.ui.views.console;
import org.eclipse.osgi.util.NLS;
public class ConsoleMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.debug.internal.ui.views.console.ConsoleMessages";//$NON-NLS-1$
public static String ConsoleRemoveAllTerminatedAction_0;
public static String ConsoleRemoveAllTerminatedAction_1;
public static String ConsoleTerminateAction_0;
public static String ConsoleTerminateAction_1;
public static String ProcessConsole_0;
public static String ProcessConsole_1;
public static String ProcessConsole_2;
public static String ProcessConsole_3;
static {
// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, ConsoleMessages.class);
}
public static String ConsoleRemoveTerminatedAction_0;
public static String ConsoleRemoveTerminatedAction_1;
public static String ShowStandardErrorAction_0;
public static String ShowStandardOutAction_0;
}