Project

General

Profile

« Previous | Next » 

Revision 8367bf37

Added by Patrick Plitzner about 8 years ago

  • added i18n for german to plugin.xml

View differences:

eu.etaxonomy.taxeditor.editor/plugin.xml
155 155
      </extension>
156 156
      
157 157
	<!-- VALIDATION RELATED STUFF -->
158
	<extension point="org.eclipse.core.resources.markers" name="Validation Error" id="eu.etaxonomy.taxeditor.markers.validationerror">
158
	<extension point="org.eclipse.core.resources.markers" name="%extension.name.0" id="eu.etaxonomy.taxeditor.markers.validationerror">
159 159
		<super type="org.eclipse.core.resources.problemmarker"/>
160 160
		<attribute name="databaseId"/>
161 161
		<attribute name="userFriendlyTypeName"/>
......
637 637
         </separator>
638 638
         <command
639 639
               commandId="eu.etaxonomy.taxeditor.editor.handler.openDerivateView"
640
               label="Open in Derivate Editor"
640
               label="%command.label.51"
641 641
               style="push">
642 642
            <visibleWhen
643 643
                  checkEnabled="true">
......
702 702
            locationURI="popup:eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView">
703 703
         <command
704 704
               commandId="org.eclipse.ui.edit.delete"
705
               label="Delete"
705
               label="%command.label.52"
706 706
               style="push">
707 707
         </command>
708 708
         <command
709 709
               commandId="eu.etaxonomy.taxeditor.editor.derivate.createFieldUnit"
710
               label="Create Field Unit"
710
               label="%command.label.53"
711 711
               style="push">
712 712
         </command>
713 713
         <command
714 714
               commandId="eu.etaxonomy.taxeditor.editor.derivate.deepDelete"
715 715
               icon="icons/deep-delete-16x16-32.png"
716
               label="Delete (with children)"
716
               label="%command.label.54"
717 717
               style="push">
718 718
         </command>
719 719
         <dynamic
......
940 940
               commandId="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations"
941 941
               icon="icons/link_obj.gif"
942 942
               style="toggle"
943
               tooltip="Show Only Individuals Associations">
943
               tooltip="%command.tooltip">
944 944
         </command>
945 945
      </menuContribution>
946 946
      <menuContribution
......
948 948
            locationURI="popup:eu.etaxonomy.taxeditor.navigation.navigatorpopup?after=taxeditor-navigation.separator2">
949 949
         <command
950 950
               commandId="eu.etaxonomy.taxeditor.editor.handler.openDerivateView"
951
               label="Open Associated Derivates"
951
               label="%command.label.55"
952 952
               style="push">
953 953
            <visibleWhen
954 954
                  checkEnabled="false">
......
1388 1388
      </command>
1389 1389
      <command
1390 1390
            id="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations"
1391
            name="Show Only Individual Associations">
1391
            name="%command.name.41">
1392 1392
      </command>
1393 1393
      <command
1394 1394
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenTaxonEditorHandler"
1395 1395
            id="eu.etaxonomy.taxeditor.editor.openTaxonEditor"
1396
            name="Open Taxon Editor">
1396
            name="%command.name.42">
1397 1397
         <commandParameter
1398 1398
               id="eu.etaxonomy.taxeditor.editor.taxonParameter"
1399 1399
               name="taxonUUID"
......
1409 1409
      <command
1410 1410
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.derivate.handler.CreateFieldUnitHandler"
1411 1411
            id="eu.etaxonomy.taxeditor.editor.derivate.createFieldUnit"
1412
            name="Create Field Unit">
1412
            name="%command.name.43">
1413 1413
      </command>
1414 1414
      <command
1415 1415
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.derivate.handler.DeleteDerivateHandler"
1416 1416
            id="eu.etaxonomy.taxeditor.editor.derivate.deepDelete"
1417
            name="Deep Delete">
1417
            name="%command.name.44">
1418 1418
      </command>
1419 1419
      <command
1420 1420
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.FixClassificationHierarchyHandler"
1421 1421
            id="eu.etaxonomy.taxeditor.editor.handler.OpenFixClassificationHierarchyHandler"
1422
            name="Fix Classification Hierarchy">
1422
            name="%command.name.45">
1423 1423
      </command>
1424 1424
   </extension>
1425 1425
   <extension

Also available in: Unified diff