Project

General

Profile

« Previous | Next » 

Revision 46cc150c

Added by Andreas Müller almost 4 years ago

ref #9004 rename parent child relation source to placement source in TaxEditor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/Messages.java
745 745

  
746 746
    public static String CommonNameLanguages_Title;
747 747

  
748

  
749 748
    public static String CommonNameVocabularyPreferencePage_description;
750 749
    public static String CommonNameLanguagePreferencePage_description;
751 750

  
752 751
    public static String AggregationWizardPage_WITHOUT_CHILDREN;
753 752

  
753
    public static String TaxonNodeWizardPage_PLACEMENT_SOURCE;
754

  
754 755

  
755 756
    static {
756 757
        // initialize resource bundle
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages.properties
271 271
TaxonNodeWizardPage_no_classification=No classification set.
272 272
TaxonNodeWizardPage_no_taxon_name=No taxon name set.
273 273
TaxonNodeWizardPage_not_all_required_fields=Not all required fields are filled.
274
TaxonNodeWizardPage_PLACEMENT_SOURCE=Placement source
274 275
TaxonomicEditorGeneralPreferences_background=Run long running operations in background
275 276
TaxonomicEditorGeneralPreferences_connect=Connect to last used datasource when launching
276 277
TaxonRelationshipTypeMenuPreferences_configure=Configure taxon relationship types
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages_de.properties
270 270
TaxonNodeWizardPage_no_classification=Keine Klassifikation ausgew?hlt
271 271
TaxonNodeWizardPage_no_taxon_name=Kein Taxonnamen ausgew?hlt
272 272
TaxonNodeWizardPage_not_all_required_fields=Nicht alle notwendigen Felder sind ausgef?llt
273
TaxonNodeWizardPage_PLACEMENT_SOURCE=Platzierungsquelle
273 274
TaxonomicEditorGeneralPreferences_background=Long Running Operations laufen im Hintergrund
274 275
TaxonomicEditorGeneralPreferences_connect=Beim Starten mit der zuletzt verwendeten Datenquelle verbinden
275 276
TaxonRelationshipTypeMenuPreferences_configure=Auswahl der zur Verf\u00FCgung stehenden Taxonrelationstypen
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/classification/TaxonNodeDetailElement.java
32 32
import eu.etaxonomy.cdm.model.taxon.Taxon;
33 33
import eu.etaxonomy.cdm.model.taxon.TaxonNode;
34 34
import eu.etaxonomy.cdm.model.taxon.TaxonNodeStatus;
35
import eu.etaxonomy.taxeditor.l10n.Messages;
35 36
import eu.etaxonomy.taxeditor.preference.CdmPreferenceCache;
36 37
import eu.etaxonomy.taxeditor.preference.PreferencesUtil;
37 38
import eu.etaxonomy.taxeditor.store.CdmStore;
......
120 121

  
121 122
    		selection_Ref = formFactory
122 123
                    .createSelectionElement(Reference.class,
123
                            formElement, "Parent Child Relation Source", null,
124
                            formElement, Messages.TaxonNodeWizardPage_PLACEMENT_SOURCE, null,
124 125
                            EntitySelectionElement.DELETABLE, style, 100);
125 126

  
126 127
            microReference = formFactory.createTextWithLabelElement(formElement,"Detail", "", style);
......
160 161

  
161 162
	        selection_Ref = formFactory
162 163
                    .createSelectionElement(Reference.class,
163
                            formElement, "Parent Child Relation Source", null,
164
                            formElement, Messages.TaxonNodeWizardPage_PLACEMENT_SOURCE, null,
164 165
                            EntitySelectionElement.DELETABLE, style);
165 166

  
166 167
	        selection_reuseExistingTaxon = formFactory

Also available in: Unified diff