Improve error reporting in the branch dialog
[egit/imyousuf.git] / org.spearce.egit.core / src / org / spearce / egit / core / coretext.properties
blob663c99617b745dd2a8d837b83e1347a167706f15
1 ##
2 ##  Copyright (C) 2006  Shawn Pearce <spearce@spearce.org>
3 ##
4 ##  This library is free software; you can redistribute it and/or
5 ##  modify it under the terms of the GNU Lesser General Public
6 ##  License, version 2.1, as published by the Free Software Foundation.
7 ##
8 ##  This library is distributed in the hope that it will be useful,
9 ##  but WITHOUT ANY WARRANTY; without even the implied warranty of
10 ##  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 ##  Lesser General Public License for more details.
13 ##  You should have received a copy of the GNU Lesser General Public
14 ##  License along with this library; if not, write to the Free Software
15 ##  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
18 ConnectProviderOperation_connecting=Connecting Git team provider.
19 ConnectProviderOperation_ConnectingProject=Connecting project {0}
21 DisconnectProviderOperation_disconnecting=Disconnecting Git team provider.
23 UpdateOperation_updating=Updating index
24 UpdateOperation_failed=Failed to update index
26 AddOperation_adding=Adding resources.
27 AddOperation_failed=Failed to add resource.
29 AssumeUnchangedOperation_adding=Marking resources unchanged
30 UntrackOperation_adding=Untracking (removing) resources.
31 UntrackOperation_failed=Failed to untrack resource.
33 GitProjectData_mappedResourceGone=A mapped resource no longer exists in Eclipse.
34 GitProjectData_cannotReadHEAD=Current tree for `HEAD` cannot be obtained.
35 GitProjectData_missing=Git team provider configuration has gone missing.
36 GitProjectData_saveFailed=Saving Git team provider data to {0} failed.
37 GitProjectData_notifyChangedFailed=Resource change notification failed.
38 GitProjectData_lazyResolveFailed=Unable to load a referenced tree.
40 RepositoryFinder_finding=Searching for associated repositories.
42 MoveDeleteHook_cannotModifyFolder=Folder contains an active Git repository.\n\
43 The folder cannot be moved, renamed or deleted until the team provider is disconnected.
45 MoveDeleteHook_operationError=Error updating cache during move/delete.\n\
46 The resource cannot be moved, renamed or deleted due to an internal error.
48 Error_CanonicalFile=Unable to determine a canonical file path.
50 CloneOperation_title=Cloning from {0}
52 ListRemoteOperation_title=Getting remote branches information
54 PushOperation_resultCancelled=Operation was cancelled.
55 PushOperation_resultNotSupported=Can't push to {0}
56 PushOperation_resultTransportError=Transport error occured during push operation: {0}
57 PushOperation_resultNoServiceError=Push service is not available: {0}
58 PushOperation_taskNameDryRun=Trying pushing to remote repositories
59 PushOperation_taskNameNormalRun=Pushing to remote repositories