Project

General

Profile

Download (3.23 KB) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.taxeditor.l10n;
2

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

    
5
public class Messages extends NLS {
6
    private static final String BUNDLE_NAME = "src/main/java/eu.etaxonomy.taxeditor.l10n.messages"; //$NON-NLS-1$
7
    public static String AbstractBulkEditorInput_CANDIDATE;
8
    public static String AbstractBulkEditorInput_LOADED;
9
    public static String AbstractBulkEditorInput_LOADING;
10
    public static String AbstractBulkEditorInput_MERGE_ERROR_MESSAGE;
11
    public static String AbstractBulkEditorInput_MERGE_ERROR_TITLE;
12
    public static String AbstractBulkEditorInput_TARGET;
13
    public static String USER_CREATOR_user_exists_title;
14
    public static String USER_CREATOR_user_exists;
15
	public static String BulkEditorE4_CANCEL;
16
    public static String BulkEditorE4_DONT_SAVE;
17
    public static String BulkEditorE4_SAVE_AND_SEARCH;
18
    public static String BulkEditorE4_SAVE_CHANGES_MESSAGE;
19
    public static String BulkEditorE4_SAVE_CHANGES_TITLE;
20
    public static String BulkEditorInputType_0;
21
	public static String BulkEditorInputType_1;
22
	public static String BulkEditorInputType_2;
23
	public static String BulkEditorInputType_3;
24
	public static String BulkEditorInputType_4;
25
	public static String BulkEditorInputType_5;
26
	public static String BulkEditorInputType_6;
27
	public static String BulkEditorInputType_7;
28
	public static String BulkEditorInputType_8;
29
    public static String BulkEditorSearchE4_SEARCH;
30
    public static String BulkEditorSearchE4_TITLE_CACHE;
31
    public static String BulkEditorSearchE4_WILDCARD;
32
	public static String ReferencingObjectsLabelProvider_No_description_available;
33
    public static String ConvertPerson2TeamHandler_warning;
34
    public static String ConvertPerson2TeamHandler_lable;
35
    public static String DeleteHandler_CAN_BE_DELETED;
36
    public static String DeleteHandler_CONFIRM;
37
    public static String DeleteHandler_COULD_NOT_BE_DELETED;
38
    public static String DeleteHandler_ALREADY_DELETED;
39
    public static String DeleteHandler_DELETE;
40
    public static String DeleteHandler_DELETE_NOT_POSSIBLE;
41
    public static String DeleteHandler_EXCEPTION;
42
    public static String DeleteHandler_GROUP;
43
    public static String DeleteHandler_IRREVERSIBLE;
44
    public static String DeleteHandler_MEDIA;
45
    public static String DeleteHandler_NAME;
46
    public static String DeleteHandler_OBJECT;
47
    public static String DeleteHandler_REALLY_DELETE;
48
    public static String DeleteHandler_REFERENCE;
49
    public static String DeleteHandler_SKIP;
50
    public static String DeleteHandler_SPECIMEN;
51
    public static String DeleteHandler_SYNONYM;
52
    public static String DeleteHandler_TAXON;
53
    public static String DeleteHandler_TAXON_CAN_NOT_BE_DELETED;
54
    public static String DeleteHandler_TEAM_OR_PERSON;
55
    public static String DeleteHandler_USER;
56
    public static String DynamicMarkerTypeEditingMenuE4_CHOOSE_MARKER_TYPE;
57
    public static String DynamicMarkerTypeEditingMenuE4_NO;
58
    public static String DynamicMarkerTypeEditingMenuE4_SET_FLAG;
59
    public static String DynamicMarkerTypeEditingMenuE4_YES;
60
    public static String DynamicNewObjectMenuE4_NEW;
61
    public static String OccurrenceEditorInput_EDITOR_NAME;
62

    
63
	static {
64
		// initialize resource bundle
65
		NLS.initializeMessages(BUNDLE_NAME, Messages.class);
66
	}
67

    
68
	private Messages() {
69
	}
70
}
(1-1/3)