Project

General

Profile

Download (714 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.taxeditor.bulkeditor.input;
2

    
3
import org.eclipse.osgi.util.NLS;
4

    
5
public class Messages extends NLS {
6
	private static final String BUNDLE_NAME = "OSGI-INF/l10n/messages"; //$NON-NLS-1$
7
	public static String BulkEditorInputType_0;
8
	public static String BulkEditorInputType_1;
9
	public static String BulkEditorInputType_2;
10
	public static String BulkEditorInputType_3;
11
	public static String BulkEditorInputType_4;
12
	public static String BulkEditorInputType_5;
13
	public static String BulkEditorInputType_6;
14
	public static String BulkEditorInputType_7;
15
	static {
16
		// initialize resource bundle
17
		NLS.initializeMessages(BUNDLE_NAME, Messages.class);
18
	}
19

    
20
	private Messages() {
21
	}
22
}
(5-5/11)