Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2011-12-26 10:46:14 +0000
committerUwe Stieber2011-12-26 10:47:03 +0000
commitd2d9c47b965acf3c6af8e3ff484f9817f197a9a1 (patch)
tree02084c5a49083dd07df603164c961e99bd092f23 /target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties
parent7df63aad1e7b25c140d9701d03da3bca4c4af570 (diff)
downloadorg.eclipse.tcf-d2d9c47b965acf3c6af8e3ff484f9817f197a9a1.tar.gz
org.eclipse.tcf-d2d9c47b965acf3c6af8e3ff484f9817f197a9a1.tar.xz
org.eclipse.tcf-d2d9c47b965acf3c6af8e3ff484f9817f197a9a1.zip
Target Explorer: Added reset redirection command handler and clean up content provisioning with redirections set
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties9
1 files changed, 7 insertions, 2 deletions
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 de76fd794..0cfce4514 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
@@ -17,6 +17,8 @@ NodePropertiesLabelProvider_lastScannerError=Communication failed. Possible caus
NodePropertiesLabelProvider_services_local=Local Services
NodePropertiesLabelProvider_services_remote=Remote Services
+NodePropertiesLabelProvider_redirect_proxy=Redirected via
+
NewTargetWizard_windowTitle=New Peer
NewTargetWizard_error_savePeer=Failed to save peer: {0}
@@ -25,7 +27,7 @@ NewTargetWizardPage_description=Define the properties of the new peer.
NewTargetWizardPage_section_transportType=Specify the transport type and properties:
NewTargetWizardPage_section_attributes=Specify additional peer attributes:
-RemotePeerDiscoveryRootNode_label=Remote Peers
+RemotePeerDiscoveryRootNode_label=Peers Discovered
PeerIdControl_label=Peer ID:
PeerNameControl_label=Peer Name:
@@ -71,12 +73,15 @@ AgentSelectionDialog_title=Select Agent(s)
AgentSelectionDialog_message=Select the agent(s) for the operation to perform.
RedirectHandler_error_title=Error
-RedirectHandler_error_deleteFailed=Failed to redirect peer communication.
+RedirectHandler_error_redirectFailed=Failed to redirect peer communication.
RedirectAgentSelectionDialog_dialogTitle=Redirect
RedirectAgentSelectionDialog_title=Select Proxy
RedirectAgentSelectionDialog_message=Select the proxy to redirect the communication through.
+ResetRedirectHandler_error_title=Error
+ResetRedirectHandler_error_resetRedirectFailed=Failed to reset peer communication redirect.
+
# ***** Preference Pages *****
LoggingPreferencePage_label=Logging settings for agent communication:

Back to the top