Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 19d3d94337bb063722df9d7dd0628665cb402138 (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
###############################################################################
# Copyright (c) 2006, 2012 Shawn Pearce and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#    Shawn Pearce - initial implementation
#    Daniel Megert <daniel_megert@ch.ibm.com> - Escaped single quotes where needed
###############################################################################

CherryPickOperation_cherryPicking=Running cherry-pick on commit {0}
CommitFileRevision_pathNotIn=Path {1} not in commit {0}.
CommitFileRevision_errorLookingUpPath=IO error looking up path {1} in {0}.
ConfigureFetchAfterCloneTask_couldNotFetch=Could not fetch with refSpec {0}
ConnectProviderOperation_connecting=Connecting Git team provider.
ConnectProviderOperation_ConnectingProject=Connecting project {0}

DeleteBranchOperation_TaskName=Deleting branch {0}
DeleteTagOperation_exceptionMessage=Exception deleting tag ''{0}''
DiffHeaderFormat_Email=email
DiffHeaderFormat_None=None
DiffHeaderFormat_Oneline=oneline
DiffHeaderFormat_Workspace=Workspace
DiscardChangesOperation_discardFailed=Discarding changes of {0} failed
DiscardChangesOperation_discardFailedSeeLog=Discarding changes failed. See log for details
DiscardChangesOperation_discardingChanges=Discarding changes
DiscardChangesOperation_refreshFailed=Refreshing resources failed
DeleteResourcesOperation_deletingResources=Deleting resources
DeleteResourcesOperation_deleteFailed=Deleting resource {0} failed.
DeleteResourcesOperation_deleteFailedSeeLog=Deleting resources failed. See log for details
DisconnectProviderOperation_disconnecting=Disconnecting Git team provider.

Activator_autoIgnoreDerivedResources=Auto-ignore derived resources
Activator_AutoShareJobName=Auto share git projects
Activator_AutoSharingFailed=Auto sharing project with git failed
Activator_ignoreResourceFailed=Ignoring {0} failed
Activator_ReconfigureWindowCacheError=Exception when reconfiguring window cache from configuration, default configuration will be used

AssumeUnchangedOperation_adding=Marking resources unchanged
AssumeUnchangedOperation_writingIndex=Writing index for {0}
BlobStorage_blobNotFound=Git blob {0} with path {1} not found
BlobStorage_errorReadingBlob=IO error reading Git blob {0} with path {1}

CommitOperation_errorCommittingChanges=Committing changes
CommitOperation_errorPreparingTrees=Preparing trees
CommitOperation_errorWritingTrees=Writing trees
CommitOperation_failedToUpdate=Failed to update {0} to commit {1}.
CommitOperation_PerformingCommit=Performing commit
CommitOperation_couldNotFindRepositoryMapping=Could not find RepositoryMapping for {0}
CommitOperation_errorParsingPersonIdent=The person ident ''{0}'' could not be parsed.

UntrackOperation_adding=Untracking (removing) resources.
UntrackOperation_failed=Failed to untrack resource.
UntrackOperation_writingIndex=Writing index for {0}

GitFileHistory_errorParsingHistory=Error parsing history for {0}.
GitFileHistory_gitNotAttached=Git not attached to project {0}.
GitFileHistory_invalidHeadRevision=Invalid HEAD revision for project {0}.
GitFileHistory_noHeadRevisionAvailable=No HEAD revision available from Git for project {0}.
GitProjectData_mappedResourceGone=Git mapped resource no longer exists in Eclipse: ''{0}''
GitProjectData_failedFindingRepoMapping=Failed finding RepositoryMapping
GitProjectData_failedToCacheRepoMapping=Failed to cache RepositoryMapping
GitProjectData_FailedToMarkTeamPrivate=Failed to mark {0} as team private
GitProjectData_missing=Git team provider configuration has gone missing.
GitProjectData_saveFailed=Saving Git team provider data to {0} failed.

RepositoryFinder_finding=Searching for associated repositories.
RepositoryUtil_noHead=NO-HEAD
ResetOperation_cantUpdate=Can''t update {0}
ResetOperation_lookingUpCommit=looking up commit {0}
ResetOperation_lookingUpRef=looking up ref {0}
ResetOperation_mappingTreeForCommit=mapping tree for commit
ResetOperation_performingReset=Performing {0} reset to {1}
ResetOperation_readingIndex=Reading index
ResetOperation_resetMergeFailed=Resetting merge mode failed
ResetOperation_resetCherryPickFailed=Resetting cherry pick mode failed
ResetOperation_updatingFailed=Updating {0} failed

MergeOperation_CheckoutConflict=Checkout conflict: Your local changes to {0}\nwould be overwritten by merge.  Aborting. Commit your changes or stash them before you can merge.
MergeOperation_InternalError=An internal error occurred
MergeOperation_MergeFailedNoHead=Merge failed: Reference to HEAD does not exist
MergeOperation_MergeFailedRefUpdate=Merge failed: Another process is accessing the ref
MergeOperation_ProgressMerge=Merge {0}
MoveDeleteHook_cannotModifyFolder=Folder contains an active Git repository.\n\
The folder cannot be moved, renamed or deleted until the team provider is disconnected.

MoveDeleteHook_operationError=Error updating cache during move/delete.\n\
The resource cannot be moved, renamed or deleted due to an internal error.
MoveDeleteHook_unmergedFileError=Move of file was canceled because it has conflicts.\n\
Resolve the conflicts first and then move the file.
MoveDeleteHook_unmergedFileInFolderError=Move of folder was canceled because it contains files with conflicts.\n\
Resolve the conflicts first and then move the folder.

Error_CanonicalFile=Unable to determine a canonical file path.

ProjectReference_InvalidTokensCount={0} tokens expected in project reference but {1} had been found: {2}
GitProjectSetCapability_CloneToExistingDirectory=Destination directory {0} already exists and doesn''t contain the expected Git repository. Won''t clone {1} from {2} to prevent data loss.
GitProjectSetCapability_ExportCouldNotGetBranch=Could not get current branch from repository of project {0}.
GitProjectSetCapability_ExportNoRemote=No remote URL configured for current branch in repository of project {0}.

CloneOperation_checkingOutFiles=Checking out files
CloneOperation_failed_cleanup=Clone operation failed, with failed cleanup: {0}. Manual cleanup may be required.
CloneOperation_initializingRepository=Initializing local repository
CloneOperation_title=Cloning from {0}
CloneOperation_writingIndex=Writing index
CreateLocalBranchOperation_CreatingBranchMessage=Creating branch {0}
CreatePatchOperation_repoRequired=A repository is required  to create a patch
CreatePatchOperation_cannotCreatePatchForMergeCommit=Cannot create patch for merge commit
CreatePatchOperation_cannotCreatePatchForFirstCommit=Cannot create patch for first commit
CreatePatchOperation_couldNotFindProject=Could not find project for {0} in repository {1}
CreatePatchOperation_patchFileCouldNotBeWritten=Patch file could not be written
IndexDiffCacheEntry_errorCalculatingIndexDelta=Failed to load index for repository {0}
IndexDiffCacheEntry_refreshingProjects=Refreshing projects of repository {0}
IndexDiffCacheEntry_reindexing=Re-indexing repository {0}
IndexFileRevision_errorLookingUpPath=IO error looking up path {0} in index.
IndexFileRevision_indexEntryNotFound=Git index entry for path {1} not found

ListRemoteOperation_title=Getting remote branches information

ProjectUtil_refreshingProjects=Refreshing projects
ProjectUtil_refreshing=Refreshing
ProjectUtil_taskCheckingDirectory=Checking: {0}
PullOperation_DetachedHeadMessage=No local branch is currently checked out
PullOperation_PullNotConfiguredMessage=The current branch is not configured for pull
PullOperation_TaskName=Pulling {0} repositories
PushOperation_InternalExceptionOccurredMessage=An internal Exception occurred during push: {0}
PushOperation_ExceptionOccurredDuringPushOnUriMessage=An exception occurred during push on URI {0}: {1}
PushOperation_resultCancelled=Operation was cancelled.
PushOperation_taskNameDryRun=Trying pushing to remote repositories
PushOperation_taskNameNormalRun=Pushing to remote repositories

AddToIndexOperation_failed=Failed to add resource to index
RemoveFromIndexOperation_removingFilesFromIndex=Removing files from index
RemoveFromIndexOperation_failed=Failed to remove resource from index

BranchOperation_closingMissingProject=Closing project ''{0}''
BranchOperation_performingBranch=Switching to {0}
TagOperation_performingTagging=Making tag {0}
TagOperation_taggingFailure=Tag {0} creation failed (cause: {1})
TagOperation_objectIdNotFound=Could not find object Id associated with tag {0} (cause: {1})

GitFolderResourceVariant_fetchingMembers=Fetching members of {0}

GitResourceVariantTree_couldNotFindResourceVariant=Could not find variant for resource: {0}
GitResourceVariantTree_couldNotFetchMembers=Could not fetch members of {0}
GitResourceVariantTree_fetchingVariant=Fetching variant for: {0}

GitBranchResourceVariantTreeSubscriber_gitRepository=Git without local changes
OperationAlreadyExecuted=Operation has already been executed and can not be executed again
OperationNotYetExecuted=Operation has not yet been executed and can not return a result
RemoteRefUpdateCantBeReused=The RemoteRefUpdate instance can not be re-used
RenameBranchOperation_TaskName=Renaming branch {0} to {1}
RevertCommitOperation_reverting=Reverting commit {0}

IgnoreOperation_error=Unable to ignore resources
IgnoreOperation_parentOutsideRepo=Can not add to gitignore. The parent of {0} is outside the Git repository {1}
IgnoreOperation_creatingFailed=creating {0} failed
IgnoreOperation_taskName=Adding resources to gitignore
IgnoreOperation_updatingFailed=updating {0} failed

GitSubscriberMergeContext_FailedUpdateRevs=Failed to update revisions
GitSubscriberMergeContext_FailedRefreshSyncView=Failed to refresh synchronize view

GitProjectData_repositoryChangedJobName=Git repository changed job
GitProjectData_repositoryChangedTaskName=Git repository changed

GitResourceVariantTreeSubscriber_fetchTaskName=Fetching data from git repositories

GitSyncObjectCache_noData=Cache doesn''t contain data for key: {0}

GitRemoteFolder_fetchingMembers=Fetching members of {0}

GitURI_InvalidSCMURL=Invalid SCM URL {0}
GitURI_InvalidURI=Invalid uri {0}: {1}

Back to the top