blob: dfe469264b0b469d35980d41d17092da30577136 [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.view.internal.table.swt;
/**
* Keys for translated strings.
*
* @author Eugen Neufeld
* @generated
*/
public interface MessageKeys {
String TableControl_ValidationStatusColumn = "TableControl_ValidationStatusColumn"; //$NON-NLS-1$
String TableControl_RemoveSelected = "TableControl_RemoveSelected"; //$NON-NLS-1$
String TableControl_AddInstanceOf = "TableControl_AddInstanceOf"; //$NON-NLS-1$
String TableControl_Delete = "TableControl_Delete"; //$NON-NLS-1$
String TableControl_DeleteAreYouSure = "TableControl_DeleteAreYouSure"; //$NON-NLS-1$
String TableControl_MoveUp = "TableControl_MoveUp"; //$NON-NLS-1$
String TableControl_MoveDown = "TableControl_MoveDown"; //$NON-NLS-1$
String TableControl_Duplicate = "TableControl_Duplicate"; //$NON-NLS-1$
}