Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties')
-rw-r--r--bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties180
1 files changed, 88 insertions, 92 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 d2825550d..83ac32492 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
@@ -1,92 +1,88 @@
-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
-
-CVSProvider.exception=Internal error occured.
-CVSProvider.invalidResource=Resource {0} is not a CVS resource
-CVSProvider.noUser=A user name is required when configuring a CVS repository
-CVSProvider.noHost=A host is required when configuring a CVS repository
-CVSProvider.noRoot=A root directory is required when configuring a CVS repository
-CVSProvider.initialImport=Initial import
-
-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)
-
-RemoteFolder.errorFetchingRevisions=Error fetching file revision numbers
-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}
+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
+
+CVSProvider.exception=Internal error occured.
+CVSProvider.invalidResource=Resource {0} is not a CVS resource
+
+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)
+
+RemoteFolder.errorFetchingRevisions=Error fetching file revision numbers
+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