/******************************************************************************* * 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.preferences; import org.eclipse.osgi.util.NLS; public final class Messages extends NLS { private static final String BUNDLE_NAME = "org.eclipse.epp.usagedata.internal.ui.preferences.messages";//$NON-NLS-1$ private Messages() { // Do not instantiate } public static String UsageDataCapturePreferencesPage_0; public static String UsageDataCapturePreferencesPage_1; public static String UsageDataUploadingPreferencesPage_0; public static String UsageDataUploadingPreferencesPage_1; public static String UsageDataUploadingPreferencesPage_2; public static String UsageDataUploadingPreferencesPage_3; public static String UsageDataUploadingPreferencesPage_4; public static String UsageDataUploadingPreferencesPage_5; public static String UsageDataUploadingPreferencesPage_6; public static String UsageDataUploadingPreferencesPage_7; public static String UsageDataUploadingPreferencesPage_8; public static String UsageDataUploadingPreferencesPage_9; public static String UsageDataUploadingTermsOfUsePage_0; static { NLS.initializeMessages(BUNDLE_NAME, Messages.class); } }