blob: c476c5a9bc625b8201f8b7c4f67f5766911d22e4 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 The Eclipse Foundation 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:
* The Eclipse Foundation - initial API and implementation
*******************************************************************************/
package org.eclipse.epp.internal.mpc.core.util;
import org.eclipse.osgi.util.NLS;
class Messages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.epp.internal.mpc.core.util.messages"; //$NON-NLS-1$
public static String P2TransportFactory_AuthenticationFailed;
public static String DefaultMarketplaceService_serviceUnavailable503;
public static String FallbackTransportFactory_disablingTransport;
public static String FallbackTransportFactory_fallbackStream;
public static String ProxyAuthenticator_prompt;
public static String ProxyHelper_replacingAuthenticator;
public static String ServiceUtil_ignoringIncompatibleServiceProperty;
public static String TransportFactory_NoLegacyTransportFactoriesError;
public static String TransportFactory_transportAvailabilityError;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
private Messages() {
}
}