blob: a8e9cf3c06282b85ed08435294730f9bf4c11d4e [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2013, 2017 CEA LIST 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:
* CEA LIST - Initial API and implementation
* Eike Stepper (CEA) - bug 466520
*****************************************************************************/
package org.eclipse.papyrus.cdo.internal.ui.hyperlink;
import org.eclipse.osgi.util.NLS;
/**
* This is the Messages type. Enjoy.
*/
public class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.papyrus.cdo.internal.ui.hyperlink.messages"; //$NON-NLS-1$
public static String CDOResourceHyperlink_noSuchResource;
public static String CDOResourceHyperlink_notConnected;
public static String CDOResourceHyperlink_openError;
public static String CDOResourceHyperlinkEditorShell_message;
public static String CDOResourceHyperlinkEditorShell_title;
public static String CDOResourceHyperlinkHelper_name;
public static String CDOResourceHyperlinkLabelProvider_tipAndURI;
public static String CDOResourceHyperlinkLabelProvider_uriOnly;
public static String DropStrategy_desc;
public static String DropStrategy_label;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}