blob: 76a001c817f0b56e84dd9c07a9a979c8458e84e0 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005, 2008 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.ui.internal.views.properties;
import org.eclipse.osgi.util.NLS;
/**
*/
public class PropertiesMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.ui.internal.views.properties.messages";//$NON-NLS-1$
// package: org.eclipse.ui.views.properties
// ==============================================================================
// Properties View
// ==============================================================================
/** */
public static String Categories_text;
/** */
public static String Categories_toolTip;
/** */
public static String Columns_text;
/** */
public static String Columns_toolTip;
/** */
public static String CopyProperty_text;
/** */
public static String Defaults_text;
/** */
public static String Defaults_toolTip;
/** */
public static String Filter_text;
/** */
public static String Filter_toolTip;
/** */
public static String PropertyViewer_property;
/** */
public static String PropertyViewer_value;
/** */
public static String PropertyViewer_misc;
/** */
public static String CopyToClipboardProblemDialog_title;
/** */
public static String CopyToClipboardProblemDialog_message;
static {
// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, PropertiesMessages.class);
}
}