From: Katja Luther Date: Thu, 3 Dec 2020 09:53:00 +0000 (+0100) Subject: ref #8774: change text for duplicates X-Git-Tag: 5.18.0~1^2~14 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/b15678f985b0e08581d49b4ff40c876a182b914a ref #8774: change text for duplicates --- diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/Messages.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/Messages.java index 1c9a9cf58..7a1b3a685 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/Messages.java +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/Messages.java @@ -750,6 +750,8 @@ public class Messages extends NLS { public static String CdmLightPreference_distributionString; public static String CdmLightPreference_distributionString_tooltip; + public static String SecundumPreference_description; + diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages.properties b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages.properties index 40cc31d61..d8e045282 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages.properties +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages.properties @@ -307,7 +307,7 @@ FeatureTreeSelectionDialog_NEW_TREE=New Term tree FeatureTreeSelectionDialog_TREE_LABEL=Term tree label AddFeatureHandler_Duplicates_not_allowed=No duplicates allowed -AddFeatureHandler_Duplicates_not_allowed_message=This term tree does not allow duplicates and there exist nodes with following terms: +AddFeatureHandler_Duplicates_not_allowed_message=This term tree does not allow duplicates and therefore the following terms were not added: NonViralNameDetails_confirmDeleteOfZoologicalNameParts=The publication and original publication year needs to be removed NonViralNameDetails_descriptionDeleteZoologicalNameParts=If you click Yes, the original publication and publication year is removed and the nomenclatural code is changed. @@ -612,3 +612,4 @@ CdmLightPreference_description=Default settings for CdmLight export CdmLightPreference_distributionString=Export of condensed distribution string CdmLightPreference_distributionString_tooltip=Distributions of a taxon are exported as condensed string, created by the selected algorithm. +SecundumPreference_description=Default settings of secundum reference handling for move synonym to accepted taxon. \ No newline at end of file diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages_de.properties b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages_de.properties index c480aeba3..fa89ef2af 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages_de.properties +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages_de.properties @@ -307,7 +307,7 @@ FeatureTreeSelectionDialog_NEW_TREE=Neuer Termbaum FeatureTreeSelectionDialog_TREE_LABEL=Termbaumname AddFeatureHandler_Duplicates_not_allowed=Keine Duplikate erlaubt -AddFeatureHandler_Duplicates_not_allowed_message=Der Termbaum erlaubt keine Duplikate und für folgende Terme existieren bereits Knoten: +AddFeatureHandler_Duplicates_not_allowed_message=Der Term Baum erlaubt keine Duplikate, daher wurden folgende Terme nicht zugefügt: NonViralNameDetails_confirmDeleteOfZoologicalNameParts=Breed, Publication Date und Original Publication Date müssen entfernt werden. NonViralNameDetails_descriptionDeleteZoologicalNameParts=Bestätigen Sie, wenn Sie Breed, Publication Date und Original Publication Date löschen und den Nomenklatorischen Code des Namens ändern wollen. @@ -610,4 +610,6 @@ OriginalSourceAdvancedSection_advanced=mehr CdmLightPreference_description=Default Einstellungen für den CdmLight Export CdmLightPreference_distributionString=Export eines Condensed Distribution Strings -CdmLightPreference_distributionString_tooltip=Für jedes Taxon wird aus den Verbreitungsdaten ein kompakter String exportiert, der entsprechend dem ausgewählten Algorithmus erzeugt wird. \ No newline at end of file +CdmLightPreference_distributionString_tooltip=Für jedes Taxon wird aus den Verbreitungsdaten ein kompakter String exportiert, der entsprechend dem ausgewählten Algorithmus erzeugt wird. + +SecundumPreference_description=Default Einstellungen für das Setzen der Secundum Referenz beim Verschieben eines Synonyms zu einem akzeptierten Taxon. \ No newline at end of file