1 10 package org.eclipse.ui.internal.views.properties; 11 12 import org.eclipse.osgi.util.NLS; 13 14 public class IDEPropertiesMessages extends NLS { 15 private static final String BUNDLE_NAME = "org.eclipse.ui.internal.views.properties.ideMessages"; 17 21 public static String PropertySource_notLocal; 22 public static String PropertySource_notFound; 23 public static String PropertySource_readOnly; 24 public static String PropertySource_undefinedPathVariable; 25 public static String PropertySource_fileNotExist; 26 27 public static String IResourcePropertyConstants_name; 28 public static String IResourcePropertyConstants_path; 29 public static String IResourcePropertyConstants_editable; 30 public static String IResourcePropertyConstants_derived; 31 public static String IResourcePropertyConstants_size; 32 public static String IResourcePropertyConstants_lastModified; 33 public static String IResourcePropertyConstants_info; 34 public static String IResourcePropertyConstants_location; 35 public static String IResourcePropertyConstants_resolvedLocation; 36 public static String IResourcePropertyConstants_linked; 37 public static String ResourceProperty_false; 38 public static String ResourceProperty_true; 39 40 static { 41 NLS.initializeMessages(BUNDLE_NAME, IDEPropertiesMessages.class); 43 } 44 } | Popular Tags |