blob: 6690638fd1100037e7950b0d5ad55d128b22eef8 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2007 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
* yyyymmdd bug Email and other contact information
* -------- -------- -----------------------------------------------------------
* 20070201 154100 pmoogk@ca.ibm.com - Peter Moogk, Port internet code from WTP to Eclipse base.
*******************************************************************************/
package org.eclipse.ui.internal.net;
import org.eclipse.osgi.util.NLS;
public final class NetUIMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.ui.internal.net.messages";//$NON-NLS-1$
private NetUIMessages() {
// Do not instantiate
}
public static String BUTTON_PREFERENCE_ADD;
public static String BUTTON_PREFERENCE_EDIT;
public static String BUTTON_PREFERENCE_REMOVE;
public static String ProxyPreferencePage_0;
public static String ProxyPreferencePage_1;
public static String ProxyPreferencePage_2;
public static String ProxyPreferencePage_22;
public static String ProxyPreferencePage_23;
public static String ProxyPreferencePage_24;
public static String ProxyPreferencePage_25;
public static String ProxyPreferencePage_26;
public static String ProxyPreferencePage_27;
public static String ProxyPreferencePage_3;
public static String ProxyPreferencePage_37;
public static String ProxyPreferencePage_38;
public static String ProxyPreferencePage_39;
public static String ProxyPreferencePage_4;
public static String ProxyPreferencePage_40;
public static String ProxyPreferencePage_5;
public static String ProxyPreferencePage_6;
public static String ProxyPreferencePage_7;
public static String ProxyPreferencePage_8;
public static String ProxyPreferencePage_9;
public static String TITLE_PREFERENCE_HOSTS_DIALOG;
public static String LABEL_PREFERENCE_HOSTS_DIALOG;
public static String UserValidationDialog_0;
public static String UserValidationDialog_1;
public static String UserValidationDialog_2;
public static String UserValidationDialog_3;
static {
NLS.initializeMessages(BUNDLE_NAME, NetUIMessages.class);
}
}