Project

General

Profile

Download (760 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
	public static String BulkEditorInputType_8;
16
	static {
17
		// initialize resource bundle
18
		NLS.initializeMessages(BUNDLE_NAME, Messages.class);
19
	}
20

    
21
	private Messages() {
22
	}
23
}
(6-6/12)