blob: abf445d33f7b75b2770011b4a9f53f20d12340a0 [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2005 IBM Corporation 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:
* IBM Corporation - initial API and implementation
****************************************************************************/
package org.eclipse.gmf.runtime.emf.clipboard.core.internal.l10n;
import org.eclipse.osgi.util.NLS;
/**
* An accessor class for externalized strings.
*
* @author Christian Vogt (cvogt)
*/
public class EMFClipboardCoreMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.gmf.runtime.emf.clipboard.core.internal.l10n.EMFClipboardCoreMessages"; //$NON-NLS-1$
public static String copypaste_duplicateId;
public static String pasteChildOperation_copyPrefix;
public static String missing_nsUri_ERROR_;
public static String unresolved_nsUri_ERROR_;
public static String missing_class_ERROR_;
public static String factory_failed_ERROR_;
static {
NLS.initializeMessages(BUNDLE_NAME, EMFClipboardCoreMessages.class);
}
}