Project

General

Profile

« Previous | Next » 

Revision 5ac8a8c8

Added by Patrick Plitzner over 7 years ago

I18n

View differences:

eu.etaxonomy.taxeditor.molecular/plugin.xml
7 7
            class="eu.etaxonomy.taxeditor.molecular.editor.AlignmentEditor"
8 8
            default="false"
9 9
            id="eu.etaxonomy.taxeditor.molecular.AlignmentEditor"
10
            name="Alignment Editor">
10
            name="%editor.ALIGNMENT_EDITOR">
11 11
      </editor>
12 12
   </extension>
13 13
      <extension
......
16 16
               allowMultiple="true"
17 17
               class="eu.etaxonomy.taxeditor.molecular.editor.PherogramViewPart"
18 18
               id="eu.etaxonomy.taxeditor.molecular.PherogramView"
19
               name="PherogramView"
19
               name="%view.PHEROGRAM_VIEW"
20 20
               restorable="true">
21 21
         </view>
22 22
      </extension>
......
25 25
         <command
26 26
               defaultHandler="eu.etaxonomy.taxeditor.molecular.handler.EditSequenceHandler"
27 27
               id="eu.etaxonomy.taxeditor.molecular.editSequence"
28
               name="Edit Sequence">
28
               name="%command.EDIT_SEQUENCE">
29 29
         </command>
30 30
         <command
31 31
               defaultHandler="eu.etaxonomy.taxeditor.molecular.handler.ShowPherogramHandler"
32 32
               id="eu.etaxonomy.taxeditor.molecular.showPherogram"
33
               name="Show Pherogram">
33
               name="%command.name.SHOW_PHEROGRAM">
34 34
         </command>
35 35
         <command
36 36
               id="eu.etaxonomy.taxeditor.molecular.AlignmentEditor.cutPherogramLeft"
37
               name="Cut pherogram left">
37
               name="%command.name.CUT_PHEROGRAM_LEFT">
38 38
         </command>
39 39
         <command
40 40
               id="eu.etaxonomy.taxeditor.molecular.AlignmentEditor.cutPherogramRight"
41
               name="Cut pherogram right">
41
               name="%command.name.CUT_PHEROGRAM_RIGHT">
42 42
         </command>
43 43
         <command
44 44
               id="eu.etaxonomy.taxeditor.molecular.AlignmentEditor.reverseComplementRows"
45
               name="Reverse complement selected rows">
45
               name="%command.name.REVERSE_COMPLEMENT_SELECTED_ROWS">
46 46
         </command>
47 47
         <command
48 48
               id="eu.etaxonomy.taxeditor.molecular.AlignmentEditor.createConsensus"
49
               name="(Re)create consensus sequence">
49
               name="%command.name.CREATE_CONSENUS_SEQUENCE">
50 50
         </command>
51 51
         <command
52 52
               id="eu.etaxonomy.taxeditor.molecular.AlignmentEditor.updateConsensus"
53
               name="Update consensus sequence">
53
               name="%command.name.UPDATE_CONSENSUS_SEQUENCE">
54 54
         </command>
55 55
         <command
56 56
               id="eu.etaxonomy.taxeditor.molecular.pherogramComponent.toggleShowProbabilities"
57
               name="Toggle show probability values">
57
               name="%command.name.TOGGLE_SHOW_PROBABILITY_VALUES">
58 58
         </command>
59 59
         <command
60 60
               id="eu.etaxonomy.taxeditor.molecular.pherogramComponent.toggleShowBaseCallLines"
61
               name="Toggle show base call lines">
61
               name="%command.name.TOGGLE_SHOW_BASE_CALL_LINES">
62 62
         </command>
63 63
         <command
64 64
               id="eu.etaxonomy.taxeditor.molecular.pherogramComponent.changeQualityOutput"
65
               name="Change quality output">
65
               name="%command.name.CHANGE_QUALITY_OUTPUT">
66 66
         </command>
67 67
         <command
68 68
               id="eu.etaxonomy.taxeditor.molecular.AlignmentEditor.loadPherogram"
69
               name="Load Pherogram">
69
               name="%command.name.LOAD_PHEROGRAM">
70 70
         </command>
71 71
         <command
72 72
               id="eu.etaxonomy.taxeditor.molecular.AlignmentEditor.toggleInsertOverwrite"
73
               name="Toggle insert/overwrite">
73
               name="%command.name.TOGGLE_INSERT_OVERWRITE">
74 74
         </command>
75 75
         <command
76 76
               id="eu.etaxonomy.taxeditor.molecular.AlignmentEditor.toggleLeftRightInsertion"
77
               name="Toggle left/right insertion in base call sequence">
77
               name="%command.name.TOGGLE_LEFT_RIGHT_INSERTION">
78 78
         </command>
79 79
      </extension>
80 80
      <extension
......
85 85
                  id="eu.etaxonomy.taxeditor.molecular.alignmentToolbar">
86 86
               <command
87 87
                     commandId="eu.etaxonomy.taxeditor.molecular.AlignmentEditor.toggleInsertOverwrite"
88
                     label="Toggle insert/overwrite"
88
                     label="%command.TOGGLE_INSERT_OVERWRITE"
89 89
                     style="push">
90 90
                  <visibleWhen
91 91
                        checkEnabled="true">
......
117 117
               allPopups="false"
118 118
               locationURI="menu:org.eclipse.ui.main.menu">
119 119
            <menu
120
                  label="Alignment Editor">
120
                  label="%menu.ALIGNMENT_EDITOR">
121 121
               <command
122 122
                     commandId="eu.etaxonomy.taxeditor.molecular.AlignmentEditor.loadPherogram"
123 123
                     style="push">
......
156 156
               </visibleWhen>
157 157
            </menu>
158 158
            <menu
159
                  label="Pherogram View">
159
                  label="%menu.label.PHEROGRAM_VIEW">
160 160
               <command
161 161
                     commandId="eu.etaxonomy.taxeditor.molecular.pherogramComponent.changeQualityOutput"
162 162
                     style="push">
......
188 188
            </separator>
189 189
            <command
190 190
                  commandId="eu.etaxonomy.taxeditor.molecular.editSequence"
191
                  label="Edit Sequence"
191
                  label="%command.label.EDIT_SEQUENCE"
192 192
                  style="push">
193 193
               <visibleWhen
194 194
                     checkEnabled="true">
......
199 199
            </command>
200 200
            <command
201 201
                  commandId="eu.etaxonomy.taxeditor.molecular.showPherogram"
202
                  label="Show Pherogram"
202
                  label="%command.label.SHOW_PHEROGRAM"
203 203
                  style="push">
204 204
               <visibleWhen
205 205
                     checkEnabled="true">

Also available in: Unified diff