Project

General

Profile

« Previous | Next » 

Revision 0fdd8e68

Added by Patrick Plitzner over 5 years ago

ref #4611 i18n character matrix

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/CharacterMatrixPart.java
127 127
        parent.setLayout(stackLayout);
128 128
        matrix = new CharacterMatrix(parent, this);
129 129
        Label label = new Label(parent, SWT.NONE);
130
        label.setText("Loading matrix...");
130
        label.setText(Messages.CharacterMatrixPart_LOADING_MATRIX);
131 131
        stackLayout.topControl = label;
132 132
        ContextInjectionFactory.inject(matrix, context);
133 133
    }
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/l10n/Messages.java
52 52
    public static String CharacterMatrix_NO_NODE_FOUND_TITLE;
53 53
    public static String CharacterMatrixPart_COULD_NOT_OPEN;
54 54
    public static String CharacterMatrixPart_COULD_NOT_OPEN_MESSAGE;
55
    public static String CharacterMatrixPart_LOADING_MATRIX;
55 56
    public static String ChecklistDropdownSelectionListener_ADD_DISTRIBUTION;
56 57
    public static String ChecklistEditor_DIST_STATUS;
57 58
    public static String ChecklistEditor_DIST_STATUS_TOOLTIP;
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/l10n/messages.properties
201 201
CharacterMatrix_VIEW_CONFIG=View configuration
202 202
CharacterMatrixPart_COULD_NOT_OPEN=Editor could not be opened
203 203
CharacterMatrixPart_COULD_NOT_OPEN_MESSAGE=The descriptive data set has no feature tree selected.
204
CharacterMatrixPart_LOADING_MATRIX=Loading matrix...
204 205
SwapSynonymAndAcceptedOperation_NOT_IMPLEMENTED=Not yet implemented
205 206
SwapSynonymAndAcceptedOperation_SWAP_SYN_ACC_TAXON=Swap Synonym And Accepted Taxon Operation
206 207
ChecklistDropdownSelectionListener_ADD_DISTRIBUTION=Add Distribution
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/l10n/messages_de.properties
201 201
CharacterMatrix_VIEW_CONFIG=Ansicht konfigurieren
202 202
CharacterMatrixPart_COULD_NOT_OPEN=Editor konnte nicht ge?ffnet werden
203 203
CharacterMatrixPart_COULD_NOT_OPEN_MESSAGE=Das Dataset hat keinen Merkmalsbaum ausgew?hlt.
204
CharacterMatrixPart_LOADING_MATRIX=Lade Matrix...
204 205
SwapSynonymAndAcceptedOperation_NOT_IMPLEMENTED=Noch nicht implementiert
205 206
SwapSynonymAndAcceptedOperation_SWAP_SYN_ACC_TAXON=Tausche Synonym und akzeptiertes Taxon
206 207
ChecklistDropdownSelectionListener_ADD_DISTRIBUTION=Verbreitung hinzuf?gen

Also available in: Unified diff