I18n
[taxeditor.git] / eu.etaxonomy.taxeditor.bulkeditor / plugin.xml
index 698fd5d9ccbc84857cdcc70b227b780655cfc553..2fbde553ffd633de3c2ab3158e686e510b23b313 100644 (file)
             locationURI="menu:eu.etaxonomy.taxeditor.menu.showView?after=org.eclipse.ui.views.showView.supplemental">
          <command
                commandId="eu.etaxonomy.taxeditor.openReferencingObjectsView"
-               label="Referencing Objects View"
+               label="%command.label.OPEN_REFERENCING_OBJECTS_VIEW"
                style="push">
          </command>
       </menuContribution>
             name="%command.name.1">
          <commandParameter
                id="taxeditor-bulkeditor.commandParameter.inputType"
-               name="%commandParameter.name"
+               name="Bulk Editor Class"
                values="eu.etaxonomy.taxeditor.bulkeditor.input.BulkEditorInputTypeValues">
          </commandParameter>
       </command>
       <command
             defaultHandler="eu.etaxonomy.taxeditor.handler.defaultHandler.OpenReferencingObjectsView"
             id="eu.etaxonomy.taxeditor.openReferencingObjectsView"
-            name="Open Referencing Objects View">
+            name="%command.name.OPEN_REFERENCING_OBJECTS_VIEW">
       </command>
       <!--command
             defaultHandler="eu.etaxonomy.taxeditor.bulkeditor.handler.NewEntityHandler"