Fix build and test failures
[egit.git] / org.eclipse.egit.core / src / org / eclipse / egit / core / coretext.properties
blob9b7ed82badc4ecaf6b9ecc1ff4aad319cee28af5
1 ###############################################################################
2 # Copyright (c) 2006, 2009 Shawn Pearce and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Eclipse Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/epl-v10.html
8 ###############################################################################
10 ConnectProviderOperation_connecting=Connecting Git team provider.
11 ConnectProviderOperation_ConnectingProject=Connecting project {0}
13 DisconnectProviderOperation_disconnecting=Disconnecting Git team provider.
15 UpdateOperation_updating=Updating index
16 UpdateOperation_failed=Failed to update index
18 AddOperation_adding=Adding resources.
19 AddOperation_failed=Failed to add resource.
21 AssumeUnchangedOperation_adding=Marking resources unchanged
22 UntrackOperation_adding=Untracking (removing) resources.
23 UntrackOperation_failed=Failed to untrack resource.
25 GitProjectData_mappedResourceGone=A mapped resource no longer exists in Eclipse.
26 GitProjectData_cannotReadHEAD=Current tree for `HEAD` cannot be obtained.
27 GitProjectData_missing=Git team provider configuration has gone missing.
28 GitProjectData_saveFailed=Saving Git team provider data to {0} failed.
29 GitProjectData_notifyChangedFailed=Resource change notification failed.
30 GitProjectData_lazyResolveFailed=Unable to load a referenced tree.
32 RepositoryFinder_finding=Searching for associated repositories.
34 MoveDeleteHook_cannotModifyFolder=Folder contains an active Git repository.\n\
35 The folder cannot be moved, renamed or deleted until the team provider is disconnected.
37 MoveDeleteHook_operationError=Error updating cache during move/delete.\n\
38 The resource cannot be moved, renamed or deleted due to an internal error.
40 Error_CanonicalFile=Unable to determine a canonical file path.
42 CloneOperation_title=Cloning from {0}
44 ListRemoteOperation_title=Getting remote branches information
46 PushOperation_resultCancelled=Operation was cancelled.
47 PushOperation_resultNotSupported=Can't push to {0}
48 PushOperation_resultTransportError=Transport error occured during push operation: {0}
49 PushOperation_resultNoServiceError=Push service is not available: {0}
50 PushOperation_taskNameDryRun=Trying pushing to remote repositories
51 PushOperation_taskNameNormalRun=Pushing to remote repositories