Fix i18n properties
authorPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 14 Jul 2016 06:40:09 +0000 (08:40 +0200)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 14 Jul 2016 06:40:09 +0000 (08:40 +0200)
eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/messages.properties
eu.etaxonomy.taxeditor.store/OSGI-INF/l10n/messages_de.properties
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/Messages.java

index d324d4dc7177b7b39d2a7d82f233f73825b2b286..443cbe54a14a169debb61c2a49b152d6dbc5a98c 100644 (file)
@@ -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
index 1b0295b044689f54e03104c5153bcf7bede973b4..c165b4a636e25b63acdbcc60715339c9440f9186 100644 (file)
@@ -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
index e958729c7e52397e0f10fd868e5948d0a1e909c2..716a64c0d428655439126760051635d37a98725d 100644 (file)
@@ -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;