blob: 2d9168146401cd0b728a4365c581e8e10bc9ab8c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008, 2010 IBM Corporation and others.
*
* 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.pde.api.tools.ui.internal.properties;
import org.eclipse.osgi.util.NLS;
public class PropertiesMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.pde.api.tools.ui.internal.properties.propertiesmessages"; //$NON-NLS-1$
public static String ApiErrorWarningsPropertyPage_0;
public static String ApiErrorWarningsPropertyPage_1;
public static String ApiFiltersPropertyPage_55;
public static String ApiFiltersPropertyPage_57;
public static String ApiFiltersPropertyPage_58;
public static String ApiFiltersPropertyPage_59;
public static String ApiFiltersPropertyPage_comment;
public static String ApiFiltersPropertyPage_edit_button;
public static String ApiFiltersPropertyPage_edit_comment;
public static String ApiFiltersPropertyPage_edit_filter_comment;
static {
// initialize resource bundle
NLS.initializeMessages(BUNDLE_NAME, PropertiesMessages.class);
}
private PropertiesMessages() {
}
}