core/com.nokia.carbide.discovery.ui/src/com/nokia/carbide/discovery/ui/Messages.java
changeset 1374 67b625db1866
child 1385 e626d1981906
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/com.nokia.carbide.discovery.ui/src/com/nokia/carbide/discovery/ui/Messages.java	Wed May 19 15:35:14 2010 -0500
@@ -0,0 +1,20 @@
+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_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() {
+	}
+}