blob: 06e424a9d054b40a02183526f192197b9c4320bb [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2016 CEA LIST.
*
*
* 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:
* Vincent Lorenzo (CEA LIST) vincent.lorenzo@cea.fr - Initial API and implementation
*
*****************************************************************************/
package org.eclipse.papyrus.interoperability.rpy.messages;
import org.eclipse.osgi.util.NLS;
/**
* @author VL222926
*
*/
public class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.papyrus.interoperability.rpy.messages.messages"; //$NON-NLS-1$
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
public static String TransformationRpyWizard_WizardTitle;
public static String RpyProjectHandler_IgnoredSubFile;
public static String RpyProjectHandler_FileNotFoundHandleReference;
public static String RpyProjectHandler_NotFoundIDReference;
public static String RpyProjectHandler_FileNotFoundElementReference;
public static String RpyUtil_UnknownExtension;
public static String UMLRpyImporter_FeatureNotFound;
}