blob: 032a8c77386b2e47c1bbdee82393e5ed6e5c6f90 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011-2014 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:
* Jonas - initial API and implementation
******************************************************************************/
package org.eclipse.emf.ecp.emfstore.internal.ui;
import org.eclipse.osgi.util.NLS;
/**
* @author Jonas
* @generated
*
*/
public class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.emf.ecp.emfstore.internal.ui.messages"; //$NON-NLS-1$
public static String EMFStoreUIProvider_Certificate;
public static String EMFStoreUIProvider_Port;
public static String EMFStoreUIProvider_SelectCertificate;
public static String EMFStoreUIProvider_URL;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}