blob: 8012a2a9aecff464cb8b03ae667a566752730e65 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011-2018 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 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:
* Lucas Koehler - initial API and implementation
******************************************************************************/
package org.eclipse.emfforms.internal.core.services.datatemplate;
/**
* Keys for translated strings.
*
* @author Lucas Koehler
* @generated
*/
public interface MessageKeys {
String BlankTemplateProvider_blankTemplateLabel = "BlankTemplateProvider_blankTemplateLabel"; //$NON-NLS-1$
String SelectSubclassAndTemplateWizard_selectTemplateTitle = "SelectSubclassAndTemplateWizard_selectTemplateTitle"; //$NON-NLS-1$
String SelectSubclassAndTemplateWizard_selectTemplateDescription = "SelectSubclassAndTemplateWizard_selectTemplateDescription"; //$NON-NLS-1$
String SelectSubclassAndTemplateWizard_selectSubClassTitle = "SelectSubclassAndTemplateWizard_selectSubClassTitle"; //$NON-NLS-1$
String SelectSubclassAndTemplateWizard_selectSubClassDescription = "SelectSubclassAndTemplateWizard_selectSubClassDescription"; //$NON-NLS-1$
String SelectSubclassAndTemplateWizard_selectEClass = "SelectSubclassAndTemplateWizard_selectEClass"; //$NON-NLS-1$
String TemplateCreateNewModelElementStrategyProvider_wizardTitle = "TemplateCreateNewModelElementStrategyProvider_wizardTitle"; //$NON-NLS-1$
}