Skip to main content
summaryrefslogtreecommitdiffstats
blob: b84a44556b12517ccd5f09368779eb78c363dc16 (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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
org.eclipse.team.internal.provider.cvs.CVSException=CVS Error: {0}

ok=ok

AbstractStructureVisitor.sendingFolder=Processing {0}
AbstractStructureVisitor.sendingFile=Processing {0}
AbstractStructureVisitor.noRemote=Unable to determine remote location for resource

AddDeleteMoveListener.deletedResource={0} has been deleted locally
AddDeleteMoveListener.Error_creating_deletion_marker_1=Error creating deletion marker
AddDeleteMoveListener.Local_addition_not_under_CVS_control_2=Local addition not under CVS control
AddDeleteMoveListener.Error_creating_addition_marker_3=Error creating addition marker
AddDeleteMoveListener.Error_updating_marker_state_4=Error updating marker state

CVSAuthenticationException.detail=Authentication error: {0}
CVSCommunicationException.io=CVS communication error: {0}
CVSFileException.io=Error accessing CVS file
CVSDiffException.message=The compared files are different
CVSStatus.messageWithRoot={0}: {1}

CVSTag.nullName=Name must not be null
CVSTag.emptyName=Name must not be empty
CVSTag.beginName=Name must start with a letter
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.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.net.SocketException=Socket Exception: {0}

Connection.cannotClose=Cannot close connection
Connection.readUnestablishedConnection=Failure due to attempt to read from an unestablished connection
Connection.writeUnestablishedConnection=Failure due to attempt to write to an unestablished connection

PServerConnection.invalidChars=Invalid characters in password
PServerConnection.hostInvalid=Invalid host
PServerConnection.loginRefused=Incorrect user name or password
PServerConnection.invalidUser={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
PServerConnection.authenticating=Authenticating using pserver

CVSProviderPlugin.cannotUpdateDescription=Error updating project description
CVSProviderPlugin.errorDeletingCache=Error occured deleting cache: {0}
CVSProviderPlugin.errorCreatingCache=Error occured creating cache: {0}

CVSProvider.exception=Internal error occured.
CVSProvider.invalidResource=Resource {0} is not a CVS resource
CVSProvider.initialImport=Initial import
CVSProvider.alreadyExists=The specified repository location already exists.
CVSProvider.rename=An IO Exception occurred while renaming the state file {0}
CVSProvider.save=An IO Exception occurred while saving the state file {0}
CVSProvider.ioException=IO Exception occured on the state file
CVSProvider.errorSaving=Error saving state
CVSProvider.errorLoading=Error loading state
CVSProvider.infoMismatch=Provided CVS information does not match that on disk for project {0}

CVSTeamProvider.noFolderInfo=Project {0} does not contain CVS folder meta-information
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=Problems occured committing resources to server
CVSTeamProvider.invalidProjectState=CVS sharing information is missing from project {0}
CVSTeamProvider.unmanagedParent=Error retrieving remote resource tree for {0}. Parent is not managed by CVS.
CVSTeamProvider.typesDiffer=Error retrieving remote resource tree. Local and remote resource types differ for {0}
CVSTeamProvider.connectionInfo=Updating connection information for project {0}
CVSTeamProvider.folderInfo=Updating folder synchronization information for project {0}
CVSTeamProvider.updatingFolder=Updating {0}
CVSTeamProvider.scrubbingResource=Scrubbing {0}
CVSTeamProvider.updatingFile=Updating {0}
CVSTeamProvider.makeBranch=Creating branch
CVSTeamProvider.preparingToSetKSubst=Preparing to set keyword substitution mode
CVSTeamProvider.settingKSubst=Setting keyword substitution mode
CVSTeamProvider.cleanLineDelimitersException=Exception occurred while cleaning line delimiters
CVSTeamProvider.changingKeywordComment=*** keyword substitution change ***

ProjectDescriptionManager.unableToSetDescription=An error occured setting the project description
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
ProjectDescriptionManager.vcmmetaIgnored=.vcm_meta file ignored for project {0}
ProjectDescriptionManager.cannotUpdateDesc=Cannot update project description
ProjectDescriptionManager.markerError=Error creating marker for .vcm_meta file.
ProjectDescriptionManager.vcmmetaMarker=The file {0} exists in {1} but is no longer being read; its usage has been replaced with .project.

ResourceDeltaVisitor.visitError=Error while processing resource deltas

ResponseDispatcher.serverError=The CVS server responded with an error (see the CVS console)
ResponseDispatcher.problemsReported= Errors occured during the CVS operation
ResponseDispatcher.receiving=Receiving reponse

FileProperties.invalidEntryLine=Invalid entry line: {0}

EclipseResource.invalidResourceClass=Two different implementations of ICVSResource used

RemoteResource.invalidResourceClass=Two different implementations of ICVSResource used
RemoteResource.invalidOperation=Invalid operation performed on remote resource
RemoteFolder.errorFetchingRevisions=Error fetching file revision numbers
RemoteFolder.invalidChild=Resource {0} is not a child of folder {1}
RemoteFolder.errorFetchingRevisions=Error fetching file revisions
RemoteFolder.errorFetchingMembers=One or more error occured fetching the members of a remote folder
RemoteFolder.doesNotExist=Folder {0} does not exist remotely

RemoteFile.noContentsReceived=No contents received from server for {0}
RemoteFile.errorRetrievingFromCache=Error occured retrieving cached contents: {0}

RemoteFolderTreeBuilder.buildingBase=Collecting local synchronization information
RemoteFolderTreeBuilder.receivingDelta=Receiving delta for {0}
RemoteFolderTreeBuilder.receivingRevision=Receiving revision for {0}
RemoteFolderTreeBuilder.missingParent=An error has occurred processing file ''{0} {1}''
RemoteFolderTreeBuild.folderDeletedFromServer=Folder ''{0}'' has been deleted from the server.

ReplaceWithBaseVisitor.replacing=Replacing ''{0}''

Session.badInt="Malformed file transmission received"
Session.receiving=Receiving file: {0}
Session.sending=Sending file: {0}
Session.transfer={0} ({1}K of {2}K bytes)
Session.transferNoSize={0}

Command.receivingResponses=Receiving server response
Command.warnings=The server reported warnings while performing the "cvs {0}" command.
Command.serverError=The server reported an error while performing the "cvs {0}" command.
Command.noMoreInfoAvailable=The server did not provide any additional information.
Command.add=add
Command.admin=admin
Command.co=checkout
Command.ci=commit
Command.diff=diff
Command.import=import
Command.log=log
Command.remove=remove
Command.status=status
Command.tag=tag
Command.update=update
Command.version=version
Command.valid-requests=valid-requests
Command.unsupportedResponse=Unknown response received from cvs server: {0} {1}
Command.argumentNotManaged=Argument {0} is not managed
Command.invalidTag=HEAD is not a valid tag
Command.noOpenSession=The CVS command cannot be issued because there is no connection available

Diff.serverError=The server reported an error while performing the "cvs diff" command which may only indicate that a difference exists.

Tag.notVersionOrBranchError=Error applying tag: the tag provided is not a version or branch tag.

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
RemovedHandler.invalid=Invalid removed response received from CVS server for  {0}

KSubstOption.-kb.short=Binary
KSubstOption.-kb.long=Binary (-kb)
KSubstOption.-ko.short=Text -ko
KSubstOption.-ko.long=Text without keyword substitution (-ko)
KSubstOption.-kkv.short=Text -kkv
KSubstOption.-kkv.long=Text with keyword expansion (-kkv)
KSubstOption.-kkvl.short=Text -kkvl
KSubstOption.-kkvl.long=Text with keyword expansion and locker (-kkvl)
KSubstOption.-kv.short=Text -kv
KSubstOption.-kv.long=Text with keyword replacement (-kv)
KSubstOption.-kk.short=Text -kk
KSubstOption.-kk.long=Text with keyword compression (-kk)
KSubstOption.unknown.short=Unknown {0}
KSubstOption.unknown.long=Unknown ({0})

AdminKSubstListener.expectedRCSFile=Expected RCS file {0} to end in ',v'
AdminKSubstListener.commandRootNotManaged=Local root for this command is not managed
AdminKSubstListener.expectedChildOfCommandRoot=Expected RCS file {0} to be a child of remote root for this command {1}
AdminKSubstListener.couldNotSetResourceSyncInfo=Could not set resource sync info for {0}: {1}

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}
CVSRepositoryLocation.authenticationCanceled=Authentication canceled by user
CVSRepositoryLocation.errorCaching=Error occurred while saving password for {0}
CVSRepositoryLocation.errorFlushing=Error occurred while flushing password for {0}
CVSRepositoryLocation.openingConnection=Opening connection to {0}
CVSRepositoryLocation.usernameRequired=A username is required to make a connection

ProjectDescriptionContentHandler.xml=Error parsing project description file

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

Synchronizer.reload=Examining {0}
Checking_out_from_CVS..._5=Checking out from CVS...
FileSystemSynchronizer_Error_loading_from_CVS/Entries_file_1=Error loading from CVS/Entries file
FileSystemSynchronizer_Error_loading_from_.cvsignore_file_2=Error loading from .cvsignore file
FileSystemSynchronizer_Error_loading_from_CVS/Root,Repository_files_3=Error loading from CVS/Root,Repository files
FileSystemSynchronizer_Error_reloading_sync_information_5=Error reloading sync information
Malformed_entry_line___11=Malformed entry line: 
Malformed_entry_line,_missing_name___12=Malformed entry line, missing name: 
Malformed_entry_line,_missing_revision___13=Malformed entry line, missing revision: 
FolderSyncInfo_Maleformed_root_4=Maleformed root
SyncFileUtil_Error_writing_to_Entries.log_48=Error writing to Entries.log
SyncFileUtil_Cannot_close_Entries.log_49=Cannot close Entries.log
SyncFileUtil_Error_reloading_sync_information_58=Error reloading sync information
SyncFileUtil_Error_writing_to_.cvsignore_61=Error writing to .cvsignore
SyncFileUtil_Cannot_close_.cvsignore_62=Cannot close .cvsignore

FileModificationValidator.isReadOnly=File is Read Only.

EXTServerConnection.invalidPort=A port cannot be specified for the ext connection method.
EXTServerConnection.varsNotSet=Cannot run external ext program because CVS_RSH and CVS_SERVER variables are not initialized.
EXTServerConnection.ioError=Error starting external connection program: {0}. Ensure that the path is correct and that you can connect manually using this program.

CVSRemoteSyncElement.rootDiffers=Error mapping local folder {0} to repository {1}. It is already managed by repository {2}.
CVSRemoteSyncElement.repositoryDiffers=Error mapping local folder {0} to remote folder {1}. It is already mapped to {2}.
Util.Internal_error,_resource_does_not_start_with_root_3=Internal error, resource does not start with root

CVSProvider.Scrubbing_local_project_1=Scrubbing local project
CVSProvider.Scrubbing_projects_1=Scrubbing projects
CVSProvider.Creating_projects_2=Creating projects

EclipseFile_Problem_deleting_resource=Problem deleting resource: {1}
EclipseFile_Problem_accessing_resource=Problem accessing resource: {1} Perform a Refresh.
EclipseFile_Problem_creating_resource=Problem creating resource: {1}
EclipseFile_Problem_writing_resource=Problem writing resource: {1}
EclipseFolder_problem_creating=Problem creating folder: {1}

EclipseSynchronizer.UpdatingSyncEndOperation=Saving CVS synchronization information...
EclipseSynchronizer.UpdatingSyncEndOperationCancelled=Operation cancelled: saving CVS synchronization information...
EclipseSynchronizer.ErrorSettingFolderSync=Cannot set folder sync info on {0}
EclipseSynchronizer.ErrorSettingResourceSync=Cannot set resource sync info on {0}
EclipseSynchronizer.ErrorSettingIgnorePattern=Cannot set ignored pattern on {0}
EclipseSynchronizer.ErrorCommitting=Errors saving CVS synchronization information to disk. Please fix the problems listed below and then update the affected resources from the CVS repository. 

SyncFileChangeListener.errorSettingTeamPrivateFlag=Error setting team-private flag on resource

RemoteFile.getContents=Retrieving remote file contents
RemoteFile.getLogEntries=Retrieving log entries
RemoteFolder.exists=Checking if resource exists remotely
RemoteFolder.getMembers=Retrieving children of remote folder
RemoteModule.getRemoteModules=Retrieving remote modules

PruneFolderVisitor.caseVariantsExist=The following resources could not be created.
PruneFolderVisitor.caseVariantExists=Resource ''{0}'' could not be created because a case variant exists.

Version.unsupportedVersion=Host ''{0}'' is running unsupported CVS version {1}. Although most functionality works, use version 1.11.1p1 or later for full support.
Version.unsupportedCVSNT=Host ''{0}'' is running CVS NT (version {1}) which is not fully supported. However, most functionality is available.
Version.unknownVersionFormat=Host ''{0}'' is running ''{1}'' which is an unknown version to the workbench. Although most functionality may work, use version 1.11.1p1 or later for full support.
Version.versionNotValidRequest=Unable to determine server version. Host ''{0}'' does not support the ''cvs version'' command. Although most functionality works, use version 1.11.1p1 or later for full support.

LogListener.invalidRevisionFormat=Invalid revision format ''{1}'' for tag ''{0}''.

Back to the top