Project

General

Profile

« Previous | Next » 

Revision d1dfc43d

Added by Patrick Plitzner almost 8 years ago

i18n

View differences:

eu.etaxonomy.taxeditor.bulkeditor/OSGI-INF/l10n/bundle.properties
32 32
specification.label.0 = Merge Target Annotation
33 33
command.name.10 = convert Person to Team
34 34
command.label.OPEN_REFERENCING_OBJECTS_VIEW = Referencing Objects View
35
command.name.OPEN_REFERENCING_OBJECTS_VIEW = Open Referencing Objects View
35
command.name.OPEN_REFERENCING_OBJECTS_VIEW = Open Referencing Objects View
36
command.name.OPEN_BULK_EDITOR_FOR_TAXON_NODE = Open bulk editor for taxon  node
37
viewCommandMapping.viewerName.REFERENCING_OBJECTS_VIEW = Referencing Objects View
38
viewCommandMapping.viewerName.BULK_EDITOR = Bulk Editor
eu.etaxonomy.taxeditor.bulkeditor/OSGI-INF/l10n/bundle_de.properties
32 32
specification.label.0 = Ziel-Annotation zusammenf?gen
33 33
command.name.10 = Person in Team umwandeln
34 34
command.label.OPEN_REFERENCING_OBJECTS_VIEW = Referenzierende Objekte
35
command.name.OPEN_REFERENCING_OBJECTS_VIEW = ?ffne Referenzierende Objekte
35
command.name.OPEN_REFERENCING_OBJECTS_VIEW = ?ffne Referenzierende Objekte
36
command.name.OPEN_BULK_EDITOR_FOR_TAXON_NODE = ?ffne Bulk Editor f?r Taxonknoten
37
viewCommandMapping.viewerName.REFERENCING_OBJECTS_VIEW = Referenzierende Objekte
38
viewCommandMapping.viewerName.BULK_EDITOR = Bulk Editor
eu.etaxonomy.taxeditor.bulkeditor/plugin.xml
302 302
      <command
303 303
            defaultHandler="eu.etaxonomy.taxeditor.bulkeditor.handler.defaultHandler.OpenBulkEditorForTaxonNodeHandler"
304 304
            id="eu.etaxonomy.taxeditor.bulkeditor.openBulkEditorForTaxonNode"
305
            name="Open bulk editor for taxon  node">
305
            name="%command.name.OPEN_BULK_EDITOR_FOR_TAXON_NODE">
306 306
      </command>
307 307
      <!--command
308 308
            defaultHandler="eu.etaxonomy.taxeditor.bulkeditor.handler.NewEntityHandler"
......
512 512
      <viewCommandMapping
513 513
            commandId="eu.etaxonomy.taxeditor.openReferencingObjectsView"
514 514
            selection="java.lang.Object"
515
            viewerName="Referencing Objects View">
515
            viewerName="%viewCommandMapping.viewerName.REFERENCING_OBJECTS_VIEW">
516 516
      </viewCommandMapping>
517 517
      <viewCommandMapping
518 518
            commandId="eu.etaxonomy.taxeditor.bulkeditor.openBulkEditorForTaxonNode"
519 519
            selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
520
            viewerName="Bulk Editor">
520
            viewerName="%viewCommandMapping.viewerName.BULK_EDITOR">
521 521
      </viewCommandMapping>
522 522
   </extension>
523 523
<!-- start set marker -->
eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin.properties
177 177
command.name.COPY_SINGLE_READ_TO_CLIPBOARD = Copy SingleRead to clipboard
178 178
command.name.REUSE_SINGLE_READ = Reuse SingleRead
179 179
command.name.REMOVE_SINGLE_READ = Remove SingleRead from sequence
180
command.name.TOGGLE_LINK_WITH_TAXON_SELECTION = Toggle link with taxon selection
180
command.name.TOGGLE_LINK_WITH_TAXON_SELECTION = Toggle link with taxon selection
181

  
182
viewCommandMapping.viewerName.NAME_EDITOR = Name Editor
183
viewCommandMapping.viewerName.SPECIMEN_EDITOR = Derivative Editor
eu.etaxonomy.taxeditor.editor/OSGI-INF/l10n/plugin_de.properties
177 177
command.name.COPY_SINGLE_READ_TO_CLIPBOARD = Kopiere Single-Read in die Zwischenablage
178 178
command.name.REUSE_SINGLE_READ = Single-Read wiederverwenden
179 179
command.name.REMOVE_SINGLE_READ = Entferne Single-Read von Sequenz
180
command.name.TOGGLE_LINK_WITH_TAXON_SELECTION = De-/Aktiviere Verkn?pfung mit Taxonauswahl
180
command.name.TOGGLE_LINK_WITH_TAXON_SELECTION = De-/Aktiviere Verkn?pfung mit Taxonauswahl
181

  
182
viewCommandMapping.viewerName.NAME_EDITOR = Namenseditor
183
viewCommandMapping.viewerName.SPECIMEN_EDITOR = Specimen-Editor
eu.etaxonomy.taxeditor.editor/plugin.xml
1966 1966
      <viewCommandMapping
1967 1967
            commandId="eu.etaxonomy.taxeditor.editor.openTaxonEditorForTaxonNode"
1968 1968
            selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
1969
            viewerName="Name Editor">
1969
            viewerName="%viewCommandMapping.viewerName.NAME_EDITOR">
1970 1970
      </viewCommandMapping>
1971 1971
      <viewCommandMapping
1972 1972
            commandId="eu.etaxonomy.taxeditor.editor.openTaxonEditorForTaxon"
1973 1973
            selection="eu.etaxonomy.cdm.model.taxon.TaxonBase"
1974
            viewerName="Name Editor">
1974
            viewerName="%viewCommandMapping.viewerName.NAME_EDITOR">
1975 1975
      </viewCommandMapping>
1976 1976
      <viewCommandMapping
1977 1977
            commandId="eu.etaxonomy.taxeditor.editor.openSpecimenEditor"
1978 1978
            selection="eu.etaxonomy.cdm.model.description.IndividualsAssociation"
1979
            viewerName="Derivative Editor">
1979
            viewerName="%viewCommandMapping.viewerName.SPECIMEN_EDITOR">
1980 1980
      </viewCommandMapping>
1981 1981
      <viewCommandMapping
1982 1982
            commandId="eu.etaxonomy.taxeditor.editor.openSpecimenEditor"
1983 1983
            selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
1984
            viewerName="Derivative Editor">
1984
            viewerName="%viewCommandMapping.viewerName.SPECIMEN_EDITOR">
1985 1985
      </viewCommandMapping>
1986 1986
    </extension>
1987 1987
</plugin>
eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle.properties
168 168
command.name.RE_CONNECT = Re-Connect
169 169
command.name.OPEN_CLASSIFICATION_WIZARD = Open Classification Wizard
170 170
command.name.OPEN_TAXONNODE_WIZARD = Open Taxon Node Wizard
171

  
172
command.name.INSPECT_ACTIVE_SESSIONS = Inspect Active Session
173
viewCommandMapping.viewerName.CLASSIFICATION_WIZARD = Classification Wizard
174
viewCommandMapping.viewerName.TAXON_NODE_WIZARD = Taxon node Wizard
eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/bundle_de.properties
158 158
command.name.RE_CONNECT = Aktualisiere Verbindung
159 159
command.name.OPEN_CLASSIFICATION_WIZARD = \u00d6ffne Klassifikations-Wizard
160 160
command.name.OPEN_TAXONNODE_WIZARD = \u00d6ffne Taxon Node-Wizard
161

  
162

  
163
command.name.INSPECT_ACTIVE_SESSIONS = Aktive Session untersuchen
164
viewCommandMapping.viewerName.CLASSIFICATION_WIZARD = Klassifikations-Wizard
165
viewCommandMapping.viewerName.TAXON_NODE_WIZARD = Taxonknoten-Wizard
eu.etaxonomy.taxeditor.store/plugin.xml
733 733
      <command
734 734
            defaultHandler="eu.etaxonomy.taxeditor.handler.OpenInspectSessionsHandler"
735 735
            id="eu.etaxonomy.taxeditor.store.open.InspectSessionsDialog"
736
            name="Inspect Active Session">
736
            name="%command.name.INSPECT_ACTIVE_SESSIONS">
737 737
      </command>
738 738
      <command
739 739
            defaultHandler="eu.etaxonomy.taxeditor.handler.OpenHandler"
......
1398 1398
   <viewCommandMapping
1399 1399
         commandId="eu.etaxonomy.taxeditor.command.openClassificationWizard"
1400 1400
         selection="eu.etaxonomy.cdm.model.taxon.Classification"
1401
         viewerName="Classification Wizard">
1401
         viewerName="%viewCommandMapping.viewerName.CLASSIFICATION_WIZARD">
1402 1402
   </viewCommandMapping>
1403 1403
   <viewCommandMapping
1404 1404
         commandId="eu.etaxonomy.taxeditor.command.openTaxonNodeWizard"
1405 1405
         selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
1406
         viewerName="TaxonNode Wizard">
1406
         viewerName="%viewCommandMapping.viewerName.TAXON_NODE_WIZARD">
1407 1407
   </viewCommandMapping>
1408 1408
</extension>
1409 1409
</plugin>
eu.etaxonomy.taxeditor.store/schema/eu.etaxonomy.taxeditor.store.cdmViewer.exsd
72 72
               <documentation>
73 73
                  The name of the viewer which shows the selected element
74 74
               </documentation>
75
               <appInfo>
76
                  <meta.attribute translatable="true"/>
77
               </appInfo>
75 78
            </annotation>
76 79
         </attribute>
77 80
         <attribute name="selection" type="string" use="required">
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/classification/EditTaxonNodeWizard.java
30 30
     */
31 31
    @Override
32 32
    protected String getEntityName() {
33
        return "TaxonNode";
33
        return "taxon node";
34 34
    }
35 35

  
36 36
    /* (non-Javadoc)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/classification/TaxonNodeAgentRelationCollectionElement.java
88 88
     */
89 89
    @Override
90 90
    public void createControls(ICdmFormElement element, int style) {
91
        combo_relationshipType = formFactory.createDefinedTermComboElement(TermType.TaxonNodeAgentRelationType, element, "Taxonnode Agent Relationtype", null, style);
91
        combo_relationshipType = formFactory.createDefinedTermComboElement(TermType.TaxonNodeAgentRelationType, element, "Taxon node agent relationtype", null, style);
92 92
        if (entity != null){
93 93
            selection_toPerson = formFactory
94 94
                    .createSelectionElement(TeamOrPersonBase.class,
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/classification/TaxonNodeAgentRelationCollectionSection.java
36 36
     */
37 37
    public TaxonNodeAgentRelationCollectionSection (CdmFormFactory formFactory, ConversationHolder conversation,
38 38
            ICdmFormElement parentElement, int style) {
39
        super(formFactory, conversation, parentElement,  "TaxonNode Agent Relation", style);
39
        super(formFactory, conversation, parentElement,  "Taxon node agent relation", style);
40 40

  
41 41
    }
42 42

  
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/classification/TaxonNodeWizardPage.java
59 59
			ConversationHolder conversation, ITaxonTreeNode entity, IWizardPageListener closeOnEnterListener, boolean isCreateNew) {
60 60
		super(formFactory, conversation, entity);
61 61
		this.wizardPageListener = closeOnEnterListener;
62
		setTitle("TaxonNode");
62
		setTitle("Edit taxon node");
63 63
		this.isCreateNew = isCreateNew;
64 64

  
65 65
	}

Also available in: Unified diff