Revision 5ac8a8c8
Added by Patrick Plitzner over 7 years ago
eu.etaxonomy.taxeditor.editor/plugin.xml | ||
---|---|---|
81 | 81 |
default="false" |
82 | 82 |
icon="icons/derivate_view-16x16-32.png" |
83 | 83 |
id="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView" |
84 |
name="Derivative Editor">
|
|
84 |
name="%editor.name.DERIVATIVE_EDITOR">
|
|
85 | 85 |
</editor> |
86 | 86 |
</extension> |
87 | 87 |
<extension |
... | ... | |
373 | 373 |
</separator> |
374 | 374 |
<command |
375 | 375 |
commandId="eu.etaxonomy.taxeditor.editor.openSpecimenEditor" |
376 |
label="Derivative Editor"
|
|
376 |
label="%command.label.DERIVATIVE_EDITOR"
|
|
377 | 377 |
style="push"> |
378 | 378 |
<visibleWhen |
379 | 379 |
checkEnabled="true"> |
... | ... | |
802 | 802 |
</dynamic> |
803 | 803 |
<command |
804 | 804 |
commandId="eu.etaxonomy.taxeditor.editor.derivative.toggleLinkWithTaxonSelection" |
805 |
label="Link with taxon selection"
|
|
805 |
label="%command.label.LINK_WITH_TAXON_SELECTION"
|
|
806 | 806 |
style="push"> |
807 | 807 |
<visibleWhen |
808 | 808 |
checkEnabled="true"> |
... | ... | |
815 | 815 |
</command> |
816 | 816 |
<command |
817 | 817 |
commandId="eu.etaxonomy.taxeditor.editor.derivative.toggleLinkWithTaxonSelection" |
818 |
label="Unlink from taxon selection"
|
|
818 |
label="%command.label.UNLINK_FROM_TAXON_SELECTION"
|
|
819 | 819 |
style="push"> |
820 | 820 |
<visibleWhen |
821 | 821 |
checkEnabled="true"> |
... | ... | |
831 | 831 |
<command |
832 | 832 |
commandId="eu.etaxonomy.taxeditor.editor.derivative.reuseSingleRead" |
833 | 833 |
id="eu.etaxonomy.taxeditor.editor.derivative.reuseSingleReadMenuItem" |
834 |
label="Reuse single read here"
|
|
834 |
label="%command.label.REUSE_SINGLE_READ_HERE"
|
|
835 | 835 |
style="push"> |
836 | 836 |
<visibleWhen |
837 | 837 |
checkEnabled="true"> |
... | ... | |
842 | 842 |
</command> |
843 | 843 |
<command |
844 | 844 |
commandId="eu.etaxonomy.taxeditor.editor.derivative.copySingleReadToClipBoard" |
845 |
label="Reuse for other sequence"
|
|
845 |
label="%command.label.REUSE_SINGLE_READ_FOR_OTHER_SEQUENCE"
|
|
846 | 846 |
style="push"> |
847 | 847 |
<visibleWhen |
848 | 848 |
checkEnabled="true"> |
... | ... | |
853 | 853 |
</command> |
854 | 854 |
<command |
855 | 855 |
commandId="eu.etaxonomy.taxeditor.editor.derivative.removeSingleReadFromSequence" |
856 |
label="Remove from this sequence"
|
|
856 |
label="%command.label.REMOVE_SINGLE_READ_FROM_THIS_SEQUENCE"
|
|
857 | 857 |
style="push"> |
858 | 858 |
<visibleWhen |
859 | 859 |
checkEnabled="true"> |
... | ... | |
1108 | 1108 |
<command |
1109 | 1109 |
commandId="eu.etaxonomy.taxeditor.editor.derivative.listenToSelectionChange" |
1110 | 1110 |
icon="icons/synced.gif" |
1111 |
label="Link with Taxon Selection"
|
|
1111 |
label="%command.label.LINK_WITH_TAXON_SELECTIO"
|
|
1112 | 1112 |
style="toggle"> |
1113 | 1113 |
<visibleWhen |
1114 | 1114 |
checkEnabled="true"> |
... | ... | |
1589 | 1589 |
<command |
1590 | 1590 |
defaultHandler="eu.etaxonomy.taxeditor.editor.handler.defaultHandler.DefaultOpenTaxonEditorForTaxonNodeHandler" |
1591 | 1591 |
id="eu.etaxonomy.taxeditor.editor.openTaxonEditorForTaxonNode" |
1592 |
name="Open Taxon Editor for taxonnode">
|
|
1592 |
name="%command.name.OPEN_NAME_EDITOR_FOR_TAXON_NODE">
|
|
1593 | 1593 |
<commandParameter |
1594 | 1594 |
id="eu.etaxonomy.taxeditor.editor.openTaxonEditorForTaxonNode.uuid" |
1595 | 1595 |
name="taxon node uuid" |
... | ... | |
1618 | 1618 |
<command |
1619 | 1619 |
defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenDerivateViewHandler" |
1620 | 1620 |
id="eu.etaxonomy.taxeditor.editor.openSpecimenEditor" |
1621 |
name="Open Derivative Editor">
|
|
1621 |
name="%command.name.OPEN_DERIVATIVE_EDITOR">
|
|
1622 | 1622 |
<commandParameter |
1623 | 1623 |
id="eu.etaxonomy.taxeditor.editor.openSpecimenEditor.uuid" |
1624 | 1624 |
name="Specimen Uuids" |
... | ... | |
1629 | 1629 |
<command |
1630 | 1630 |
defaultHandler="eu.etaxonomy.taxeditor.editor.view.derivate.handler.ListenToSelectionChangeHandler" |
1631 | 1631 |
id="eu.etaxonomy.taxeditor.editor.derivative.listenToSelectionChange" |
1632 |
name="Link with taxon selection">
|
|
1632 |
name="%command.name.LINK_WITH_TAXON_SELECTION">
|
|
1633 | 1633 |
</command> |
1634 | 1634 |
<command |
1635 | 1635 |
defaultHandler="eu.etaxonomy.taxeditor.editor.view.derivate.handler.SingleReadHandler" |
1636 | 1636 |
id="eu.etaxonomy.taxeditor.editor.derivative.copySingleReadToClipBoard" |
1637 |
name="Copy SingleRead to clipboard">
|
|
1637 |
name="%command.name.COPY_SINGLE_READ_TO_CLIPBOARD">
|
|
1638 | 1638 |
</command> |
1639 | 1639 |
<command |
1640 | 1640 |
defaultHandler="eu.etaxonomy.taxeditor.editor.view.derivate.handler.SingleReadHandler" |
1641 | 1641 |
id="eu.etaxonomy.taxeditor.editor.derivative.reuseSingleRead" |
1642 |
name="Reuse SingleRead">
|
|
1642 |
name="%command.name.REUSE_SINGLE_READ">
|
|
1643 | 1643 |
</command> |
1644 | 1644 |
<command |
1645 | 1645 |
defaultHandler="eu.etaxonomy.taxeditor.editor.view.derivate.handler.SingleReadHandler" |
1646 | 1646 |
id="eu.etaxonomy.taxeditor.editor.derivative.removeSingleReadFromSequence" |
1647 |
name="Remove SingleRead from sequence">
|
|
1647 |
name="%command.name.REMOVE_SINGLE_READ">
|
|
1648 | 1648 |
</command> |
1649 | 1649 |
<command |
1650 | 1650 |
defaultHandler="eu.etaxonomy.taxeditor.editor.view.derivate.handler.ToggleLinkWithTaxonSelectionHandler" |
1651 | 1651 |
id="eu.etaxonomy.taxeditor.editor.derivative.toggleLinkWithTaxonSelection" |
1652 |
name="Toggle link with taxon selection">
|
|
1652 |
name="%command.name.TOGGLE_LINK_WITH_TAXON_SELECTION">
|
|
1653 | 1653 |
</command> |
1654 | 1654 |
|
1655 | 1655 |
</extension> |
Also available in: Unified diff
I18n