From: Patrick Plitzner Date: Thu, 14 Jul 2016 06:40:09 +0000 (+0200) Subject: Fix i18n properties X-Git-Tag: 4.3.0^2~125 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/17e0712648aa71a7ba54d9b4e73e22338a11edea?ds=sidebyside Fix i18n properties --- 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;