Revision b6bb07b9
Added by Patrick Plitzner over 6 years ago
eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/Messages.java | ||
---|---|---|
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 |
} |
|
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 USER_CREATOR_user_exists_title; |
|
8 |
public static String USER_CREATOR_user_exists; |
|
9 |
public static String BulkEditorInputType_0; |
|
10 |
public static String BulkEditorInputType_1; |
|
11 |
public static String BulkEditorInputType_2; |
|
12 |
public static String BulkEditorInputType_3; |
|
13 |
public static String BulkEditorInputType_4; |
|
14 |
public static String BulkEditorInputType_5; |
|
15 |
public static String BulkEditorInputType_6; |
|
16 |
public static String BulkEditorInputType_7; |
|
17 |
public static String BulkEditorInputType_8; |
|
18 |
static { |
|
19 |
// initialize resource bundle |
|
20 |
NLS.initializeMessages(BUNDLE_NAME, Messages.class); |
|
21 |
} |
|
22 |
|
|
23 |
private Messages() { |
|
24 |
} |
|
25 |
} |
Also available in: Unified diff
ref #6309 Add missing l10n String constant to Messages.java