core/com.nokia.carbide.discovery.ui/src/com/nokia/carbide/discovery/ui/Messages.java
author wpaul
Mon, 24 May 2010 21:20:25 -0500
changeset 1395 0ca4f91f68bb
parent 1385 e626d1981906
child 1523 2786ba7415f3
permissions -rw-r--r--
add project validation to our launch types as it's not done by CDT with us passing the DONT_CHECK_PROGRAM flag.

package com.nokia.carbide.discovery.ui;

import org.eclipse.osgi.util.NLS;

public class Messages extends NLS {
	private static final String BUNDLE_NAME = "com.nokia.carbide.discovery.ui.messages"; //$NON-NLS-1$
	public static String DiscoveryView_AdvancedInstallLabel;
	public static String DiscoveryView_CheckAllLabel;
	public static String DiscoveryView_InstallLabel;
	public static String DiscoveryView_MissingDirectoryURLError;
	public static String DiscoveryView_RefreshLabel;
	public static String DiscoveryView_StatusLineFmt;
	public static String DiscoveryView_UncheckAllLabel;
	static {
		// initialize resource bundle
		NLS.initializeMessages(BUNDLE_NAME, Messages.class);
	}

	private Messages() {
	}
}