/******************************************************************************* * 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 - initial API and implementation *******************************************************************************/ package org.eclipse.epp.usagedata.internal.ui.wizards; import org.eclipse.osgi.util.NLS; public final class Messages extends NLS { private static final String BUNDLE_NAME = "org.eclipse.epp.usagedata.internal.ui.wizards.messages";//$NON-NLS-1$ private Messages() { // Do not instantiate } public static String SelectActionWizardPage_10; public static String SelectActionWizardPage_11; public static String SelectActionWizardPage_12; public static String SelectActionWizardPage_13; public static String SelectActionWizardPage_14; public static String SelectActionWizardPage_15; public static String SelectActionWizardPage_16; public static String SelectActionWizardPage_17; public static String SelectActionWizardPage_3; public static String SelectActionWizardPage_4; public static String SelectActionWizardPage_5; public static String SelectActionWizardPage_9; public static String TermsOfUseWizardPage_1; public static String TermsOfUseWizardPage_2; public static String UploadPreviewPage_1; public static String UploadPreviewPage_2; static { NLS.initializeMessages(BUNDLE_NAME, Messages.class); } }