Revision 8367bf37
Added by Patrick Plitzner about 8 years ago
- added i18n for german to plugin.xml
eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin.properties | ||
---|---|---|
139 | 139 |
marker.field.4 = Problem description |
140 | 140 |
marker.field.5 = Validator |
141 | 141 |
marker.field.6 = Entity Class |
142 |
marker.field.7 = Entity Id |
|
142 |
marker.field.7 = Entity Id |
|
143 |
extension.name.0 = Validation Error |
|
144 |
command.label.51 = Open in Specimen Editor |
|
145 |
command.label.52 = Delete |
|
146 |
command.label.53 = Create Field Unit |
|
147 |
command.label.54 = Delete (with children) |
|
148 |
command.tooltip = Show Only Individuals Associations |
|
149 |
command.label.55 = Open Associated Specimens |
|
150 |
command.name.41 = Show Only Individual Associations |
|
151 |
command.name.42 = Open Taxon Editor |
|
152 |
command.name.43 = Create Field Unit |
|
153 |
command.name.44 = Deep Delete |
|
154 |
command.name.45 = Fix Classification Hierarchy |
eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_de.properties | ||
---|---|---|
138 | 138 |
marker.field.4 = Problem Beschreibung |
139 | 139 |
marker.field.5 = Validierer |
140 | 140 |
marker.field.6 = Entit?ts Klasse |
141 |
marker.field.7 = Entit?ts ID |
|
141 |
marker.field.7 = Entit?ts ID |
|
142 |
extension.name.0 = Validierungs Fehler |
|
143 |
command.label.51 = \u00d6ffne Specimen-Editor |
|
144 |
command.label.52 = L\u00f6schen |
|
145 |
command.label.53 = Neue Field Unit |
|
146 |
command.label.54 = L\u00f6schen (mit Kindern) |
|
147 |
command.tooltip = Nur Individuals Associations anzeigen |
|
148 |
command.label.55 = \u00d6ffne zugeh?rige Specimens |
|
149 |
command.name.41 = Nur Individuals Associations anzeigen |
|
150 |
command.name.42 = \u00d6ffne Taxon Editor |
|
151 |
command.name.43 = Neue Field Unit |
|
152 |
command.name.44 = L\u00f6schen (mit Kindern) |
|
153 |
command.name.45 = Erzeuge Taxon-Hierarchie |
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 |
eu.etaxonomy.taxeditor.navigation/OSGI-INF/l10n/bundle.properties | ||
---|---|---|
10 | 10 |
command.label.3 = Classification |
11 | 11 |
command.label.4 = Open in Checklist Editor |
12 | 12 |
command.label.5 = Edit |
13 |
command.label.6 = Change Accepted Taxon to Synonym
|
|
14 |
command.label.7 = Move Taxon (with child taxa)
|
|
13 |
command.label.6 = Change accepted taxon to synonym
|
|
14 |
command.label.7 = Move taxon (with child taxa)
|
|
15 | 15 |
command.label.8 = Import... |
16 | 16 |
command.label.9 = Export... |
17 | 17 |
command.label.10 = Delete |
... | ... | |
26 | 26 |
command.label.18 = Key Nodes |
27 | 27 |
command.label.19 = Delete |
28 | 28 |
command.name = New Taxon Node |
29 |
command.name.0 = New Classification
|
|
29 |
command.name.0 = New classification
|
|
30 | 30 |
command.name.1 = Edit |
31 |
command.name.2 = Move Taxon
|
|
31 |
command.name.2 = Move taxon
|
|
32 | 32 |
command.name.3 = Refresh |
33 | 33 |
command.name.4 = Copy |
34 |
command.name.5 = Change Accepted Taxon to Synonym
|
|
34 |
command.name.5 = Change accepted taxon to synonym
|
|
35 | 35 |
command.name.6 = New Polytomous Key |
36 |
command.name.7 = Edit Polytomous Key Nodes
|
|
37 |
command.name.8 = Refresh Polytomous Key List
|
|
38 |
command.name.9 = Refresh Polytomous Key Nodes
|
|
36 |
command.name.7 = Edit Polytomous Key nodes
|
|
37 |
command.name.8 = Refresh Polytomous Key list
|
|
38 |
command.name.9 = Refresh Polytomous Key nodes
|
|
39 | 39 |
view.name.2 = Taxonomic Tree |
40 | 40 |
navigatorContent.name = Classification |
41 | 41 |
navigatorContent.name.0 = TaxonNode |
42 |
navigatorContent.name.1 = Synonyms (experimental) |
|
42 |
navigatorContent.name.1 = Synonyms (experimental) |
|
43 |
command.label.fixClassificationHierarchy = Create taxon hierarchy |
|
44 |
command.label.moveFactualData = Move factual data to another taxon |
|
45 |
command.name.moveFactualData = Move factual data |
eu.etaxonomy.taxeditor.navigation/OSGI-INF/l10n/bundle_de.properties | ||
---|---|---|
4 | 4 |
view.name.1 = Polytomous Keys |
5 | 5 |
command.label = Taxon Navigator |
6 | 6 |
command.label.0 = Polytomous Keys |
7 |
command.label.1 = Edit
|
|
7 |
command.label.1 = Bearbeiten
|
|
8 | 8 |
menu.label = Neu |
9 | 9 |
command.label.2 = Taxon |
10 | 10 |
command.label.3 = Klassifikation |
11 | 11 |
command.label.4 = \u00D6ffne im Checklisten Editor |
12 | 12 |
command.label.5 = Bearbeiten |
13 | 13 |
command.label.6 = Akzeptiertes Taxon zum Synonym umwandeln |
14 |
command.label.7 = Verschiebe Taxon (with child taxa)
|
|
14 |
command.label.7 = Verschiebe Taxon (mit Kindern)
|
|
15 | 15 |
command.label.8 = Importieren |
16 | 16 |
command.label.9 = Exportieren |
17 | 17 |
command.label.10 = L\u00F6schen |
... | ... | |
29 | 29 |
command.name.0 = Neue Klassifikation |
30 | 30 |
command.name.1 = Bearbeiten |
31 | 31 |
command.name.2 = Verschiebe Taxon |
32 |
command.name.3 = Refresh
|
|
33 |
command.name.4 = Copy
|
|
34 |
command.name.5 = Change Accepted Taxon to Synonym
|
|
35 |
command.name.6 = New Polytomous Key
|
|
36 |
command.name.7 = Edit Polytomous Key Nodes
|
|
37 |
command.name.8 = Aktualisieren Polytomous Key List
|
|
38 |
command.name.9 = Aktualisieren Polytomous Key Knoten
|
|
32 |
command.name.3 = Aktualisieren
|
|
33 |
command.name.4 = Kopieren
|
|
34 |
command.name.5 = Verschiebe akzeptiertes Taxon in Synonymie
|
|
35 |
command.name.6 = Neuer Polytomous Key
|
|
36 |
command.name.7 = Bearbeite Polytomous Key Knoten
|
|
37 |
command.name.8 = Aktualisiere Polytomous Key Liste
|
|
38 |
command.name.9 = Aktualisiere Polytomous Key Knoten |
|
39 | 39 |
view.name.2 = Taxonomiebaum |
40 | 40 |
navigatorContent.name = Klassifikation |
41 | 41 |
navigatorContent.name.0 = Taxonknoten |
42 |
navigatorContent.name.1 = Synonyme (experimental) |
|
42 |
navigatorContent.name.1 = Synonyme (experimentell) |
|
43 |
command.label.fixClassificationHierarchy = Erzeuge Taxon-Hierarchie |
|
44 |
command.label.moveFactualData = Verschiebe Faktendaten zu Taxon |
|
45 |
command.name.moveFactualData = Verschiebe Faktendaten |
eu.etaxonomy.taxeditor.navigation/plugin.xml | ||
---|---|---|
129 | 129 |
</command> |
130 | 130 |
<command |
131 | 131 |
commandId="eu.etaxonomy.taxeditor.editor.handler.OpenFixClassificationHierarchyHandler" |
132 |
label="Fix Classification Hierarchy"
|
|
132 |
label="%command.label.fixClassificationHierarchy"
|
|
133 | 133 |
style="push"> |
134 | 134 |
<visibleWhen |
135 | 135 |
checkEnabled="true"> |
... | ... | |
192 | 192 |
</command> |
193 | 193 |
<command |
194 | 194 |
commandId="eu.etaxonomy.taxeditor.navigation.moveFactualData" |
195 |
label="Move factual data to another taxon"
|
|
195 |
label="%command.label.moveFactualData"
|
|
196 | 196 |
style="push"> |
197 | 197 |
<visibleWhen |
198 | 198 |
checkEnabled="true"> |
... | ... | |
415 | 415 |
<command |
416 | 416 |
defaultHandler="eu.etaxonomy.taxeditor.navigation.navigator.handler.MoveFactualDataHandler" |
417 | 417 |
id="eu.etaxonomy.taxeditor.navigation.moveFactualData" |
418 |
name="Move Factual Data">
|
|
418 |
name="%command.name.moveFactualData">
|
|
419 | 419 |
</command> |
420 | 420 |
</extension> |
421 | 421 |
<extension |
Also available in: Unified diff