From 17e0712648aa71a7ba54d9b4e73e22338a11edea Mon Sep 17 00:00:00 2001 From: Patrick Plitzner Date: Thu, 14 Jul 2016 08:40:09 +0200 Subject: [PATCH] Fix i18n properties --- eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/messages.properties | 2 +- .../OSGI-INF/l10n/messages_de.properties | 2 +- .../src/main/java/eu/etaxonomy/taxeditor/Messages.java | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/messages.properties b/eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/messages.properties index d324d4dc7..443cbe54a 100644 --- a/eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/messages.properties +++ b/eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/messages.properties @@ -67,7 +67,7 @@ RemotingLoginDialog_LABEL_PASSWORD=Password : RemotingLoginDialog_LABEL_PORT=Port : RemotingLoginDialog_LABEL_REFRESH=Refresh RemotingLoginDialog_LABEL_REMEMBER_ME=Remember Me -RemotingLoginDialog_LABEL_RETRIEVE_SERVER_INSTANCES=Retrieve Server Instances +RemotingLoginDialog_RETRIEVE_SERVER_INSTANCES=Retrieve Server Instances RemotingLoginDialog_LABEL_SERVER_CDM_VERSION=Server CDM Version : RemotingLoginDialog_LABEL_SERVER_CDMLIB_VERSION=Server Cdmlib Version : RemotingLoginDialog_LABEL_STOP_MANAGED_SERVER=Stop Managed Server diff --git a/eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/messages_de.properties b/eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/messages_de.properties index 1b0295b04..c165b4a63 100644 --- a/eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/messages_de.properties +++ b/eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/messages_de.properties @@ -67,7 +67,7 @@ RemotingLoginDialog_LABEL_PASSWORD=Kennwort : RemotingLoginDialog_LABEL_PORT=Port : RemotingLoginDialog_LABEL_REFRESH=Aktualisieren RemotingLoginDialog_LABEL_REMEMBER_ME=Login Daten merken -RemotingLoginDialog_LABEL_RETRIEVE_SERVER_INSTANCES=Abrufen der Serverinstanzen +RemotingLoginDialog_RETRIEVE_SERVER_INSTANCES=Abrufen der Serverinstanzen RemotingLoginDialog_LABEL_SERVER_CDM_VERSION=Server CDM Version : RemotingLoginDialog_LABEL_SERVER_CDMLIB_VERSION=Server Cdmlib Version : RemotingLoginDialog_LABEL_STOP_MANAGED_SERVER=Beende internen CDM-Server diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/Messages.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/Messages.java index e958729c7..716a64c0d 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/Messages.java +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/Messages.java @@ -45,12 +45,10 @@ public class Messages extends NLS { public static String CdmViewerContextMenu_OPEN; public static String CdmViewerContextMenu_OPEN_IN; public static String ChangeConnectionHandler_ALREADY_CONNECTING; - public static String ChangeConnectionHandler_CONFIRM_DATASOURCE; public static String ChangeConnectionHandler_CURRENTLY_CONNECTING_ALREADY; public static String ChangeConnectionHandler_CREATE_DATAMODEL; public static String ChangeConnectionHandler_REALLY_CREATE_DATAMODEL; public static String ChangeConnectionHandler_DATASOURCE_NOT_AVAILABLE; - public static String ChangeConnectionHandler_REALLY_WANT_TO_CONNECT; public static String ChangeConnectionHandler_NOT_AVAILABLE_REASONS; public static String UriWithLabelElement_COULD_NOT_OPEN_BROWSER; public static String UriWithLabelElement_INVALID_URL; -- 2.30.2