blob: cf9f6889e77b2515139b2d55fb7e16200b0b8a83 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011-2015 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:
* Eugen Neufeld - initial API and implementation
******************************************************************************/
package org.eclipse.emf.ecp.internal.common.ui;
/**
* Keys for translated strings.
*
* @author Eugen Neufeld
* @generated
*/
public interface MessageKeys {
String CheckedModelElementHelper_DeselectAllLabel = "CheckedModelElementHelper_DeselectAllLabel"; //$NON-NLS-1$
String CheckedModelElementHelper_SelectAllLabel = "CheckedModelElementHelper_SelectAllLabel"; //$NON-NLS-1$
String AbstractModelElementHelper_FilterLabel = "AbstractModelElementHelper_FilterLabel"; //$NON-NLS-1$
String AbstractModelElementHelper_FilterText = "AbstractModelElementHelper_FilterText"; //$NON-NLS-1$
String NewModelElementWizard_WizardTitle_AddModelElement = "NewModelElementWizard_WizardTitle_AddModelElement"; //$NON-NLS-1$
String NewModelElementWizard_PageTitle_AddModelElement = "NewModelElementWizard_PageTitle_AddModelElement"; //$NON-NLS-1$
String NewModelElementWizard_PageDescription_AddModelElement = "NewModelElementWizard_PageDescription_AddModelElement"; //$NON-NLS-1$
String ModelelementSelectionDialog_DialogMessage_SearchPattern = "ModelelementSelectionDialog_DialogMessage_SearchPattern"; //$NON-NLS-1$
String ModelelementSelectionDialog_DialogTitle = "ModelelementSelectionDialog_DialogTitle"; //$NON-NLS-1$
String SelectModelElementWizardFactory_ModelelementSelectionDialog_WindowTitle = "SelectModelElementWizardFactory_ModelelementSelectionDialog_WindowTitle"; //$NON-NLS-1$
}