Revision 543ccf33
Added by Patrick Plitzner about 9 years ago
- externalized plugin.xml
eu.etaxonomy.taxeditor.bulkeditor/plugin.xml | ||
---|---|---|
17 | 17 |
class="eu.etaxonomy.taxeditor.bulkeditor.BulkEditor" |
18 | 18 |
default="false" |
19 | 19 |
id="bulkeditor.editor" |
20 |
name="Bulk Editor">
|
|
20 |
name="%editor.name">
|
|
21 | 21 |
</editor> |
22 | 22 |
<editor |
23 | 23 |
class="eu.etaxonomy.taxeditor.nameditor.TaxonNameEditor" |
24 | 24 |
default="false" |
25 | 25 |
id="nameeditor.editor" |
26 |
name="Name Editor">
|
|
26 |
name="%editor.name.0">
|
|
27 | 27 |
</editor> |
28 | 28 |
<editor |
29 | 29 |
class="eu.etaxonomy.taxeditor.dataimport.DataImportEditor" |
30 | 30 |
default="false" |
31 | 31 |
id="eu.etaxonomy.taxeditor.dataimport.DataImportEditor" |
32 |
name="Data Import Editor">
|
|
32 |
name="%editor.name.1">
|
|
33 | 33 |
</editor> |
34 | 34 |
</extension> |
35 | 35 |
<extension |
... | ... | |
38 | 38 |
locationURI="menu:org.eclipse.ui.main.menu.window?before=eu.etaxonomy.taxeditor.application.windowMenu.last"> |
39 | 39 |
<menu |
40 | 40 |
id="bulkeditor.menus.openmenu" |
41 |
label="Bulk Editor">
|
|
41 |
label="%menu.label">
|
|
42 | 42 |
</menu> |
43 | 43 |
<menu |
44 |
label="Search Specimen">
|
|
44 |
label="%menu.label.0">
|
|
45 | 45 |
</menu> |
46 | 46 |
</menuContribution> |
47 | 47 |
<menuContribution |
... | ... | |
65 | 65 |
<menuContribution |
66 | 66 |
locationURI="popup:#BulkEditorContext"> |
67 | 67 |
<menu |
68 |
label="New">
|
|
68 |
label="%menu.label.1">
|
|
69 | 69 |
<dynamic |
70 | 70 |
class="eu.etaxonomy.taxeditor.bulkeditor.command.DynamicNewObjectMenu" |
71 | 71 |
id="eu.etaxonomy.taxeditor.bulkeditor.dynamicNewMenu"> |
... | ... | |
122 | 122 |
visible="true"> |
123 | 123 |
</separator> |
124 | 124 |
<menu |
125 |
label="Set Marker Type">
|
|
125 |
label="%menu.label.2">
|
|
126 | 126 |
<dynamic |
127 | 127 |
class="eu.etaxonomy.taxeditor.bulkeditor.command.DynamicMarkerTypeEditingMenu" |
128 | 128 |
id="eu.etaxonomy.taxeditor.bulkeditor.dynamicMarkerTypeEditingMenu"> |
... | ... | |
292 | 292 |
<view |
293 | 293 |
class="eu.etaxonomy.taxeditor.bulkeditor.referencingobjects.ReferencingObjectsView" |
294 | 294 |
id="eu.etaxonomy.taxeditor.bulkeditor.view.referencingobjects" |
295 |
name="Referencing Objects"
|
|
295 |
name="%view.name"
|
|
296 | 296 |
restorable="false"> |
297 | 297 |
</view> |
298 | 298 |
</extension> |
... | ... | |
375 | 375 |
category="eu.etaxonomy.taxeditor.preferences.bulkeditor.general" |
376 | 376 |
class="eu.etaxonomy.taxeditor.bulkeditor.preference.BulkEditorMarkerPreferencePage" |
377 | 377 |
id="eu.etaxonomy.taxeditor.preferences.bulkeditor.markerTypes" |
378 |
name="Marker Types">
|
|
378 |
name="%page.name">
|
|
379 | 379 |
</page> |
380 | 380 |
<page |
381 | 381 |
category="eu.etaxonomy.taxeditor.preferences.general" |
382 | 382 |
class="eu.etaxonomy.taxeditor.bulkeditor.preference.BulkEditorGeneralPreferencePage" |
383 | 383 |
id="eu.etaxonomy.taxeditor.preferences.bulkeditor.general" |
384 |
name="Bulk Editor">
|
|
384 |
name="%page.name.0">
|
|
385 | 385 |
</page> |
386 | 386 |
</extension> |
387 | 387 |
<extension |
Also available in: Unified diff