- added i18n for german to plugin.xml
authorPatric Plitzner <p.plitzner@bgbm.org>
Tue, 24 Mar 2015 09:25:38 +0000 (09:25 +0000)
committerPatric Plitzner <p.plitzner@bgbm.org>
Tue, 24 Mar 2015 09:25:38 +0000 (09:25 +0000)
eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin.properties
eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_de.properties
eu.etaxonomy.taxeditor.editor/plugin.xml
eu.etaxonomy.taxeditor.navigation/OSGI-INF/l10n/bundle.properties
eu.etaxonomy.taxeditor.navigation/OSGI-INF/l10n/bundle_de.properties
eu.etaxonomy.taxeditor.navigation/plugin.xml

index 52948142215da5bdb8576fb4b13076811118e938..3a10fe5b0c03434d49ff5073792427409068b361 100644 (file)
@@ -139,4 +139,16 @@ marker.field.3 = Problematic Value
 marker.field.4 = Problem description\r
 marker.field.5 = Validator\r
 marker.field.6 = Entity Class\r
-marker.field.7 = Entity Id
\ No newline at end of file
+marker.field.7 = Entity Id\r
+extension.name.0 = Validation Error\r
+command.label.51 = Open in Specimen Editor\r
+command.label.52 = Delete\r
+command.label.53 = Create Field Unit\r
+command.label.54 = Delete (with children)\r
+command.tooltip = Show Only Individuals Associations\r
+command.label.55 = Open Associated Specimens\r
+command.name.41 = Show Only Individual Associations\r
+command.name.42 = Open Taxon Editor\r
+command.name.43 = Create Field Unit\r
+command.name.44 = Deep Delete\r
+command.name.45 = Fix Classification Hierarchy
\ No newline at end of file
index a44064c3a68ee6025d3e3596016b12f30935769e..a0b500079704f816d0681cbc187cdc910bb21a94 100644 (file)
@@ -138,4 +138,16 @@ marker.field.3 = Problematischer Wert
 marker.field.4 = Problem Beschreibung
 marker.field.5 = Validierer
 marker.field.6 = Entitäts Klasse
-marker.field.7 = Entitäts ID
\ No newline at end of file
+marker.field.7 = Entitäts ID
+extension.name.0 = Validierungs Fehler
+command.label.51 = \u00d6ffne Specimen-Editor
+command.label.52 = L\u00f6schen
+command.label.53 = Neue Field Unit
+command.label.54 = L\u00f6schen (mit Kindern)
+command.tooltip = Nur Individuals Associations anzeigen
+command.label.55 = \u00d6ffne zugehörige Specimens
+command.name.41 = Nur Individuals Associations anzeigen
+command.name.42 = \u00d6ffne Taxon Editor
+command.name.43 = Neue Field Unit
+command.name.44 = L\u00f6schen (mit Kindern)
+command.name.45 = Erzeuge Taxon-Hierarchie
\ No newline at end of file
index 83b8d25e3ccb2ddc25bbb73242bd2ae515a7cfd4..20254cc3e0b0d1eda74a9dc932be46df55c82e56 100644 (file)
       </extension>
       
        <!-- VALIDATION RELATED STUFF -->
-       <extension point="org.eclipse.core.resources.markers" name="Validation Error" id="eu.etaxonomy.taxeditor.markers.validationerror">
+       <extension point="org.eclipse.core.resources.markers" name="%extension.name.0" id="eu.etaxonomy.taxeditor.markers.validationerror">
                <super type="org.eclipse.core.resources.problemmarker"/>
                <attribute name="databaseId"/>
                <attribute name="userFriendlyTypeName"/>
          </separator>
          <command
                commandId="eu.etaxonomy.taxeditor.editor.handler.openDerivateView"
-               label="Open in Derivate Editor"
+               label="%command.label.51"
                style="push">
             <visibleWhen
                   checkEnabled="true">
             locationURI="popup:eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView">
          <command
                commandId="org.eclipse.ui.edit.delete"
-               label="Delete"
+               label="%command.label.52"
                style="push">
          </command>
          <command
                commandId="eu.etaxonomy.taxeditor.editor.derivate.createFieldUnit"
-               label="Create Field Unit"
+               label="%command.label.53"
                style="push">
          </command>
          <command
                commandId="eu.etaxonomy.taxeditor.editor.derivate.deepDelete"
                icon="icons/deep-delete-16x16-32.png"
-               label="Delete (with children)"
+               label="%command.label.54"
                style="push">
          </command>
          <dynamic
                commandId="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations"
                icon="icons/link_obj.gif"
                style="toggle"
-               tooltip="Show Only Individuals Associations">
+               tooltip="%command.tooltip">
          </command>
       </menuContribution>
       <menuContribution
             locationURI="popup:eu.etaxonomy.taxeditor.navigation.navigatorpopup?after=taxeditor-navigation.separator2">
          <command
                commandId="eu.etaxonomy.taxeditor.editor.handler.openDerivateView"
-               label="Open Associated Derivates"
+               label="%command.label.55"
                style="push">
             <visibleWhen
                   checkEnabled="false">
       </command>
       <command
             id="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations"
-            name="Show Only Individual Associations">
+            name="%command.name.41">
       </command>
       <command
             defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenTaxonEditorHandler"
             id="eu.etaxonomy.taxeditor.editor.openTaxonEditor"
-            name="Open Taxon Editor">
+            name="%command.name.42">
          <commandParameter
                id="eu.etaxonomy.taxeditor.editor.taxonParameter"
                name="taxonUUID"
       <command
             defaultHandler="eu.etaxonomy.taxeditor.editor.view.derivate.handler.CreateFieldUnitHandler"
             id="eu.etaxonomy.taxeditor.editor.derivate.createFieldUnit"
-            name="Create Field Unit">
+            name="%command.name.43">
       </command>
       <command
             defaultHandler="eu.etaxonomy.taxeditor.editor.view.derivate.handler.DeleteDerivateHandler"
             id="eu.etaxonomy.taxeditor.editor.derivate.deepDelete"
-            name="Deep Delete">
+            name="%command.name.44">
       </command>
       <command
             defaultHandler="eu.etaxonomy.taxeditor.editor.handler.FixClassificationHierarchyHandler"
             id="eu.etaxonomy.taxeditor.editor.handler.OpenFixClassificationHierarchyHandler"
-            name="Fix Classification Hierarchy">
+            name="%command.name.45">
       </command>
    </extension>
    <extension
index 402c87727a1dd156c78af959f9a47abe02ff7d8b..e723afba9a87d8c6de0d2e20cc2adf4167ea4d5f 100644 (file)
@@ -10,8 +10,8 @@ command.label.2 = Taxon
 command.label.3 = Classification\r
 command.label.4 = Open in Checklist Editor\r
 command.label.5 = Edit\r
-command.label.6 = Change Accepted Taxon to Synonym\r
-command.label.7 = Move Taxon (with child taxa)\r
+command.label.6 = Change accepted taxon to synonym\r
+command.label.7 = Move taxon (with child taxa)\r
 command.label.8 = Import...\r
 command.label.9 = Export...\r
 command.label.10 = Delete\r
@@ -26,17 +26,20 @@ command.label.17 = List
 command.label.18 = Key Nodes\r
 command.label.19 = Delete\r
 command.name = New Taxon Node\r
-command.name.0 = New Classification\r
+command.name.0 = New classification\r
 command.name.1 = Edit\r
-command.name.2 = Move Taxon\r
+command.name.2 = Move taxon\r
 command.name.3 = Refresh\r
 command.name.4 = Copy\r
-command.name.5 = Change Accepted Taxon to Synonym\r
+command.name.5 = Change accepted taxon to synonym\r
 command.name.6 = New Polytomous Key\r
-command.name.7 = Edit Polytomous Key Nodes\r
-command.name.8 = Refresh Polytomous Key List\r
-command.name.9 = Refresh Polytomous Key Nodes\r
+command.name.7 = Edit Polytomous Key nodes\r
+command.name.8 = Refresh Polytomous Key list\r
+command.name.9 = Refresh Polytomous Key nodes\r
 view.name.2 = Taxonomic Tree\r
 navigatorContent.name = Classification\r
 navigatorContent.name.0 = TaxonNode\r
-navigatorContent.name.1 = Synonyms (experimental)
\ No newline at end of file
+navigatorContent.name.1 = Synonyms (experimental)\r
+command.label.fixClassificationHierarchy = Create taxon hierarchy\r
+command.label.moveFactualData = Move factual data to another taxon\r
+command.name.moveFactualData = Move factual data
\ No newline at end of file
index c6c5e34b9d593e9c978b8437339a8af6a6c46d33..03fcd761dd37186aca85e140518a3daa406cf29d 100644 (file)
@@ -4,14 +4,14 @@ view.name.0 = Taxon Navigator
 view.name.1 = Polytomous Keys\r
 command.label = Taxon Navigator\r
 command.label.0 = Polytomous Keys\r
-command.label.1 = Edit\r
+command.label.1 = Bearbeiten\r
 menu.label = Neu\r
 command.label.2 = Taxon\r
 command.label.3 = Klassifikation\r
 command.label.4 = \u00D6ffne im Checklisten Editor\r
 command.label.5 = Bearbeiten\r
 command.label.6 = Akzeptiertes Taxon zum Synonym umwandeln\r
-command.label.7 = Verschiebe Taxon (with child taxa)\r
+command.label.7 = Verschiebe Taxon (mit Kindern)\r
 command.label.8 = Importieren\r
 command.label.9 = Exportieren\r
 command.label.10 = L\u00F6schen\r
@@ -29,14 +29,17 @@ command.name = Neuer Taxonknoten
 command.name.0 = Neue Klassifikation\r
 command.name.1 = Bearbeiten\r
 command.name.2 = Verschiebe Taxon\r
-command.name.3 = Refresh\r
-command.name.4 = Copy\r
-command.name.5 = Change Accepted Taxon to Synonym\r
-command.name.6 = New Polytomous Key\r
-command.name.7 = Edit Polytomous Key Nodes\r
-command.name.8 = Aktualisieren Polytomous Key List\r
-command.name.9 = Aktualisieren Polytomous Key Knoten\r
+command.name.3 = Aktualisieren\r
+command.name.4 = Kopieren\r
+command.name.5 = Verschiebe akzeptiertes Taxon in Synonymie\r
+command.name.6 = Neuer Polytomous Key\r
+command.name.7 = Bearbeite Polytomous Key Knoten\r
+command.name.8 = Aktualisiere Polytomous Key Liste\r
+command.name.9 = Aktualisiere Polytomous Key Knoten\r
 view.name.2 = Taxonomiebaum\r
 navigatorContent.name = Klassifikation\r
 navigatorContent.name.0 = Taxonknoten\r
-navigatorContent.name.1 = Synonyme (experimental)
\ No newline at end of file
+navigatorContent.name.1 = Synonyme (experimentell)\r
+command.label.fixClassificationHierarchy = Erzeuge Taxon-Hierarchie\r
+command.label.moveFactualData = Verschiebe Faktendaten zu Taxon\r
+command.name.moveFactualData = Verschiebe Faktendaten
\ No newline at end of file
index 74a06c5b4bebf9b977e4c3210a5ebb0f8e7f0c13..43a4eb2976d9108954297170ffc78c20736fea30 100644 (file)
          </command>
          <command
                commandId="eu.etaxonomy.taxeditor.editor.handler.OpenFixClassificationHierarchyHandler"
-               label="Fix Classification Hierarchy"
+               label="%command.label.fixClassificationHierarchy"
                style="push">
             <visibleWhen
                   checkEnabled="true">
          </command>
          <command
                commandId="eu.etaxonomy.taxeditor.navigation.moveFactualData"
-               label="Move factual data to another taxon"
+               label="%command.label.moveFactualData"
                style="push">
             <visibleWhen
                   checkEnabled="true">
       <command
             defaultHandler="eu.etaxonomy.taxeditor.navigation.navigator.handler.MoveFactualDataHandler"
             id="eu.etaxonomy.taxeditor.navigation.moveFactualData"
-            name="Move Factual Data">
+            name="%command.name.moveFactualData">
       </command>
    </extension>
    <extension