Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-09-04 13:12:21 +0000
committerUwe Stieber2012-09-04 13:12:21 +0000
commiteae1db19a1934e325fc70ca74f9b340301e4bb9c (patch)
tree87ab7a54f4ef61ccfba4aa006170a9fa3c1494e3 /target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls
parentf8c4218526352e74f5455c2a5376e8ed37d6c767 (diff)
downloadorg.eclipse.tcf-eae1db19a1934e325fc70ca74f9b340301e4bb9c.tar.gz
org.eclipse.tcf-eae1db19a1934e325fc70ca74f9b340301e4bb9c.tar.xz
org.eclipse.tcf-eae1db19a1934e325fc70ca74f9b340301e4bb9c.zip
Target Explorer: Peer nodes can have a "Waiting to become Ready" state
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.java2
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties2
2 files changed, 4 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.java b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.java
index 628b34df7..91b552b44 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.java
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.java
@@ -63,12 +63,14 @@ public class Messages extends NLS {
public static String GeneralInformationSection_state_1;
public static String GeneralInformationSection_state_2;
public static String GeneralInformationSection_state_3;
+ public static String GeneralInformationSection_state_4;
public static String GeneralInformationSection_error_delete;
public static String LabelProviderDelegate_state_0;
public static String LabelProviderDelegate_state_1;
public static String LabelProviderDelegate_state_2;
public static String LabelProviderDelegate_state_3;
+ public static String LabelProviderDelegate_state_4;
public static String TransportSection_title;
public static String TransportSection_description;
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties
index bcf21384a..922bd9fea 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties
@@ -22,12 +22,14 @@ GeneralInformationSection_state_0=Reachable
GeneralInformationSection_state_1=Communicating
GeneralInformationSection_state_2=Not Reachable. Connection attempt timed out.
GeneralInformationSection_state_3=Not Reachable. Connection attempt failed.
+GeneralInformationSection_state_4=Waiting to become Ready.
GeneralInformationSection_error_delete=Failed to remove old target: {0}.\n\n{1}
LabelProviderDelegate_state_0=Reachable
LabelProviderDelegate_state_1=Communicating
LabelProviderDelegate_state_2=Not Reachable
LabelProviderDelegate_state_3=Not Reachable
+LabelProviderDelegate_state_4=Waiting to become Ready
TransportSection_title=Transport
TransportSection_description=This section describes the transport.

Back to the top