blob: 44c0044a10c84ef04a96197e3468bac6f92338ad [file] [log] [blame]
/**********************************************************************
* Copyright (c) 2004, 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.actions.breakpointGroups;
import org.eclipse.osgi.util.NLS;
public class BreakpointGroupMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.debug.internal.ui.actions.breakpointGroups.BreakpointGroupMessages";//$NON-NLS-1$
//
// Copyright (c) 2004, 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 Corporation - initial API and implementation
//
public static String GroupBreakpointsByAction_0;
public static String GroupBreakpointsByAction_1;
public static String GroupBreakpointsByDialog_0;
public static String GroupBreakpointsByDialog_1;
public static String GroupBreakpointsByDialog_2;
public static String GroupBreakpointsByDialog_3;
public static String GroupBreakpointsByDialog_4;
public static String GroupBreakpointsByDialog_5;
public static String GroupBreakpointsByDialog_6;
public static String GroupBreakpointsByDialog_7;
public static String CopyBreakpointsAction_0;
public static String CopyBreakpointsAction_1;
public static String CopyBreakpointsAction_2;
public static String CopyBreakpointsAction_3;
public static String PasteBreakpointsAction_0;
public static String PasteBreakpointsAction_1;
public static String RemoveFromWorkingSetAction_0;
static {
// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, BreakpointGroupMessages.class);
}
}