blob: b65fd419041b899268fd44de9cc508f6dc24fcc7 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011-2014 EclipseSource Muenchen GmbH 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:
* jfaltermeier - initial API and implementation
******************************************************************************/
package org.eclipse.emf.ecp.ide.editor.view.messages;
import org.eclipse.osgi.util.NLS;
/**
* @author jfaltermeier
* @generated
*
*/
public class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.emf.ecp.ide.editor.view.messages.messages"; //$NON-NLS-1$
public static String ViewEditorPart_EcoreSelectionTitle;
public static String ViewEditorPart_EcoreSelectionValidation;
public static String ViewEditorPart_EditorViewChanged;
public static String ViewEditorPart_LoadedPartyDescription;
public static String ViewEditorPart_LoadedPartyTitle;
public static String ViewEditorPart_MigrationErrorText1;
public static String ViewEditorPart_MigrationErrorText2;
public static String ViewEditorPart_MigrationErrorTitle;
public static String ViewEditorPart_MigrationQuestion;
public static String ViewEditorPart_MigrationTitle;
public static String ViewEditorPart_No;
public static String ViewEditorPart_ViewCannotBeDisplayed;
public static String ViewEditorPart_Warning;
public static String ViewEditorPart_Yes;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}