blob: 7657d4575a9d1fd0225754a86b6d67e069204ba5 [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.diffmerge.swt;
/**
* Keys for translated strings.
*
* @author Eugen Neufeld
* @generated
*/
public interface MessageKeys {
String DiffDialog_Confirm = "DiffDialog_Confirm"; //$NON-NLS-1$
String DiffDialog_DiffConfirmed = "DiffDialog_DiffConfirmed"; //$NON-NLS-1$
String DiffDialog_DifferenceGroup = "DiffDialog_DifferenceGroup"; //$NON-NLS-1$
String DiffDialog_leftObject = "DiffDialog_leftObject"; //$NON-NLS-1$
String DiffDialog_targetObject = "DiffDialog_targetObject"; //$NON-NLS-1$
String DiffDialog_Next = "DiffDialog_Next"; //$NON-NLS-1$
String DiffDialog_Previous = "DiffDialog_Previous"; //$NON-NLS-1$
String DiffDialog_replaceWithLeft = "DiffDialog_replaceWithLeft"; //$NON-NLS-1$
String DiffDialog_replaceWithRight = "DiffDialog_replaceWithRight"; //$NON-NLS-1$
String DiffDialog_rightObject = "DiffDialog_rightObject"; //$NON-NLS-1$
String DiffDialog_title = "DiffDialog_title"; //$NON-NLS-1$
}