Merge branch 'hotfix/4.5.1'
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / Messages.java
1 /**
2 * Copyright (C) 2015 EDIT
3 * European Distributed Institute of Taxonomy
4 * http://www.e-taxonomy.eu
5 *
6 * The contents of this file are subject to the Mozilla Public License Version 1.1
7 * See LICENSE.TXT at the top of this package for the full license terms.
8 */
9 package eu.etaxonomy.taxeditor.editor;
10
11 import org.eclipse.osgi.util.NLS;
12
13 /**
14 * @author pplitzner
15 * @date 09.09.2015
16 *
17 */
18 public class Messages extends NLS {
19 private static final String BUNDLE_NAME = "OSGI-INF/l10n/messages"; //$NON-NLS-1$
20 public static String ConceptGraphView_VIEWER_NAME;
21 public static String ConceptViewPart_VIEWER_NAME;
22 public static String CreateDerivateContextMenu_ADD;
23 public static String CreateDerivateContextMenu_DNA_SAMPLE;
24 public static String CreateDerivateContextMenu_MEDIA;
25 public static String CreateDerivateContextMenu_MEDIA_EXISTING;
26 public static String CreateDerivateContextMenu_MEDIA_SPECIMEN;
27 public static String CreateDerivateContextMenu_NO_CHILD_DERIVATE;
28 public static String CreateDerivateContextMenu_SEQUENCE;
29 public static String CreateDerivateContextMenu_SINGLE_READ;
30 public static String CreateDerivateContextMenu_SPECIMEN;
31 public static String CreateDerivateContextMenu_TISSUE_SAMPLE;
32 public static String CreateFieldUnitContextMenu_CREATE_FIELD_UNIT;
33 public static String CreateFieldUnitContextMenu_CREATE_FIELD_UNIT_FOR;
34 public static String DeleteDerivateOperation_AND_CHILDREN;
35 public static String DeleteDerivateOperation_CONFIRM;
36 public static String DeleteDerivateOperation_DELETE_FAILED;
37 public static String DeleteDerivateOperation_REALLY_DELETE;
38 public static String DeleteTaxonBaseHandler_CONFIRM_DELETION;
39 public static String DeleteTaxonBaseHandler_ELEMENT_MUST_BE_SYNONYM_MISAPP_CONCEPT;
40 public static String DeleteTaxonBaseHandler_REALLY_DELETE_TAXON;
41 public static String DeleteTaxonBaseHandler_REALLY_DELETE_SYNONYM;
42 public static String DeleteTaxonBaseHandler_DELETE_SYNONYM_SUCCESSFULL_BUT_REMAINING_RELATED_OBJECTS;
43 public static String DeleteTaxonBaseHandler_DELETE_MISAPPLIEDNAME_SUCCESSFULL_BUT_REMAINING_RELATED_OBJECTS;
44
45
46 public static String DerivateDropListener_MOVE_TO;
47 public static String DerivateView_DERIVATIVE_EDITOR;
48 public static String DerivateView_SAVING_HIERARCHY;
49 public static String DerivateView_UNSAVED_CHANGES;
50 public static String DerivateView_YOU_NEED_TO_SAVE;
51 public static String DerivateViewEditorInput_FAIL_INIT;
52 public static String DerivateViewEditorInput_NO_ROOT;
53 public static String DescriptiveViewPart_COLLAPSE_ALL;
54 public static String DescriptiveViewPart_EXPAND_ALL;
55 public static String DescriptiveViewPart_FACTUAL_DATA;
56 public static String DescriptiveViewPart_SHOW_ALL_DATA;
57 public static String MoveDerivateOperation_MOVE_NOT_POSSIBLE;
58 public static String MoveDerivateOperation_MOVE_TO_NOT_POSSIBLE;
59 public static String OpenDerivateEditorForTaxonHandler_COULD_NOT_OPEN_EDITOR;
60 public static String OpenDerivateEditorForTaxonHandler_FAILED_TO_OPEN;
61 public static String OpenDerivateEditorForTaxonHandler_HIERARCHY_CORRUPTED;
62 public static String OpenDerivateEditorForTaxonHandler_NO_DERIVATIVES_FOUND;
63 public static String SingleReadSequenceContextMenu_REMOVE_FROM_SEQUENCE;
64 public static String SingleReadSequenceContextMenu_REUSE_FOR_SEQUENCE;
65 public static String SingleReadSequenceContextMenu_REUSE_SINGLE_READ_HERE;
66 public static String UsesViewPart_VIEWER_NAME;
67 static {
68 // initialize resource bundle
69 NLS.initializeMessages(BUNDLE_NAME, Messages.class);
70 }
71
72 private Messages() {
73 }
74 }