Project

General

Profile

« Previous | Next » 

Revision 939829bc

Added by Patrick Plitzner about 7 years ago

ref #4611 i18n for taxeditor.navigator plugin

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/key/polytomous/PolytomousKeyViewLabels.java
8 8
*/
9 9
package eu.etaxonomy.taxeditor.navigation.key.polytomous;
10 10

  
11
import eu.etaxonomy.taxeditor.navigation.l10n.Messages;
12

  
11 13
/**
12 14
 * @author cmathew
13 15
 * @date 25 Jun 2015
......
15 17
 */
16 18
public interface PolytomousKeyViewLabels {
17 19

  
18
    public static final String DELETE_POLYTOMOUS_KEY_LABEL = "Delete Polytomous Key";
19
    public static final String UPDATE_ALL_POLYTOMOUS_KEY_NODES_LABEL = "Update All Polytomous Key Nodes";
20
    public static final String DELETE_POLYTOMOUS_KEY_LABEL = Messages.PolytomousKeyViewLabels_DELETE;
21
    public static final String UPDATE_ALL_POLYTOMOUS_KEY_NODES_LABEL = Messages.PolytomousKeyViewLabels_UPDATE;
20 22

  
21
    public static final String ERROR_OPENING_KEY_EDITOR_MESSAGE = "Error opening Polytomous Key Editor";
23
    public static final String ERROR_OPENING_KEY_EDITOR_MESSAGE = Messages.PolytomousKeyViewLabels_OPEN_ERROR;
22 24

  
23 25

  
24 26
}

Also available in: Unified diff