core/com.nokia.carbide.discovery.ui/src/com/nokia/carbide/discovery/ui/Messages.java
changeset 1374 67b625db1866
child 1385 e626d1981906
equal deleted inserted replaced
1373:512ef0799e33 1374:67b625db1866
       
     1 package com.nokia.carbide.discovery.ui;
       
     2 
       
     3 import org.eclipse.osgi.util.NLS;
       
     4 
       
     5 public class Messages extends NLS {
       
     6 	private static final String BUNDLE_NAME = "com.nokia.carbide.discovery.ui.messages"; //$NON-NLS-1$
       
     7 	public static String DiscoveryView_CheckAllLabel;
       
     8 	public static String DiscoveryView_InstallLabel;
       
     9 	public static String DiscoveryView_MissingDirectoryURLError;
       
    10 	public static String DiscoveryView_RefreshLabel;
       
    11 	public static String DiscoveryView_StatusLineFmt;
       
    12 	public static String DiscoveryView_UncheckAllLabel;
       
    13 	static {
       
    14 		// initialize resource bundle
       
    15 		NLS.initializeMessages(BUNDLE_NAME, Messages.class);
       
    16 	}
       
    17 
       
    18 	private Messages() {
       
    19 	}
       
    20 }