Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6d7ecf7791f39e328d2bdb225317292e7fa1cdd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
org.eclipse.team.internal.provider.cvs.CVSException=CVS Error: {0}

CVSAuthenticationException.normal=Authentication error connecting to {0}
CVSAuthenticationException.detail=Authentication error: {0}

CVSCommunicationException.io=CVS communication error: {0}
CVSFileException.io=Error accessing CVS file
CVSDiffException.message=The compared files are different

java.io.IOException={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}

Connection.cannotClose=Cannot close connection

PServerConnection.invalidChars=Invalid characters in password
PServerConnection.noUser=No user specified
PServerConnection.hostInvalid=Invalid host
PServerConnection.loginRefused=Incorrect user name or password
PServerConnection.invalidUser={0}
PServerConnection.host=Cannot locate host: {0}
PServerConnection.socket=Cannot connect to host: {0}
PServerConnection.connectionRefused=Connection refused: {0}
PServerConnection.stream=Error opening socket connection
PServerConnection.noResponse=No response from server

CVSProviderPlugin.cannotUpdateDescription=Error updating project description

CVSTeamProvider.deconfigureProblem=Error while deconfiguring CVS project {0}
CVSTeamProvider.initializationFailed=Initialization of CVS for project {0} failed
CVSTeamProvider.visitError=An error occurred while visiting resource {0}
CVSTeamProvider.invalidResource=Resource {0} is not a child of project {1}
CVSTeamProvider.checkinProblems

ProjectDescriptionManager.unableToReadDescription=An error occured reading the project description
ProjectDescriptionManager.ioDescription=An IO error occured while writing the project description
ProjectDescriptionManager.coreDescription=A Core error occured while writing the project description

ResourceDeltaVisitor.visitError=Error while processing resource deltas

ResponseDispatcher.serverError=The CVS server responded with an error (see the CVS console)
ResponseDispatcher.receiving=Receiving reponse

FileProperties.invalidEntryLine=Invalid entry line: {0}

ManagedFile.receiving=Receiving file {0}
ManagedFile.sending=Sending file {0}
ManagedFile.transfer={0} ({1}K of {2}K bytes)

RemoteManagedResource.invalidOperation=Invalid operation performed on remote resource
RemoteManagedFolder.invalidChild=Invalid folder {0} received during remote operation

Command.server=Contacting server
Command.invalidRoot=Resource {0} is not a valid CVS root directory
Command.invalidResource=Resource {0} is not a valid CVS resource

RequestSender.sendModified=Sending modified file {0}

Response.problemsReported=The CVS server reported an error (See the CVS console)

DefaultHandler.connectionClosed=The connection to the server has been closed
ModTimeHandler.invalidFormat=The server modification time {0} is in an unknown format
Updated.numberFormat=Server did not send length of the file
UnsupportedHandler.message=Unsupported response received from server

CVSRepositoryLocation.nullLocation=Location must not be null
CVSRepositoryLocation.emptyLocation=Location must not be empty
CVSRepositoryLocation.endWhitespace=Location must not end with whitespace
CVSRepositoryLocation.locationForm=Location must have form ':methodname:[user[:password]@]host[#port]:/path/to/cvsroot'
CVSRepositoryLocation.startOfLocation=Location must start with a connection method name enclosed in colons
CVSRepositoryLocation.methods=Only the following methods are supported: {0}
CVSRepositoryLocation.parsingMethod=Error in connection method specification
CVSRepositoryLocation.parsingUser=Error in user name specification
CVSRepositoryLocation.parsingPassword=Error in password specification
CVSRepositoryLocation.parsingHost=Error in host specification
CVSRepositoryLocation.parsingPort=Error in port specification
CVSRepositoryLocation.parsingRoot=Error in repository root directory specification
CVSRepositoryLocation.invalidFormat=Invalid CVS repository location format: {0}

ProjectDescriptionContentHandler.xml=Error parsing project description file

Util.invalidResource=Resource {1} is not relative to root {0}

Back to the top