blob: f2effd56001c9a240788ec5f5b62208c2722c535 [file] [log] [blame]
/**
* All rights reserved. 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
*/
package org.eclipse.papyrus.moka.tracepoint.service;
import org.eclipse.osgi.util.NLS;
public class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.papyrus.moka.tracepoint.service.messages"; //$NON-NLS-1$
public static String TraceActionSelection_ClassOptions;
public static String TraceActionSelection_ImplementationOptions;
public static String TraceActionSelection_NoPluginsProvideTraceExt;
public static String TraceActionSelection_NotAvail;
public static String TraceActionSelection_OperationOptions;
public static String TraceActionSelection_SelectTraceAction;
public static String TraceActionSelection_StateOptions;
public static String TPPreferencePage_ClassOptions;
public static String TPPreferencePage_OperationOptions;
public static String TPPreferencePage_StateOptions;
public static String TPPreferencePage_TMforOperations;
public static String TPPreferencePage_TMforPorts;
public static String TPPreferencePage_TMforStateMachines;
public static String TPPreferencePage_TraceOptions;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}