From: Patrick Plitzner Date: Tue, 21 Mar 2017 13:05:46 +0000 (+0100) Subject: ref #4611 l10n for DeleteConfiguration in taxeditor.store plugin X-Git-Tag: 4.7.0^2~132 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/eb567e6e632c9c4da619086ed18eab48f3a25786 ref #4611 l10n for DeleteConfiguration in taxeditor.store plugin --- 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 d98368fe5..288d030f0 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 @@ -85,6 +85,9 @@ public class Messages extends NLS { public static String CdmStoreConnector_SCHEME_NOT_COMPATIBLE; public static String CdmStoreConnector_UPDATE_DATASOUREC_OR_CHOOSE_NEW_DATASOURCE; public static String CdmStoreConnector_UPDATE_EDITOR_OR_CHOOSE_COMPATIBLE_DATASOURCE; + + + public static String ConfiguratorComposite_CONFIGURE; public static String DetailsViewPart_VIEWER_NAME; public static String EditPasswordElement_PLEASE_CREATE_OR_SAVE_USER; public static String EditPasswordElement_USERNAME_DOES_NOT_EXIST; 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 eae60e91d..509e226ce 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 @@ -29,16 +29,14 @@ DatabaseRepairPage_toolTip_taxonBase=Caches of all taxa and synonyms are recalcu DatabaseRepairPage_Reference=References DatabaseRepairPage_toolTip_reference=Caches of all references are recalculated. - - UriWithLabelElement_URL_NOT_SAVED=URI won't be saved\! UriWithLabelElement_COULD_NOT_OPEN_BROWSER=Could not open external browser. URI is invalid. UriWithLabelElement_INVALID_URL=Invalid URI UriWithLabelElement_OPEN_EXTERNAL_BROWSER=Open in external browser -ChangeConnectionHandler_DATASOURCE_NOT_AVAILABLE=Chosen datasource is not available -ChangeConnectionHandler_CURRENTLY_CONNECTING_ALREADY=You are currently creating a data model for a datasource already. ChangeConnectionHandler_ALREADY_CONNECTING=Already creating data model +ChangeConnectionHandler_CURRENTLY_CONNECTING_ALREADY=You are currently creating a data model for a datasource already. +ChangeConnectionHandler_DATASOURCE_NOT_AVAILABLE=Chosen datasource is not available ChangeConnectionHandler_NOT_AVAILABLE_REASONS=This could mean that either the database server is not running or the machine is not reachable.\n\n Please also make sure that you are connected to the network when trying to connect to a remote datasource. ChangeConnectionHandler_CREATE_DATAMODEL=Create Data Model ChangeConnectionHandler_REALLY_CREATE_DATAMODEL=Do you want to create the data model for %s?\n\nCAUTION: Existing data will be deleted!\n\nNote: Creating the data model may take some time. @@ -68,6 +66,7 @@ CdmStoreConnector_REASON=Reason: CdmStoreConnector_SCHEME_NOT_COMPATIBLE=The database schema for the chosen datasource '%s' \n is not compatible for this version of the taxonomic editor. \n\n%s CdmStoreConnector_UPDATE_DATASOUREC_OR_CHOOSE_NEW_DATASOURCE=Please update the chosen datasource or choose a new data source to connect to in the Datasource View. CdmStoreConnector_UPDATE_EDITOR_OR_CHOOSE_COMPATIBLE_DATASOURCE=Please update the Taxonomic Editor (Help->Check for Updates) or choose a compatible datasource +ConfiguratorComposite_CONFIGURE=Configure RemotingLoginDialog_CHOOSE_COMPATIBLE_CDM_SERVER=Please choose a compatible cdm-server or update the chosen cdm-server RemotingLoginDialog_LABEL_ADVANCED=advanced @@ -178,5 +177,3 @@ DatabasePreferencesPage_Show_NameRelations=Show name relations DatabasePreferencesPage_Define_Default_NomenclaturalCode=Define default nomenclatural code DatabasePreferencesPage_UseLocalPreferences=Allow to use local preference DatabasePreferencesPage_Specimen_Or_Observation=Specimen or observation configuration - - 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 5362e37eb..646e46dda 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 @@ -66,6 +66,7 @@ CdmStoreConnector_REASON=Grund: CdmStoreConnector_SCHEME_NOT_COMPATIBLE=Das Datenbankschema für die gewählte Datenquelle '%s' \n ist nicht kompatibel mit dieser Version des Editors. \n\n%s CdmStoreConnector_UPDATE_DATASOUREC_OR_CHOOSE_NEW_DATASOURCE=Bitte aktualisieren Sie die ausgewählte Datenquelle oder wählen Sie eine neue Datenquelle aus. CdmStoreConnector_UPDATE_EDITOR_OR_CHOOSE_COMPATIBLE_DATASOURCE=Bitte aktualisieren Sie den Taxonomic Editor (Hilfe->Suche nach Updates) oder wählen sie eine kompatible Datenquelle +ConfiguratorComposite_CONFIGURE=Einstellungen RemotingLoginDialog_CHOOSE_COMPATIBLE_CDM_SERVER=Bitte wählen Sie einen kompatiblen CDM-Server oder aktualisieren sie den CDM-Server RemotingLoginDialog_LABEL_ADVANCED=Erweitert diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/configurator/ConfiguratorComposite.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/configurator/ConfiguratorComposite.java index 39a38d226..b1ee9b2a9 100755 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/configurator/ConfiguratorComposite.java +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/configurator/ConfiguratorComposite.java @@ -19,6 +19,8 @@ import org.eclipse.ui.forms.events.IExpansionListener; import org.eclipse.ui.forms.widgets.FormToolkit; import org.eclipse.ui.forms.widgets.Section; +import eu.etaxonomy.taxeditor.l10n.Messages; + /** * @author pplitzner * @date Feb 16, 2015 @@ -49,7 +51,7 @@ public class ConfiguratorComposite extends Composite implements IExpansionListen sctnConfigure.addExpansionListener(this); sctnConfigure.setBackground(getBackground()); toolkit.paintBordersFor(sctnConfigure); - sctnConfigure.setText("Configure"); + sctnConfigure.setText(Messages.ConfiguratorComposite_CONFIGURE); }