Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2002-06-19 19:07:41 +0000
committerMichael Valenta2002-06-19 19:07:41 +0000
commit3395e6882f684fa19b9127736f0d43d1ac497816 (patch)
tree88a3b4fb75202a3e20819db2529ddea0bce11808
parent09c2fe28fc16787e12cc0c0c9e960c8ebd0c858b (diff)
downloadeclipse.platform.team-3395e6882f684fa19b9127736f0d43d1ac497816.tar.gz
eclipse.platform.team-3395e6882f684fa19b9127736f0d43d1ac497816.tar.xz
eclipse.platform.team-3395e6882f684fa19b9127736f0d43d1ac497816.zip
20376: TVT2: Connection refused shows in english (hardcoded)
-rw-r--r--bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties b/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties
index cb37e1c44..991b369ef 100644
--- a/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties
+++ b/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties
@@ -25,12 +25,12 @@ CVSTag.badCharName=Name must not contain spaces or the characters `$,.:;@|'
CVSWorkspaceRoot.notCVSFolder=The CVS synchronization information for {0} has become corrupt or does not exist
-java.io.IOException={0}
+java.io.IOException=IO exception occurred: {0}
java.io.EOFException=End of file encountered: {0}
java.io.FileNotFoundException=File not found: {0}
-java.io.InterruptedIOException=Interrupted IO: {0}
-java.net.UnknownHostException=Cannot locate host: {0}
-java.net.ConnectException=Cannot connect to host: {0}
+java.io.InterruptedIOException=IO interrupted
+java.net.UnknownHostException=Cannot locate host
+java.net.ConnectException=Cannot connect to host
java.net.SocketException=Socket Exception: {0}
Connection.cannotClose=Cannot close connection

Back to the top