blob: 4c2bf3722a50fa0bb93a5579219444d5835b812f [file] [log] [blame]
/**********************************************************************
* 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.ui.internal.views.properties;
import org.eclipse.osgi.util.NLS;
public class IDEPropertiesMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.ui.internal.views.properties.ideMessages";//$NON-NLS-1$
// ==============================================================================
// Properties View - IDE-specific strings
// ==============================================================================
public static String PropertySource_notLocal;
public static String PropertySource_notFound;
public static String PropertySource_readOnly;
public static String PropertySource_undefinedPathVariable;
public static String PropertySource_fileNotExist;
public static String IResourcePropertyConstants_name;
public static String IResourcePropertyConstants_path;
public static String IResourcePropertyConstants_editable;
public static String IResourcePropertyConstants_derived;
public static String IResourcePropertyConstants_size;
public static String IResourcePropertyConstants_lastModified;
public static String IResourcePropertyConstants_info;
public static String IResourcePropertyConstants_location;
public static String IResourcePropertyConstants_resolvedLocation;
public static String IResourcePropertyConstants_linked;
public static String ResourceProperty_false;
public static String ResourceProperty_true;
static {
// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, IDEPropertiesMessages.class);
}
}